@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/structure/category>
        a                ldp:Container , reg:Register ;
        rdfs:label       "category" ;
        dct:description  "Categories of register for faceted presentation" ;
        dct:modified     "2024-04-04T13:09:28.871Z"^^xsd:dateTime ;
        reg:notation     "category" ;
        owl:versionInfo  3 .

<http://codes.wmo.int/structure>
        a                reg:Register , ldp:Container ;
        rdfs:label       "structure" ;
        rdfs:member      <http://codes.wmo.int/structure/category> ;
        dct:description  "Code lists used to aid organizing and presenting the WMO registry contents." ;
        dct:modified     "2016-11-08T14:54:00.561Z"^^xsd:dateTime ;
        reg:notation     "structure" ;
        reg:subregister  <http://codes.wmo.int/structure/category> ;
        owl:versionInfo  2 .

<http://codes.wmo.int/_structure>
        a                  reg:RegisterItem ;
        rdfs:label         "structure" ;
        dct:dateAccepted   "2016-11-08T14:53:05.313Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2016-11-08T14:52:57.22Z"^^xsd:dateTime ;
        dct:description    "Code lists used to aid organizing and presenting the WMO registry contents." ;
        reg:definition     [ reg:entity         <http://codes.wmo.int/structure> ;
                             reg:entityVersion  <http://codes.wmo.int/structure:1>
                           ] ;
        reg:itemClass      reg:Register ;
        reg:notation       "structure" ;
        reg:register       <http://codes.wmo.int/> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "https://plus.google.com/100578379482821123729" ;
                             foaf:name         "marq h"
                           ] ;
        owl:versionInfo    2 .
