@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/StationPictureDirection/pointingNW>
        a                skos:Concept ;
        rdfs:label       "NW" ;
        dct:description  "Pointing Northwest"@en ;
        skos:notation    "pointingNW" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingDown>
        a                skos:Concept ;
        rdfs:label       "DOWN" ;
        dct:description  "Pointing down"@en ;
        skos:notation    "pointingDown" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingE>
        a                skos:Concept ;
        rdfs:label       "E" ;
        dct:description  "Pointing East"@en ;
        skos:notation    "pointingE" .

<http://codes.wmo.int/wmdr/StationPictureDirection/inapplicable>
        a                skos:Concept ;
        rdfs:label       "inapplicable" ;
        dct:description  "None of the codes in the table are applicable."@en ;
        skos:notation    "inapplicable" .

<http://codes.wmo.int/wmdr/StationPictureDirection>
        a                      reg:Register , skos:Collection , ldp:Container ;
        rdfs:label             "Direction of station pictures" ;
        dct:description        "Direction of station pictures" ;
        dct:modified           "2019-11-21T09:01:27.959Z"^^xsd:dateTime ;
        owl:versionInfo        2 ;
        skos:member            <http://codes.wmo.int/wmdr/StationPictureDirection/pointingE> , <http://codes.wmo.int/wmdr/StationPictureDirection/inapplicable> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingW> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingSE> , <http://codes.wmo.int/wmdr/StationPictureDirection/unknown> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingDown> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingN> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingS> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingNE> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingSW> , <http://codes.wmo.int/wmdr/StationPictureDirection/pointingNW> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingW>
        a                skos:Concept ;
        rdfs:label       "W" ;
        dct:description  "Pointing West"@en ;
        skos:notation    "pointingW" .

<http://codes.wmo.int/wmdr/StationPictureDirection/unknown>
        a                skos:Concept ;
        rdfs:label       "unknown" ;
        dct:description  "Unknown pointing direction"@en ;
        skos:notation    "unknown" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingSE>
        a                skos:Concept ;
        rdfs:label       "SE" ;
        dct:description  "Pointing Southeast"@en ;
        skos:notation    "pointingSE" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingNE>
        a                skos:Concept ;
        rdfs:label       "NE" ;
        dct:description  "Pointing Northeast"@en ;
        skos:notation    "pointingNE" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingN>
        a                skos:Concept ;
        rdfs:label       "N" ;
        dct:description  "Pointing North"@en ;
        skos:notation    "pointingN" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingS>
        a                skos:Concept ;
        rdfs:label       "S" ;
        dct:description  "Pointing South"@en ;
        skos:notation    "pointingS" .

<http://codes.wmo.int/wmdr/StationPictureDirection/pointingSW>
        a                skos:Concept ;
        rdfs:label       "SW" ;
        dct:description  "Pointing Southwest"@en ;
        skos:notation    "pointingSW" .
