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

nalt:51772
  skos:prefLabel "carnes ahumadas"@es, "smoked meats"@en ;
  dc:modified "2015-08-28"^^xsd:date ;
  skos:narrower nalt:190421, nalt:260052 ;
  skos:hiddenLabel "smoked-meats"@en, "smoked meat"@en ;
  skos:broader nalt:30830, nalt:9572 ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "34152" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:68942 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85082733> .

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

nalt:30830
  skos:prefLabel "alimentos ahumados"@es, "smoked foods"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:51772 .

nalt:68942
  skos:prefLabel "charqui"@es, "meat jerky"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:51772 .

nalt:190421
  skos:prefLabel "embutido ahumado"@es, "smoked sausage"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:51772 .

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

nalt:260052
  skos:prefLabel "jamón ahumado"@es, "smoked ham"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:51772 .

nalt:9572
  skos:prefLabel "productos cárnicos"@es, "meat products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:51772 .

