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

nalt:51761
  ns0:marc001 "22710" ;
  dc:modified "2013-10-30"^^xsd:date ;
  skos:hiddenLabel "meat extract"@en, "meat-extracts"@en ;
  skos:prefLabel "extractos de carne"@es, "meat extracts"@en ;
  a ns0:Product, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:9572, nalt:228 ;
  skos:narrower nalt:206638 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

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

nalt:206638
  skos:prefLabel "extractos de carne de res"@es, "beef extracts"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:51761 .

nalt:228
  skos:prefLabel "extractos"@es, "extracts"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:51761 .

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

