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

nalt:20053
  skos:prefLabel "Sorghum bicolor"@es, "Sorghum bicolor"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:43627 ;
  ns0:hasProduct nalt:43627 .

nalt:43629
  skos:prefLabel "ensilado de sorgo"@es, "sorghum silage"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:43627 .

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

nalt:43627
  skos:related nalt:43629, nalt:20053, nalt:338961 ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C9819>, <http://aims.fao.org/aos/agrovoc/c_7249> ;
  a ns0:Product, skos:Concept ;
  skos:prefLabel "grain sorghum"@en, "sorgo en grano"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:marc001 "17039" ;
  ns0:productOf nalt:20053 ;
  skos:broader nalt:19818 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85125316> ;
  skos:hiddenLabel "grain-sorghum"@en ;
  dc:modified "2020-04-16"^^xsd:date .

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

nalt:19818
  skos:prefLabel "granos"@es, "grains"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:43627 .

nalt:338961
  skos:prefLabel "almidón de sorgo"@es, "sorghum starch"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:43627 .

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

