@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@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 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 api:   <http://purl.org/linked-data/api/vocab#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix odrs:  <http://schema.theodi.org/odrs#> .
@prefix env-ui: <http://environment.data.gov.uk/registry/structure/ui/> .
@prefix hike:  <https://data.geoscience.earth/ncl/def/hike/> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix dbo:   <http://dbpedia.org/ontology/> .
@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 vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_GPS>
        a                  reg:RegisterItem ;
        rdfs:label         "Global Positioning System"@en ;
        dct:dateAccepted   "2019-01-10T10:36:52.762Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-10T10:33:14.988Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/GPS> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_GPS:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "GPS" ;
        reg:register       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_DGPS>
        a                  reg:RegisterItem ;
        rdfs:label         "Differential Global Positioning System"@en ;
        dct:dateAccepted   "2019-01-10T10:36:52.758Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-10T10:33:14.987Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DGPS> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_DGPS:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "DGPS" ;
        reg:register       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DGPS>
        a                  skos:Concept ;
        dct:created        "2018-07-02" ;
        dct:modified       "2018-07-02T00:00:00" ;
        skos:altLabel      "DGPS"@en ;
        skos:inScheme      <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        skos:prefLabel     "Differential Global Positioning System"@en ;
        skos:topConceptOf  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/GPS>
        a                  skos:Concept ;
        dct:created        "2018-07-02" ;
        dct:modified       "2018-07-02T00:00:00" ;
        skos:altLabel      "GPS"@en ;
        skos:inScheme      <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        skos:prefLabel     "Global Positioning System"@en ;
        skos:topConceptOf  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_DEM>
        a                  reg:RegisterItem ;
        rdfs:label         "Digital Elevation Model"@en ;
        dct:dateAccepted   "2019-01-10T10:36:52.754Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-10T10:33:14.977Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DEM> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_DEM:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "DEM" ;
        reg:register       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/_ElevationMeasurementMethod>
        a                  reg:RegisterItem ;
        rdfs:label         "Elevation Measurement Method"@en ;
        dct:dateAccepted   "2019-01-10T10:35:16.585Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-10T10:33:14.973Z"^^xsd:dateTime ;
        dct:description    "This scheme specifies concepts used to describe the method applied to measure the elevation value."@en ;
        dct:modified       "2019-01-10T10:35:04.755Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity         <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
                             reg:entityVersion  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod:2>
                           ] ;
        reg:itemClass      ldp:Container , skos:ConceptScheme , reg:Register ;
        reg:notation       "ElevationMeasurementMethod" ;
        reg:register       <https://data.geoscience.earth/ncl/> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    3 .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/survey>
        a                  skos:Concept ;
        dct:created        "2018-07-02" ;
        dct:modified       "2018-07-02T00:00:00" ;
        skos:inScheme      <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        skos:prefLabel     "survey"@en ;
        skos:topConceptOf  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod>
        a                       ldp:Container , skos:ConceptScheme , reg:Register ;
        dct:created             "2018-07-02" ;
        dct:creator             "EPOS Geological Information and Modeling Thematic Core Service" ;
        dct:description         "This scheme specifies concepts used to describe the method applied to measure the elevation value."@en ;
        dct:modified            "2019-01-10T10:35:04.755Z"^^xsd:dateTime ;
        dct:title               "Elevation Measurement Method" ;
        reg:owner               <https://data.geoscience.earth/ncl/structure/Owner/1> ;
        owl:versionInfo         2 ;
        skos:changeNote         "Moving from http://resource.europe-geology.eu/vocabs/ to https://data.geoscience.earth/ncl/ base URI and slight structure polish when needed. S.Grellet, A.Feliachi.BRGM.04-DEC-2018"@en ;
        skos:definition         "Method used to measure the elevation."@en ;
        skos:hasTopConcept      <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/GPS> , <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DGPS> , <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/survey> , <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DEM> ;
        skos:prefLabel          "Elevation Measurement Method"@en ;
        ldp:isMemberOfRelation  skos:inScheme .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/DEM>
        a                  skos:Concept ;
        dct:created        "2018-07-02" ;
        dct:modified       "2018-07-02T00:00:00" ;
        skos:altLabel      "DEM"@en ;
        skos:inScheme      <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        skos:prefLabel     "Digital Elevation Model"@en ;
        skos:topConceptOf  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> .

<https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_survey>
        a                  reg:RegisterItem ;
        rdfs:label         "survey"@en ;
        dct:dateAccepted   "2019-01-10T10:36:52.763Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-10T10:33:14.986Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/survey> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ElevationMeasurementMethod/_survey:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "survey" ;
        reg:register       <https://data.geoscience.earth/ncl/ElevationMeasurementMethod> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    2 .
