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

nalt:46148
  skos:prefLabel "humedad"@es, "humidity"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:46149 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:46149
  skos:definition nalt:46149_def ;
  skos:broader nalt:46148 ;
  skos:hiddenLabel "relative-humidity"@en, "relative humidities"@en, "relative air humidity"@en, "relative air humidities"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_6496>, <http://id.agrisemantics.org/gacs/C2778>, <http://id.cabi.org/cabt/99989> ;
  ns0:marc001 "31647" ;
  skos:prefLabel "humedad relativa"@es, "relative humidity"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85062931> ;
  dc:modified "2018-10-18"^^xsd:date .

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

nalt:46149_def
  rdf:value "Relación entre la cantidad de vapor de agua presente en el aire y la que el aire mantendría en un punto de saturación a la misma temperatura. Suele estimarse a partir del peso del vapor; sin embargo, con fines de precisión, debe ser calculado con base en su presión."@es, "Ratio of the amount of water vapor present in the air to that which the air would hold at saturation at the same temperature. It is usually considered on the basis of the weight of the vapor but, for accuracy, should be considered on the basis of vapor pressures."@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 ns0:Definition .

