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

nalt:21919
  skos:prefLabel "rapeseed meal"@en, "harina de colza"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "rapeseed meals"@en, "rapeseed-meal"@en ;
  ns0:marc001 "31489" ;
  a ns0:Product, skos:Concept ;
  skos:altLabel "rapeseed oil meal"@en, "rapeseed oilmeal"@en ;
  ns0:productOf nalt:19351 ;
  skos:exactMatch <http://id.cabi.org/cabt/99388>, <http://id.agrisemantics.org/gacs/C11767>, <http://aims.fao.org/aos/agrovoc/c_16027> ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2016-05-05"^^xsd:date ;
  skos:broader nalt:22890 .

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

nalt:19351
  skos:prefLabel "Brassica napus var. napus"@es, "Brassica napus var. napus"@en ;
  a ns0:Organism, skos:Concept ;
  ns0:hasProduct nalt:21919 .

nalt:22890
  skos:prefLabel "comidas de oleaginosas"@es, "oilmeals"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:21919 .

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

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

