@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:18129
  skos:prefLabel "índice glucémico"@es, "glycemic index"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:259805 .

nalt:259805
  skos:definition nalt:259805_def ;
  skos:hiddenLabel "glycaemic load"@en, "glycemic loads"@en ;
  skos:prefLabel "glycemic load"@en, "carga glucémica"@es ;
  dc:modified "2020-10-29"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "94996" ;
  skos:related nalt:18129 ;
  skos:broader nalt:10486 ;
  dc:created "2015-08-21"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:259805_def
  rdf:value "Valor cuantitativo de una cantidad medida de un alimento específico que es igual al índice glucémico de ese alimento multiplicado por el contenido de carbohidratos de dicho alimento."@es, "A quantitative value of a measured amount of a specific food that is equal to the glycemic index of that food multiplied by the carbohydrate content of that food."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

nalt:10486
  skos:prefLabel "valor nutritivo"@es, "nutritive value"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:259805 .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

