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

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

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

nalt:11272
  skos:prefLabel "ingesta alimentaria"@es, "food intake"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:201016 .

nalt:201016
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:hiddenLabel "vegetables consumption"@en, "tomato consumed"@en, "tomato consumption"@en, "tomatoes consumed"@en, "dietary vegetable consumption"@en, "tomatoes consumption"@en, "effects of vegetable consumption"@en, "risk of vegetable consumption"@en, "benefits of vegetable consumption"@en ;
  skos:altLabel "vegetables intake"@en, "vegetable intake"@en ;
  skos:broader nalt:11272 ;
  dc:created "2013-08-02"^^xsd:date ;
  skos:prefLabel "vegetable consumption"@en, "consumo de hortalizas"@es ;
  dc:modified "2017-05-19"^^xsd:date ;
  skos:scopeNote "Use for the quantity of vegetables eaten by individuals or groups or animals or humans in epidemiological or study settings; for the consumption of vegetables by humans at the local, regional, or national level as an economic indicator USE food consumption."@en, "Utilice este término para referirse a la cantidad de hortalizas consumida por individuos o grupos, animales o humanos, en contextos epidemiológicos o de estudio. Para hacer alusión al consumo humano de hortalizas en los ámbitos local, regional o nacional como un indicador económico, USE el término consumo alimentario."@es ;
  ns0:marc001 "74801" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

