@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:4418
  skos:prefLabel "algodón"@es, "cotton"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:29647 .

<https://lod.nal.usda.gov/naltv#Product>
  rdfs:label "Product"@en ;
  a owl:Class .

nalt:29648
  skos:prefLabel "productos de semilla de algodón"@es, "cottonseed products"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:29647 .

nalt:43529
  skos:prefLabel "Gossypium"@es, "Gossypium"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  ns0:hasProduct nalt:29647 .

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

nalt:22892
  skos:prefLabel "oleaginosas"@es, "oilseeds"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:29647 .

nalt:29647
  skos:prefLabel "cottonseed"@en, "semilla de algodón"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/32970>, <http://id.agrisemantics.org/gacs/C13559>, <http://aims.fao.org/aos/agrovoc/c_25473>, <http://id.loc.gov/authorities/subjects/sh85033362> ;
  skos:broader nalt:22892, nalt:29648 ;
  skos:hiddenLabel "cottonseeds"@en, "cotton seeds"@en ;
  a skos:Concept, ns0:Product ;
  ns0:productOf nalt:43529 ;
  dc:modified "2014-09-24"^^xsd:date ;
  ns0:marc001 "10030" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:4418 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "cotton seed"@en .

