@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .

nalt:50512
  skos:prefLabel "troncos"@es, "wood logs"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:305703 .

nalt:305703_def
  rdf:value "Operación de transporte de la madera desde el destronque hasta el punto de recolección."@es, "The operation of hauling timber from the stump to a collecting point."@en ;
  dc:source "Schwarz, Charles F.; Thor, Edward C.; Elsner, Gary H. 1976. Wildland planning glossary. Gen. Tech. Rep. PSW-13. Berkeley, Calif.: U.S. Department of Agriculture, Forest Service, Pacific Southwest Forest and Range Exp. Stn. 252 p." ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:305703
  skos:prefLabel "arrastre de la madera"@es, "log yarding"@en ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:definition nalt:305703_def ;
  skos:altLabel "wood yarding"@en, "timber yarding"@en ;
  skos:related nalt:39772, nalt:50512 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:37141 ;
  skos:hiddenLabel "timber-yarding"@en, "wood-yarding"@en, "log-yarding"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "82388" ;
  dc:created "2017-07-25"^^xsd:date .

nalt:39772
  skos:prefLabel "tala"@es, "felling"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:305703 .

nalt:37141
  skos:prefLabel "ingeniería forestal"@es, "forest engineering"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:305703 .

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

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

