@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:123248
  skos:prefLabel "rendimiento de fibra"@es, "lint yield"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:29621 .

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

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

nalt:29621
  skos:related nalt:123249, nalt:123248 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "lint-cotton"@en, "cotton fiber"@en, "cotton fibre"@en ;
  skos:altLabel "cotton lint"@en, "cotton fibres"@en, "lint"@en, "cotton fibers"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:prefLabel "algodón de hilas"@es, "lint cotton"@en ;
  skos:broader nalt:4418 ;
  dc:modified "2013-03-19"^^xsd:date ;
  ns0:marc001 "21517" ;
  skos:definition nalt:29621_def ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C9783> .

nalt:123249
  skos:prefLabel "micronaire"@es, "micronaire"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:29621 .

nalt:29621_def
  rdf:value "Fibras de algodón que han sido sacadas de la semilla durante el proceso de desmotado del algodón."@es, "Cotton fibers that have been removed from the seed during the cotton ginning process."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

