@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/spaceWeather>
  rdfs:label "Space weather" ;
  dc:description "Space weather is a discipline which aims at observing, understanding and predicting the state of the Sun, of the interplanetary and planetary environments, their disturbances, and the potential impacts of these disturbances on biological and technological systems. http://www.wmo.int/pages/prog/www/OSY/SOG/SoG-SW.pdf"@en ;
  skos:prefLabel "Space weather"@en ;
  skos:notation "spaceWeather" ;
  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/spaceWeather> .

