@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://codes.wmo.int/wmdr/ObservingMethodAtmosphere>
  a <http://www.w3.org/ns/ldp#Container>, <http://purl.org/linked-data/registry#Register>, skos:Collection ;
  skos:prefLabel "Measurement/observing method (atmosphere)"@en ;
  skos:member <http://codes.wmo.int/wmdr/ObservingMethodAtmosphere/340> .

<http://codes.wmo.int/wmdr/ObservingMethodAtmosphere/340>
  rdfs:label "Wet-bulb thermometer" ;
  dc:description "A thermometer having a bulb that is kept moistened when humidity determinations are being made with a psychrometer. The wet-bulb temperature is the temperature a parcel of air would have if it were cooled to saturation (100% relative humidity) by the evaporation of water into it, with the latent heat being supplied by the parcel."@en ;
  skos:prefLabel "Wet-bulb thermometer"@en ;
  skos:notation "340" ;
  a skos:Concept .

