@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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:301839
  skos:prefLabel "madera apilada"@es, "cordwood"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "80830" ;
  skos:definition nalt:301839_def ;
  a ns0:Product, skos:Concept ;
  skos:hiddenLabel "cordwoods"@en, "cord wood"@en, "cord-wood"@en, "cord-woods"@en ;
  skos:related nalt:41185 ;
  dc:created "2017-06-09"^^xsd:date ;
  skos:broader nalt:50522 ;
  dc:modified "2017-11-10"^^xsd:date .

nalt:41185
  skos:prefLabel "tecnología de la madera"@es, "wood technology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:301839 .

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

nalt:50522
  skos:prefLabel "madera en rollo"@es, "roundwood"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:301839 .

nalt:301839_def
  rdf:value "Madera cortada en trozos pequeños, que normalmente se miden en cuerdas y se utilizan con frecuencia como combustible. Se aplica también a otros productos medidos en cuerdas."@es, "Wood that is cut in short lengths, usually measured in cords and commonly used as fuel. Applies also to other products measured in cords."@en ;
  dc:source "Glossary of Terms Used in Timber Harvesting and Forest Engineering; Forest Service, USDA" ;
  a ns0:Definition .

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

