@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/ApplicationArea>
  a <http://www.w3.org/ns/ldp#Container>, <http://purl.org/linked-data/registry#Register>, skos:Collection ;
  skos:prefLabel "Application areas"@en ;
  skos:member <http://codes.wmo.int/wmdr/ApplicationArea/integratedUrbanServices> .

<http://codes.wmo.int/wmdr/ApplicationArea/integratedUrbanServices>
  rdfs:label "Providing atmospheric composition information to support services in urban and populated areas" ;
  dc:description "Applications that target limited areas (with horizontal resolution of a few km or smaller and stringent timeliness requirements to support services related to weather/climate/pollution, such as air quality forecasting  [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf])"@en ;
  skos:prefLabel "Providing atmospheric composition information to support services in urban and populated areas"@en ;
  skos:notation "integratedUrbanServices" ;
  a skos:Concept .

