@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/ns/ldp#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://codes.wmo.int/wmdr/WMORegion/southWestPacific>
  skos:notation "southWestPacific" ;
  rdfs:label "South-West Pacific" ;
  skos:prefLabel "South-West Pacific"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/unknown>
  skos:notation "unknown" ;
  rdfs:label "unknown" ;
  skos:prefLabel "unknown"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion>
  skos:member <http://codes.wmo.int/wmdr/WMORegion/northCentralAmericaCaribbean>, <http://codes.wmo.int/wmdr/WMORegion/southAmerica>, <http://codes.wmo.int/wmdr/WMORegion/unknown>, <http://codes.wmo.int/wmdr/WMORegion/inapplicable>, <http://codes.wmo.int/wmdr/WMORegion/asia>, <http://codes.wmo.int/wmdr/WMORegion/antarctica>, <http://codes.wmo.int/wmdr/WMORegion/africa>, <http://codes.wmo.int/wmdr/WMORegion/southWestPacific>, <http://codes.wmo.int/wmdr/WMORegion/europe> ;
  skos:prefLabel "Region of origin of data"@en ;
  a <http://www.w3.org/ns/ldp#Container>, <http://purl.org/linked-data/registry#Register>, skos:Collection ;
  ns0:hasMemberRelation skos:member ;
  dc:description "Region of origin of data" ;
  rdfs:label "Region of origin of data" ;
  dc:modified "2019-11-21T09:14:47.684+00:00"^^xsd:dateTime ;
  owl:versionInfo 2 .

<http://codes.wmo.int/wmdr/WMORegion/europe>
  skos:notation "europe" ;
  rdfs:label "Europe" ;
  skos:prefLabel "Europe"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/northCentralAmericaCaribbean>
  skos:notation "northCentralAmericaCaribbean" ;
  rdfs:label "North America, Central America and the Caribbean" ;
  skos:prefLabel "North America, Central America and the Caribbean"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/asia>
  skos:notation "asia" ;
  rdfs:label "Asia" ;
  skos:prefLabel "Asia"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/inapplicable>
  skos:notation "inapplicable" ;
  rdfs:label "inapplicable" ;
  skos:prefLabel "inapplicable"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/antarctica>
  skos:notation "antarctica" ;
  rdfs:label "Antarctica" ;
  skos:prefLabel "Antarctica"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/africa>
  skos:notation "africa" ;
  rdfs:label "Africa" ;
  skos:prefLabel "Africa"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/WMORegion/southAmerica>
  skos:notation "southAmerica" ;
  rdfs:label "South America" ;
  skos:prefLabel "South America"@en ;
  a skos:Concept .

