@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:51985
  skos:prefLabel "Meleagris"@es, "Meleagris"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  ns0:hasProduct nalt:43913 .

ns0:productOf
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:43899
  skos:prefLabel "carne molida de pavo"@es, "ground turkey meat"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:43913 .

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

nalt:51987
  skos:prefLabel "pavos"@es, "turkeys"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:43913 ;
  ns0:hasProduct nalt:43913 .

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

nalt:43913
  skos:hiddenLabel "turkey meats"@en, "turkey-meat"@en ;
  ns0:marc001 "38717" ;
  skos:narrower nalt:43899 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:24842 ;
  dc:modified "2012-11-30"^^xsd:date ;
  a ns0:Product, skos:Concept ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_24096>, <http://id.agrisemantics.org/gacs/C14787>, <http://id.cabi.org/cabt/120912> ;
  skos:prefLabel "turkey meat"@en, "carne de pavo"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:51985, nalt:51987 ;
  skos:related nalt:51987 .

nalt:24842
  skos:prefLabel "carne de aves"@es, "poultry meat"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:43913 .

