@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#> .

nalt:34531
  skos:prefLabel "productos derivados del huevo"@es, "egg products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:75629 .

nalt:75629
  skos:broader nalt:9573, nalt:34531 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:marc001 "60668" ;
  skos:related nalt:19929 ;
  skos:prefLabel "chicken eggs"@en, "huevos de gallina"@es ;
  dc:created "2006-07-21"^^xsd:date ;
  dc:modified "2013-04-24"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:19929
  skos:prefLabel "pollos"@es, "chickens"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:75629 .

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

nalt:9573
  skos:prefLabel "productos avícolas"@es, "poultry products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:75629 .

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

