@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/SurfaceCoverGlob2009/mosaicForest>
        a                skos:Concept ;
        rdfs:label       "Mosaic forest or shrubland (50-70%) / grassland (20-50%)" ;
        dct:description  "NA"@en ;
        skos:notation    "mosaicForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/unknown>
        a                skos:Concept ;
        rdfs:label       "No data (burnt areas, clouds,...)" ;
        dct:description  "NA"@en ;
        skos:notation    "unknown" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenBroadleavedEvergreenForest>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) broadleaved evergreen or semi-deciduous forest (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "closedToOpenBroadleavedEvergreenForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/openDeciduousBroadleafForest>
        a                skos:Concept ;
        rdfs:label       "Open (15-40%) broadleaved deciduous forest/woodland (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "openDeciduousBroadleafForest" .

<http://codes.wmo.int/wmdr/_SurfaceCoverGlob2009>
        a                  reg:RegisterItem ;
        rdfs:label         "Surface cover types (Globcover2009)" ;
        dct:dateAccepted   "2020-04-29T14:36:16.727Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-10-14T16:36:35.702Z"^^xsd:dateTime ;
        dct:description    "Surface cover types (Globcover2009)" ;
        dct:modified       "2019-11-21T09:18:04.221Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity         <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009> ;
                             reg:entityVersion  <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009:2>
                           ] ;
        reg:itemClass      reg:Register , skos:Collection , ldp:Container ;
        reg:notation       "SurfaceCoverGlob2009" ;
        reg:register       <http://codes.wmo.int/wmdr> ;
        reg:status         reg:statusStable ;
        reg:submitter      [ foaf:accountName  "https://api.github.com/users/kurt-hectic" ;
                             foaf:name         "kurt-hectic"
                           ] ;
        owl:versionInfo    3 .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedDeciduousBroadleafForest>
        a                skos:Concept ;
        rdfs:label       "Closed (>40%) broadleaved deciduous forest (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "closedDeciduousBroadleafForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedEvergreenNeedleleafForest>
        a                skos:Concept ;
        rdfs:label       "Closed (>40%) needleleaved evergreen forest (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "closedEvergreenNeedleleafForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedBroadleavedForestFloodedShrubland>
        a                skos:Concept ;
        rdfs:label       "Closed (>40%) broadleaved forest or shrubland permanently flooded - Saline or brackish water" ;
        dct:description  "NA"@en ;
        skos:notation    "closedBroadleavedForestFloodedShrubland" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenHerbaceousVegetation>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) herbaceous vegetation (grassland, savannas or lichens/mosses)" ;
        dct:description  "NA"@en ;
        skos:notation    "closedToOpenHerbaceousVegetation" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/urbanBuiltup>
        a                skos:Concept ;
        rdfs:label       "Artificial surfaces and associated areas (Urban areas >50%)" ;
        dct:description  "NA"@en ;
        skos:notation    "urbanBuiltup" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/snowIce>
        a                skos:Concept ;
        rdfs:label       "Permanent snow and ice" ;
        dct:description  "NA"@en ;
        skos:notation    "snowIce" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicVegetation>
        a                skos:Concept ;
        rdfs:label       "Mosaic vegetation (grassland/shrubland/forest) (50-70%) / cropland (20-50%)" ;
        dct:description  "NA"@en ;
        skos:notation    "mosaicVegetation" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenGrasslandWoodyVegetation>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) grassland or woody vegetation on regularly flooded or waterlogged soil - Fresh, brackish or saline water" ;
        dct:description  "NA"@en ;
        skos:notation    "closedToOpenGrasslandWoodyVegetation" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/water>
        a                skos:Concept ;
        rdfs:label       "Water bodies" ;
        dct:description  "NA"@en ;
        skos:notation    "water" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/rainfedCroplands>
        a                skos:Concept ;
        rdfs:label       "Rainfed croplands" ;
        dct:description  "NA"@en ;
        skos:notation    "rainfedCroplands" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/sparseVegetation>
        a                skos:Concept ;
        rdfs:label       "Sparse (<15%) vegetation" ;
        dct:description  "NA"@en ;
        skos:notation    "sparseVegetation" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/bareAreas>
        a                skos:Concept ;
        rdfs:label       "Bare areas" ;
        dct:description  "NA"@en ;
        skos:notation    "bareAreas" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicCroplands>
        a                skos:Concept ;
        rdfs:label       "Mosaic cropland (50-70%) / vegetation (grassland/shrubland/forest) (20-50%)" ;
        dct:description  "NA"@en ;
        skos:notation    "mosaicCroplands" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicGrassland>
        a                skos:Concept ;
        rdfs:label       "Mosaic grassland (50-70%) / forest or shrubland (20-50%)" ;
        dct:description  "NA"@en ;
        skos:notation    "mosaicGrassland" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/openDeciduousEvergreenNeedleleafForest>
        a                skos:Concept ;
        rdfs:label       "Open (15-40%) needleleaved deciduous or evergreen forest (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "openDeciduousEvergreenNeedleleafForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mixedForest>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) mixed broadleaved and needleleaved forest (>5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "mixedForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009>
        a                      skos:Collection , ldp:Container , reg:Register ;
        rdfs:label             "Surface cover types (Globcover2009)" ;
        dct:description        "Surface cover types (Globcover2009)" ;
        dct:modified           "2019-11-21T09:18:04.222Z"^^xsd:dateTime ;
        owl:versionInfo        2 ;
        skos:member            <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/irrigatesCroplands> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedDeciduousBroadleafForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenShrubland> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/sparseVegetation> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/urbanBuiltup> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/openDeciduousEvergreenNeedleleafForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenBroadleavedForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenBroadleavedEvergreenForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedBroadleavedForestFloodedShrubland> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenGrasslandWoodyVegetation> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/water> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mixedForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedEvergreenNeedleleafForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/bareAreas> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicGrassland> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/openDeciduousBroadleafForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/unknown> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicVegetation> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenHerbaceousVegetation> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/snowIce> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicForest> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/mosaicCroplands> , <http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/rainfedCroplands> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenBroadleavedForest>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) broadleaved forest regularly flooded (semi-permanently or temporarily) - Fresh or brackish water" ;
        dct:description  "NA"@en ;
        skos:notation    "closedToOpenBroadleavedForest" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/closedToOpenShrubland>
        a                skos:Concept ;
        rdfs:label       "Closed to open (>15%) (broadleaved or needleleaved, evergreen or deciduous) shrubland (<5m)" ;
        dct:description  "NA"@en ;
        skos:notation    "closedToOpenShrubland" .

<http://codes.wmo.int/wmdr/SurfaceCoverGlob2009/irrigatesCroplands>
        a                skos:Concept ;
        rdfs:label       "Post-flooding or irrigated croplands (or aquatic)" ;
        dct:description  "NA"@en ;
        skos:notation    "irrigatesCroplands" .
