@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:18245
  skos:prefLabel "hongos manchadores"@es, "stain fungi"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:41837 .

nalt:41837
  skos:altLabel "sap stain fungi"@en, "sap-staining fungi"@en, "sap-stain fungi"@en, "sapstain fungus"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "sapstain fungi"@en, "savia mancha de hongos"@es ;
  dc:modified "2017-04-25"^^xsd:date ;
  skos:broader nalt:18245 ;
  skos:hiddenLabel "sapstain"@en, "sapstain-fungi"@en ;
  ns0:marc001 "32988" ;
  skos:definition nalt:41837_def ;
  dc:created "2006-01-19"^^xsd:date .

nalt:41837_def
  rdf:value "Hongos que infectan la albura de los árboles y decoloran los productos madereros, aunque no pudren la madera ni reducen su resistencia. El color de las manchas que producen depende del organismo infeccioso, el grado de humedad y la especie de la madera."@es, "Sap stain fungi infect the sapwood of trees and cause a discoloration of the lumber products, but do not cause wood decay or reduce the strength of the wood. The color of the stain depends on the infecting organism, the moisture content and species of the wood."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

