@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:31901
  skos:prefLabel "conservación de la madera"@es, "wood preservation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:302499 .

nalt:302499
  skos:prefLabel "incising"@en, "incisión"@es ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "82036" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:broader nalt:31901 ;
  skos:definition nalt:302499_def ;
  dc:created "2017-06-24"^^xsd:date .

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

nalt:302499_def
  rdf:value "Proceso de pretratamiento en el que se realizan incisiones, aberturas o perforaciones en la superficie de la madera para aumentar la penetración de los tratamientos para preservarla. Aunque suele ser requerido para incrementar la durabilidad de algunas especies difíciles de tratar, este proceso reduce la resistencia de la madera."@es, "A pretreatment process in which incisions, slits, or perforations are made in the wood surface to increase penetration of preservative treatments. Incising is often required to enhance durability of some difficult-to-treat species, but incising reduces strength."@en ;
  dc:source "Forest Products Laboratory. 1999. Wood handbook-Wood as an engineering material. Gen. Tech. Rep. FPL-GTR-113. Madison, WI: U.S.D.A, Forest Service, Forest Products Laboratory. 463 p." ;
  a ns0:Definition .

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

