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

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

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

nalt:29622
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C27687> ;
  skos:broader nalt:4418 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "seed cotton"@en, "fibra de algodón sin desmotar"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:29622_def ;
  skos:hiddenLabel "seed-cotton"@en ;
  ns0:marc001 "33444" ;
  dc:modified "2012-11-30"^^xsd:date .

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

nalt:29622_def
  rdf:value "Algodón sin desmotar que consiste en la semilla con las hilas adheridas tal como fue cogido del botón."@es, "Unginned cotton which consists of the seed with the attached lint as picked from the boll."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

