@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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 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:24250
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:24036, nalt:6298 ;
  skos:prefLabel "chaff"@en, "granza"@es ;
  skos:definition nalt:24250_def ;
  ns0:marc001 "7747" ;
  skos:related nalt:24251 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2020-06-03"^^xsd:date .

nalt:24036
  skos:prefLabel "subproductos de cereales"@es, "cereal byproducts"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:24250 .

nalt:6298
  skos:prefLabel "forraje"@es, "forage"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:24250 .

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

nalt:24251
  skos:prefLabel "residuos de cultivos"@es, "crop residues"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:24250 .

nalt:24250_def
  rdf:value "Cáscaras de semillas separadas de los granos de cereal después de trillar junto con tallos y hojas resultantes del proceso."@es, "Seed coverings separated from cereal grains after threshing, together with other stem or leaf debris from the process."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

