@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/Domain/atmosphere>
        a                skos:Concept ;
        rdfs:label       "Atmosphere" ;
        dct:description  "Spatial extent from the Earth surface towards but excluding space."@en ;
        skos:notation    "atmosphere" .

<http://codes.wmo.int/wmdr/Domain/hydrological>
        a                skos:Concept ;
        rdfs:label       "Hydrological" ;
        dct:description  "Non-saline, non-atmosphere, non-cryosphere part of the hydrosphere, including lakes, rivers, groundwater."@en ;
        skos:notation    "hydrological" .

<http://codes.wmo.int/wmdr/_Domain>
        a                  reg:RegisterItem ;
        rdfs:label         "Domain" ;
        dct:dateSubmitted  "2022-11-14T15:24:23.769Z"^^xsd:dateTime ;
        dct:description    "Domain" ;
        reg:definition     [ reg:entity         <http://codes.wmo.int/wmdr/Domain> ;
                             reg:entityVersion  <http://codes.wmo.int/wmdr/Domain:1>
                           ] ;
        reg:itemClass      ldp:Container , reg:Register , skos:Collection ;
        reg:notation       "Domain" ;
        reg:register       <http://codes.wmo.int/wmdr> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "https://api.github.com/users/amilan17" ;
                             foaf:name         "amilan17"
                           ] ;
        owl:versionInfo    1 .

<http://codes.wmo.int/wmdr/Domain/ocean>
        a                skos:Concept ;
        rdfs:label       "Ocean or Sea" ;
        dct:description  "Continuous saline, non-cryosphere part of the hydrosphere."@en ;
        skos:notation    "ocean" .

<http://codes.wmo.int/wmdr/Domain/space>
        a                skos:Concept ;
        rdfs:label       "Space" ;
        dct:description  "Spatial extent above the atmosphere around Earth above the Karman line at 100 km altitude."@en ;
        skos:notation    "space" .

<http://codes.wmo.int/wmdr/Domain/cryosphere>
        a                skos:Concept ;
        rdfs:label       "Cryosphere" ;
        dct:description  "A component of the Earth system that contains ice, including solid precipitation, snow, glaciers and ice caps, ice sheets, ice shelves, icebergs, sea ice, lake ice, river ice, permafrost, and seasonally frozen ground, or even 'dry' material in the case of permafrost. The cryosphere includes elements on or beneath the Earth's surface or that are measured at the surface in the case of solid precipitation. It therefore excludes ice clouds [and other atmospheric particles]. [Technical Regulations (WMO-No. 49), Vol 1]"@en ;
        skos:notation    "cryosphere" .

<http://codes.wmo.int/wmdr/Domain/solidEarth>
        a                skos:Concept ;
        rdfs:label       "Solid Earth" ;
        dct:description  "Spatial extent of the Earth from the solid surface inwards."@en ;
        skos:notation    "solidEarth" .

<http://codes.wmo.int/wmdr/Domain>
        a                      ldp:Container , reg:Register , skos:Collection ;
        rdfs:label             "Domain" ;
        dct:description        "Domain" ;
        dct:modified           "2022-11-15T14:29:44.698Z"^^xsd:dateTime ;
        owl:versionInfo        8 ;
        skos:member            <http://codes.wmo.int/wmdr/Domain/atmosphere> , <http://codes.wmo.int/wmdr/Domain/hydrological> , <http://codes.wmo.int/wmdr/Domain/solidEarth> , <http://codes.wmo.int/wmdr/Domain/space> , <http://codes.wmo.int/wmdr/Domain/cryosphere> , <http://codes.wmo.int/wmdr/Domain/ocean> , <http://codes.wmo.int/wmdr/Domain/terrestrial> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/Domain/terrestrial>
        a                skos:Concept ;
        rdfs:label       "Terrestrial" ;
        dct:description  "Spatial extent comprised of land masses, normally not covered by the ocean or other water bodies and excluding cryosphere."@en ;
        skos:notation    "terrestrial" .
