@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 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#> .

nalt:67402
  skos:prefLabel "humedad de la madera"@es, "wood moisture"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:309879 .

nalt:309879
  skos:hiddenLabel "wood fuel moisture"@en, "fuel-moisture contents"@en, "fuel-moisture indices"@en ;
  dc:created "2017-10-12"^^xsd:date ;
  skos:prefLabel "fuel moisture index"@en, "índice de humedad de los combustibles"@es ;
  ns0:marc001 "81602" ;
  skos:broader nalt:237901 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "fuel moisture content"@en, "fuel moisture"@en ;
  skos:related nalt:301131, nalt:40278, nalt:67402 ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2017-11-22"^^xsd:date ;
  skos:definition nalt:309879_def .

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

nalt:301131
  skos:prefLabel "prevención de incendios"@es, "fire prevention"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:309879 .

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

nalt:237901
  skos:prefLabel "índice de vegetación"@es, "vegetation index"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:309879 .

nalt:40278
  skos:prefLabel "incendios forestales"@es, "forest fires"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:309879 .

nalt:309879_def
  rdf:value "Herramienta utilizada ampliamente para conocer el peligro de incendio en diversas localidades del país. Se trata de la medida de la cantidad de agua que contiene un combustible (vegetación), expresada como un porcentaje del peso seco de un combustible específico."@es, "The fuel moisture index is a tool that is widely used to understand the fire potential for locations across the country. Fuel moisture is a measure of the amount of water in a fuel (vegetation) available to a fire, and is expressed as a percent of the dry weight of that specific fuel."@en ;
  dc:source "National Oceanic and Atmospheric Administration" ;
  a ns0:Definition .

