@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:67397
  skos:prefLabel "procesamiento de la madera"@es, "wood processing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:323035 .

nalt:323035_def
  rdf:value "Capas de pintura, barniz, laca, cera u otros materiales similares que se aplican sobre la superficie de la madera para protegerla, aumentar su durabilidad y mejorar su apariencia."@es, "Coatings of paint, varnish, lacquer, wax, or other similar materials applied to wood surfaces to protect and enhance their durability or appearance."@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 <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:323035
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:altLabel "wood coatings"@en ;
  ns0:marc001 "91425" ;
  skos:definition nalt:323035_def ;
  skos:prefLabel "acabado de la madera"@es, "wood finishing"@en ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:hiddenLabel "wood finishings"@en, "wood-finishing"@en ;
  skos:broader nalt:67397 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2018-08-06"^^xsd:date .

