@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:40042
  skos:prefLabel "tableros de fibras"@es, "fiberboards"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:40043 .

nalt:40043_def
  rdf:value "Un término genérico para un panel manufacturado primordialmente de fibras lignocelulósicas conglomeradas(?) (usualmente madera), consolidadas bajo calor y presión en una prensa caliente a una densidad igual o mayor que 496 kg/metro cúbico (31 lbs/pie cúbico) a la cual se le puede añadir otros materiales durante la manufactura para mejorar ciertas propiedades."@es, "A generic term for a panel manufactured primarily from interfelted lignocellulosic fibers (usually wood), consolidated under heat and pressure in a hot press to a density of 496 kg m-3 (31 lb ft-3) or greater. May be manufactured using either a dry-process or wet-process."@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> .

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

nalt:40043
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "tablero duro"@es, "hardboard"@en ;
  skos:hiddenLabel "hard-board"@en, "hard boards"@en, "hardboards"@en ;
  dc:modified "2017-06-22"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:40043_def ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:broader nalt:40042 ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85058875> ;
  ns0:marc001 "17698" .

