@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/climateApplications>
  rdfs:label "Climate applications" ;
  dc:description "Climate applications cover the effective application of climate knowledge and information for the benefit of society and the provision of climate services, including the prediction of significant climate variations both natural and as a result of human activity. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-Climate- CCl.pdf"@en ;
  skos:prefLabel "Climate applications"@en ;
  skos:notation "climateApplications" ;
  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/climateApplications> .

