@prefix qudt:  <http://qudt.org/schema/qudt#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qudt-unit: <http://qudt.org/vocab/unit#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix qudt-quantity: <http://qudt.org/vocab/quantity#> .
@prefix grib2-parameter: <http://codes.wmo.int/grib2/schema/parameter/> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix common-unit: <http://codes.wmo.int/common/schema/unit/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix grib2-core: <http://codes.wmo.int/grib2/schema/core/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix bufr4-core: <http://codes.wmo.int/bufr4/schema/core/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix qudt-dimension: <http://qudt.org/vocab/dimension#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix common-core: <http://codes.wmo.int/common/schema/core/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://codes.wmo.int/wmdr/FacilityType/lakeRiverFixed>
        a                skos:Concept ;
        rdfs:label       "Lake/River (fixed)" ;
        dct:description  "Station/platform at lake/river surface, at fixed position"@en ;
        skos:notation    "lakeRiverFixed" .

<http://codes.wmo.int/wmdr/FacilityType/lakeRiverMobile>
        a                skos:Concept ;
        rdfs:label       "Lake/River (mobile)" ;
        dct:description  "station/platform at lake/river surface, moving around"@en ;
        skos:notation    "lakeRiverMobile" .

<http://codes.wmo.int/wmdr/FacilityType/landMobile>
        a                skos:Concept ;
        rdfs:label       "Land (mobile)" ;
        dct:description  "Station/platform on solid terrain, moving around"@en ;
        skos:notation    "landMobile" .

<http://codes.wmo.int/wmdr/FacilityType/spaceBased>
        a                skos:Concept ;
        rdfs:label       "Space-based" ;
        dct:description  "Satellite platform in orbit"@en ;
        skos:notation    "spaceBased" .

<http://codes.wmo.int/wmdr/FacilityType/landOnIce>
        a                skos:Concept ;
        rdfs:label       "Land (on ice)" ;
        dct:description  "Station/platform on ice-covered ground, moving with the ice"@en ;
        skos:notation    "landOnIce" .

<http://codes.wmo.int/wmdr/FacilityType/underwaterFixed>
        a                skos:Concept ;
        rdfs:label       "Underwater (fixed)" ;
        dct:description  "Station/platform under water, at fixed horizontal position"@en ;
        skos:notation    "underwaterFixed" .

<http://codes.wmo.int/wmdr/FacilityType/airMobile>
        a                skos:Concept ;
        rdfs:label       "Air (mobile)" ;
        dct:description  "Airborne station/platform, moving around"@en ;
        skos:notation    "airMobile" .

<http://codes.wmo.int/wmdr/FacilityType/seaMobile>
        a                skos:Concept ;
        rdfs:label       "Sea (mobile)" ;
        dct:description  "Station/platform at sea surface, moving around"@en ;
        skos:notation    "seaMobile" .

<http://codes.wmo.int/wmdr/FacilityType>
        a                      reg:Register , skos:Collection , ldp:Container ;
        rdfs:label             "Station/platform type" ;
        dct:description        "Station/platform type" ;
        dct:modified           "2019-11-21T09:17:08.831Z"^^xsd:dateTime ;
        owl:versionInfo        2 ;
        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/underwaterFixed> , <http://codes.wmo.int/wmdr/FacilityType/airFixed> , <http://codes.wmo.int/wmdr/FacilityType/airMobile> , <http://codes.wmo.int/wmdr/FacilityType/spaceBased> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/FacilityType/seaFixed>
        a                skos:Concept ;
        rdfs:label       "Sea (fixed)" ;
        dct:description  "Station/platform at sea surface, at fixed position"@en ;
        skos:notation    "seaFixed" .

<http://codes.wmo.int/wmdr/FacilityType/landFixed>
        a                skos:Concept ;
        rdfs:label       "Land (fixed)" ;
        dct:description  "Station/platform on solid terrain, at fixed position"@en ;
        skos:notation    "landFixed" .

<http://codes.wmo.int/wmdr/FacilityType/airFixed>
        a                skos:Concept ;
        rdfs:label       "Air (fixed)" ;
        dct:description  "Airborne station/platform, at fixed position"@en ;
        skos:notation    "airFixed" .

<http://codes.wmo.int/wmdr/FacilityType/unknown>
        a                skos:Concept ;
        rdfs:label       "unknown" ;
        dct:description  "The station/platform type is unknown."@en ;
        skos:notation    "unknown" .

<http://codes.wmo.int/wmdr/FacilityType/underwaterMobile>
        a                skos:Concept ;
        rdfs:label       "Underwater (mobile)" ;
        dct:description  "Station/platform under water, moving around also horizontally"@en ;
        skos:notation    "underwaterMobile" .

<http://codes.wmo.int/wmdr/FacilityType/seaOnIce>
        a                skos:Concept ;
        rdfs:label       "Sea (on ice)" ;
        dct:description  "Station/platform on floating ice, moving with the ice"@en ;
        skos:notation    "seaOnIce" .
