@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:9044
  skos:prefLabel "harina de plumas"@es, "feather meal"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:broader nalt:42 .

nalt:9049
  skos:prefLabel "sebo"@es, "tallow"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:42 .

nalt:42
  skos:definition nalt:42_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "animal by-products"@en ;
  dc:modified "2020-05-26"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:related nalt:9048, nalt:9047, nalt:9049 ;
  skos:broader nalt:300477 ;
  skos:hiddenLabel "animal by-product"@en, "animal-byproducts"@en, "animal byproduct"@en ;
  skos:narrower nalt:9043, nalt:9045, nalt:9044, nalt:9046 ;
  skos:prefLabel "subproductos animales"@es, "animal byproducts"@en ;
  ns0:marc001 "2541" .

nalt:9047
  skos:prefLabel "harina de pescado"@es, "fish meal"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:42 .

nalt:9045
  skos:prefLabel "residuos no comestibles"@es, "inedible offal"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:42 .

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

nalt:300477
  skos:prefLabel "subproductos agroindustriales"@es, "agroindustrial byproducts"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:42 .

nalt:9043
  skos:prefLabel "harina de sangre"@es, "blood meal"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:42 .

nalt:9048
  skos:prefLabel "manteca de cerdo"@es, "lard"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:42 .

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

nalt:9046
  skos:prefLabel "subproductos de carne"@es, "meat byproducts"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:42 .

nalt:42_def
  rdf:value "Partes de esqueletos de ganado o aves de corral procesadas para métodos culinarios, de curado, secado u otros métodos."@es, "Parts of carcasses of livestock or poultry, processed by cooking, curing, drying or other methods."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

