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

nalt:56930_def
  rdf:value "Producto de tablero particulado hecho de hojuelas en forma de disco. Usualmente es manufacturado para poseer propiedades iguales en todas las direcciones paralelas al plano del tablero."@es, "A particle panel product made of wafer-type flakes. Usually manufactured to posses equal properties in all directions parallel to the plane of the panel."@en ;
  dc:source "Forest Products Laboratory. 1999. Wood handbook - Wood as an engineering material. Gen. Tech. Rep. FPL-GTR-113. Madison, WI: U.S. Department of Agriculture, Forest Service, Forest Products Laboratory" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

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

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

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

