@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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:32941
  skos:prefLabel "rocío"@es, "dew"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:32944 .

nalt:13658
  skos:prefLabel "parámetros meteorológicos"@es, "meteorological parameters"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:32944 .

nalt:32944
  skos:hiddenLabel "dewpoints"@en, "dew points"@en ;
  skos:related nalt:32941, nalt:46149, nalt:5859 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "punto de rocío"@es, "dewpoint"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:32944_def ;
  skos:altLabel "dew point"@en, "dew point temperature"@en ;
  ns0:marc001 "11731" ;
  skos:broader nalt:13658 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2014-12-24"^^xsd:date .

nalt:46149
  skos:prefLabel "humedad relativa"@es, "relative humidity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:32944 .

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

nalt:32944_def
  rdf:value "Temperatura a la que el vapor empieza a sedimentarse como un líquido. Se aplica especialmente al agua en la atmósfera."@es, "The temperature at which a vapor begins to deposit as a liquid. Applies especially to water in the atmosphere."@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 .

nalt:5859
  skos:prefLabel "temperatura del aire"@es, "air temperature"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:32944 .

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

