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

nalt:123248
  skos:hiddenLabel "lint yields"@en, "lint-yield"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:123248_def ;
  skos:broader nalt:30142 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:29621 ;
  dc:created "2008-05-12"^^xsd:date ;
  ns0:marc001 "54678" ;
  skos:prefLabel "lint yield"@en, "rendimiento de fibra"@es .

nalt:29621
  skos:prefLabel "algodón de hilas"@es, "lint cotton"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:123248 .

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

nalt:123248_def
  rdf:value "Cantidad de fibra de algodón producida por unidad de tierra."@es, "The quantity of cotton fiber produced per unit of land."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:30142
  skos:prefLabel "rendimiento de los cultivos"@es, "crop yield"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:123248 .

