@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:29621
  skos:prefLabel "algodón de hilas"@es, "lint cotton"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:123249 .

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

nalt:123249
  skos:prefLabel "micronaire"@es, "micronaire"@en ;
  dc:created "2008-05-12"^^xsd:date ;
  skos:broader nalt:4419 ;
  ns0:marc001 "54791" ;
  skos:definition nalt:123249_def ;
  a ns0:Topic, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:29621 ;
  dc:modified "2012-11-30"^^xsd:date .

nalt:4419
  skos:prefLabel "calidad de la fibra"@es, "fiber quality"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:123249 .

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

nalt:123249_def
  rdf:value "Una medida combinada de finura y madurez de la fibra de algodón en base al perímetro de la fibra y al grosor de la pared de la fibra."@es, "A combined measure of cotton fiber fineness and maturity based upon fiber perimeter and fiber wall thickness."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

