@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/globalNumericalWeatherPrediction>
  rdfs:label "Global numerical weather prediction (GNWP)" ;
  dc:description "Global numerical weather prediction (GNWP) covers numerical weather prediction on a global scale, required for weather forecasting for more than a few days ahead. NWP uses mathematical models of the atmosphere and oceans to predict the weather based on current conditions of the atmosphere and oceans. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Global-NWP.pdf"@en ;
  skos:prefLabel "Global numerical weather prediction (GNWP)"@en ;
  skos:notation "globalNumericalWeatherPrediction" ;
  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/globalNumericalWeatherPrediction> .

