@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:70076
  skos:altLabel "wildfire use"@en, "uso de los incendios de terrenos baldíos"@es ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "wildland-fire-use"@en ;
  skos:definition nalt:70076_def ;
  skos:prefLabel "wildland fire use"@en, "uso de incendios espontáneos"@es ;
  skos:broader nalt:40261 ;
  skos:related nalt:40279 ;
  ns0:marc001 "52082" ;
  dc:created "2006-06-19"^^xsd:date .

nalt:40279
  skos:prefLabel "incendios espontáneos"@es, "wildfires"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:70076 .

nalt:40261
  skos:prefLabel "manejo de incendios espontáneos"@es, "wildland fire management"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:70076 .

nalt:70076_def
  rdf:value "Uso de incendios no planificados, iniciados en forma natural, para que ardan y se extingan en forma natural por la lluvia o la nieve, con el fin de obtener los beneficios naturales del fuego para un ecosistema, como la diversidad de la vegetación, la mezcla de los hábitats silvestres, y la reducción de la acumulación excesiva de leña."@es, "The use of unplanned, naturally ignited fires to burn and be naturally extinguished by rainfall or snow storms in order to achieve the natural benefits of fire to an ecosystem, such as vegetative diversity, mixture of wildlife habitats and reduction of heavy fuelwood accumulation."@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 .

