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

<http://codes.wmo.int/wmdr/FacilityType/lakeRiverFixed>
  skos:notation "lakeRiverFixed" ;
  rdfs:label "Lake/River (fixed)" ;
  skos:prefLabel "Lake/River (fixed)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/spaceBased>
  skos:notation "spaceBased" ;
  rdfs:label "Space-based" ;
  skos:prefLabel "Space-based"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/lakeRiverMobile>
  skos:notation "lakeRiverMobile" ;
  rdfs:label "Lake/River (mobile)" ;
  skos:prefLabel "Lake/River (mobile)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/landMobile>
  skos:notation "landMobile" ;
  rdfs:label "Land (mobile)" ;
  skos:prefLabel "Land (mobile)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/landOnIce>
  skos:notation "landOnIce" ;
  rdfs:label "Land (on ice)" ;
  skos:prefLabel "Land (on ice)"@en ;
  a skos:Concept .

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

<http://codes.wmo.int/wmdr/FacilityType/underwaterFixed>
  skos:notation "underwaterFixed" ;
  rdfs:label "Underwater (fixed)" ;
  skos:prefLabel "Underwater (fixed)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/airMobile>
  skos:notation "airMobile" ;
  rdfs:label "Air (mobile)" ;
  skos:prefLabel "Air (mobile)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/seaMobile>
  skos:notation "seaMobile" ;
  rdfs:label "Sea (mobile)" ;
  skos:prefLabel "Sea (mobile)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/seaFixed>
  skos:notation "seaFixed" ;
  rdfs:label "Sea (fixed)" ;
  skos:prefLabel "Sea (fixed)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType>
  dc:description "Station/platform type" ;
  skos:member <http://codes.wmo.int/wmdr/FacilityType/underwaterMobile>, <http://codes.wmo.int/wmdr/FacilityType/lakeRiverFixed>, <http://codes.wmo.int/wmdr/FacilityType/lakeRiverMobile>, <http://codes.wmo.int/wmdr/FacilityType/seaOnIce>, <http://codes.wmo.int/wmdr/FacilityType/seaMobile>, <http://codes.wmo.int/wmdr/FacilityType/landFixed>, <http://codes.wmo.int/wmdr/FacilityType/landMobile>, <http://codes.wmo.int/wmdr/FacilityType/seaFixed>, <http://codes.wmo.int/wmdr/FacilityType/unknown>, <http://codes.wmo.int/wmdr/FacilityType/landOnIce>, <http://codes.wmo.int/wmdr/FacilityType/inapplicable>, <http://codes.wmo.int/wmdr/FacilityType/underwaterFixed>, <http://codes.wmo.int/wmdr/FacilityType/airFixed>, <http://codes.wmo.int/wmdr/FacilityType/airMobile>, <http://codes.wmo.int/wmdr/FacilityType/spaceBased> ;
  a <http://purl.org/linked-data/registry#Register>, skos:Collection, <http://www.w3.org/ns/ldp#Container> ;
  dc:modified "2019-11-21T09:17:08.831+00:00"^^xsd:dateTime ;
  skos:prefLabel "Station/platform type"@en ;
  ns0:hasMemberRelation skos:member ;
  owl:versionInfo 2 ;
  rdfs:label "Station/platform type" .

<http://codes.wmo.int/wmdr/FacilityType/landFixed>
  skos:notation "landFixed" ;
  rdfs:label "Land (fixed)" ;
  skos:prefLabel "Land (fixed)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/airFixed>
  skos:notation "airFixed" ;
  rdfs:label "Air (fixed)" ;
  skos:prefLabel "Air (fixed)"@en ;
  a skos:Concept .

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

<http://codes.wmo.int/wmdr/FacilityType/underwaterMobile>
  skos:notation "underwaterMobile" ;
  rdfs:label "Underwater (mobile)" ;
  skos:prefLabel "Underwater (mobile)"@en ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/FacilityType/seaOnIce>
  skos:notation "seaOnIce" ;
  rdfs:label "Sea (on ice)" ;
  skos:prefLabel "Sea (on ice)"@en ;
  a skos:Concept .

