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

nalt:408
  skos:prefLabel "alimentos"@es, "foods"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:40908 .

nalt:40908
  ns0:marc001 "40773" ;
  skos:definition nalt:40908_def ;
  skos:hiddenLabel "food-group"@en, "food group"@en, "food-groups"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/48960>, <http://id.agrisemantics.org/gacs/C11481> ;
  skos:related nalt:33422 ;
  a skos:Concept, ns0:Product ;
  skos:broader nalt:408 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "food groups"@en, "grupos alimentarios"@es ;
  dc:modified "2020-04-14"^^xsd:date .

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

nalt:40908_def
  rdf:value "Agrupación de productos alimenticios cuyas cualidades calóricas y nutritivas son similares. De acuerdo con el USDA, los principales grupos alimentarios son los granos, las hortalizas, las frutas, los lácteos, la carne y las alternativas a la carne. Una dieta balanceada debe contener algún elemento de cada uno de los cinco principales grupos alimentarios."@es, "A food group is defined as the grouping of food items that have similar caloric and nutrient qualities. According to the USDA, the five major food groups are grains, vegetables, fruits, dairy and meat and meat alternatives. A balanced diet should contain something from each of the five major food groups."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:33422
  skos:prefLabel "guías alimentarias"@es, "food guides"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:40908 .

