@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:67402
  skos:prefLabel "humedad de la madera"@es, "wood moisture"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:306502 .

nalt:306502
  skos:prefLabel "apeo en savia"@es, "sour felling"@en ;
  ns0:marc001 "83933" ;
  skos:hiddenLabel "sour-felled"@en, "sour-felling"@en, "sour fellings"@en, "sour felled"@en ;
  skos:definition nalt:306502_def ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:67402 ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:broader nalt:39772 ;
  dc:created "2017-08-09"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:306502_def
  rdf:value "Método de tala en el que el desramado se retrasa para reducir el contenido de humedad."@es, "A felling method where delimbing is delayed to reduce the moisture content."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

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

