@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/def/common/wmoAbbreviation>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Abbreviation for unit of measure - as defined within WMO No. 306 Common code-table C-6 1List of units for TDCFs1."@en ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO unit abbreviation"@en ;
        rdfs:range        xsd:string .

<http://codes.wmo.int/def/common/Unit>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "Unit of measure"@en ;
        rdfs:subClassOf   skos:Concept .

<http://codes.wmo.int/def/common/wmoAbbreviationIA2>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Abbreviation for unit of measure (for IA2) - as defined within WMO No. 306 Vol I.2 Common code-table C-6 `List of units for TDCFs`."@en ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO unit abbreviation (IA2)"@en ;
        rdfs:range        xsd:string .

<http://codes.wmo.int/def/common>
        a                        owl:Ontology , ldp:Container , reg:Register ;
        rdfs:label               "WMO No. 306 Vol I.2 Code Forms" ;
        rdfs:member              <http://codes.wmo.int/def/common/unit> , <http://codes.wmo.int/def/common/wmoAbbreviationIA2> , <http://codes.wmo.int/def/common/Unit> , <http://codes.wmo.int/def/common/Edition> , <http://codes.wmo.int/def/common/centre> , <http://codes.wmo.int/def/common/wmoAbbreviationIA5> , <http://codes.wmo.int/def/common/edition> , <http://codes.wmo.int/def/common/Centre> , <http://codes.wmo.int/def/common/dimensions> , <http://codes.wmo.int/def/common/wmoAbbreviation> ;
        dc:description           "Schemata required to support WMO No. 306 - Manual on Codes; including definitions of structure and domain-specific metadata required to describe terms from WMO No. 306."@en ;
        dct:modified             "2014-09-03T09:53:13.651Z"^^xsd:dateTime ;
        dct:publisher            <http://codes.wmo.int/system/organization/wmo> ;
        reg:manager              <http://codes.wmo.int/system/organization/www-dm> ;
        reg:owner                <http://codes.wmo.int/system/organization/wmo> ;
        owl:versionInfo          1 ;
        ldp:membershipPredicate  rdfs:member .

<http://codes.wmo.int/def/common/Edition>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO No. 306 Format Edition Number"@en .

<http://codes.wmo.int/def/common/wmoAbbreviationIA5>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Abbreviation for unit of measure (for IA5/ASCII) - as defined within WMO No. 306 Vol I.2 Common code-table C-6 `List of units for TDCFs`."@en ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO unit abbreviation (IA5)"@en ;
        rdfs:range        xsd:string .

<http://codes.wmo.int/def/common/Centre>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO Centre"@en .

<http://codes.wmo.int/def/common/unit>
        a                 owl:ObjectProperty ;
        rdfs:comment      "The unit of measure for a physical quantity."@en ;
        rdfs:domain       <http://codes.wmo.int/def/codeform/GRIB-message> , <http://codes.wmo.int/def/codeform/BUFR-message> ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "unit"@en ;
        rdfs:range        <http://codes.wmo.int/def/common/Unit> .

<http://codes.wmo.int/def/common/edition>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Object property describing the edition number for an entity."@en ;
        rdfs:domain       <http://codes.wmo.int/def/codeform/GRIB-message> , <http://codes.wmo.int/def/codeform/BUFR-message> ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "edition number"@en ;
        rdfs:range        <http://codes.wmo.int/def/common/Edition> ;
        rdfs:subClassOf   skos:Concept ;
        skos:notation     "editionNumber" .

<http://codes.wmo.int/def/common/centre>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Object property describing the WMO centre for an entity."@en ;
        rdfs:domain       <http://codes.wmo.int/def/codeform/GRIB-message> , <http://codes.wmo.int/def/codeform/BUFR-message> ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "WMO centre"@en ;
        rdfs:range        <http://codes.wmo.int/def/common/Centre> ;
        rdfs:subClassOf   skos:Concept ;
        skos:notation     "centre" .

<http://codes.wmo.int/def/common/dimensions>
        a                 owl:ObjectProperty ;
        rdfs:comment      "The dimensions for a physical quantity."@en ;
        rdfs:isDefinedBy  <http://codes.wmo.int/def/common> ;
        rdfs:label        "dimensions"@en .
