@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/Representativeness/unknown>
        a                skos:Concept ;
        rdfs:label       "unknown" ;
        dct:description  "The representativeness is unknown in the context of the observed quantity."@en ;
        skos:notation    "unknown" .

<http://codes.wmo.int/wmdr/Representativeness/mesoscale>
        a                skos:Concept ;
        rdfs:label       "mesoscale (3 km .. < 100 km)" ;
        dct:description  "An area or volume of 3 km to 100 km horizontal extent (for example, thunderstorms, sea and mountain breezes)."@en ;
        skos:notation    "mesoscale" .

<http://codes.wmo.int/wmdr/Representativeness/largeScale>
        a                skos:Concept ;
        rdfs:label       "large scale (100 km .. < 3000 km)" ;
        dct:description  "An area or volume of 100 km to 3000 km horizontal extent (for example, fronts, various cyclones, cloud clusters)."@en ;
        skos:notation    "largeScale" .

<http://codes.wmo.int/wmdr/Representativeness/inapplicable>
        a                skos:Concept ;
        rdfs:label       "inapplicable" ;
        dct:description  "Not applicable in the context of the observed quantity."@en ;
        skos:notation    "inapplicable" .

<http://codes.wmo.int/wmdr/Representativeness/microscale>
        a                skos:Concept ;
        rdfs:label       "microscale (< 100 m)" ;
        dct:description  "An area or volume less than 100 m horizontal extent (for example, evaporation)."@en ;
        skos:notation    "microscale" .

<http://codes.wmo.int/wmdr/Representativeness>
        a                      skos:Collection , reg:Register , ldp:Container ;
        rdfs:label             "Representativeness" ;
        dct:description        "Representativeness" ;
        dct:modified           "2019-11-21T09:15:50.644Z"^^xsd:dateTime ;
        owl:versionInfo        2 ;
        skos:member            <http://codes.wmo.int/wmdr/Representativeness/unknown> , <http://codes.wmo.int/wmdr/Representativeness/inapplicable> , <http://codes.wmo.int/wmdr/Representativeness/microscale> , <http://codes.wmo.int/wmdr/Representativeness/mesoscale> , <http://codes.wmo.int/wmdr/Representativeness/toposcale> , <http://codes.wmo.int/wmdr/Representativeness/largeScale> , <http://codes.wmo.int/wmdr/Representativeness/planetaryScale> , <http://codes.wmo.int/wmdr/Representativeness/drainageArea> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/Representativeness/toposcale>
        a                skos:Concept ;
        rdfs:label       "toposcale, local scale (100 m .. < 3 km)" ;
        dct:description  "An area or volume of 100 m to 3 km horizontal extent (for example, air pollution, tornadoes)."@en ;
        skos:notation    "toposcale" .

<http://codes.wmo.int/wmdr/Representativeness/drainageArea>
        a                skos:Concept ;
        rdfs:label       "drainage area" ;
        dct:description  "An area (also known as 'catchment') having a common outlet for its surface runoff, in km2."@en ;
        skos:notation    "drainageArea" .

<http://codes.wmo.int/wmdr/Representativeness/planetaryScale>
        a                skos:Concept ;
        rdfs:label       "planetary scale (> 3000 km)" ;
        dct:description  "An area or volume of more than 3000 km horizontal extent (for example, long upper tropospheric waves)."@en ;
        skos:notation    "planetaryScale" .
