@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:42
  skos:prefLabel "subproductos animales"@es, "animal byproducts"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:9047 .

nalt:9047
  skos:hiddenLabel "fish-meal"@en, "fish meals"@en, "fishmeals"@en ;
  skos:related nalt:42 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:prefLabel "harina de pescado"@es, "fish meal"@en ;
  skos:broader nalt:9444, nalt:5447 ;
  ns0:marc001 "15241" ;
  skos:exactMatch <http://id.cabi.org/cabt/48320>, <http://id.loc.gov/authorities/subjects/sh85048638>, <http://id.agrisemantics.org/gacs/C8503>, <http://aims.fao.org/aos/agrovoc/c_2925> ;
  dc:modified "2013-05-28"^^xsd:date ;
  skos:altLabel "fishmeal"@en .

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

nalt:9444
  skos:prefLabel "productos de pescados"@es, "fish products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:9047 .

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

nalt:5447
  skos:prefLabel "harinas granuladas"@es, "meals (products)"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:9047 .

