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

<http://codes.wmo.int/wmdr/ApplicationArea/atmosphericCompositionForecasting>
  rdfs:label "Forecasting atmospheric composition" ;
  dc:description "Applications from global to regional scales (with horizontal resolutions similar to global NWP (~10 km and coarser) with stringent timeliness requirements (NRT) to support operations such as sand and dust storm and chemical weather forecasts [source: http://www.wmo.int/pages/prog/arep/gaw/documents/FINAL_GAW_221.pdf]"@en ;
  skos:prefLabel "Forecasting atmospheric composition"@en ;
  skos:notation "atmosphericCompositionForecasting" ;
  a skos:Concept .

<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/atmosphericCompositionForecasting> .

