@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:40408
  skos:prefLabel "tableros de partículas"@es, "particleboards"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:40407 .

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

nalt:40407_def
  rdf:value "Tablero particulado hecho de hojuelas de madera."@es, "A generic term indicating a manufactured panel product composed of flakes bonded with a synthetic resin."@en ;
  dc:source "Forest Products Laboratory. 2010. Wood handbook - Wood as an engineering material. Gen. Tech. Rep. FPL-GTR-190. Madison, WI: U.S. Department of Agriculture, Forest Service, Forest Products Laboratory" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:40407
  skos:broader nalt:40408 ;
  skos:definition nalt:40407_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "tableros de virutas"@es, "flakeboards"@en ;
  dc:modified "2013-05-02"^^xsd:date ;
  ns0:marc001 "15273" ;
  a ns0:Product, skos:Concept .

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

