@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/ModelStatus/_1>
        a                  reg:RegisterItem ;
        rdfs:label         "historical archive"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.929Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.357Z"^^xsd:dateTime ;
        dct:description    "data has been stored in an offline storage facility"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/1> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_1:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       1 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/_7>
        a                  reg:RegisterItem ;
        rdfs:label         "underDevelopment"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.936Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.353Z"^^xsd:dateTime ;
        dct:description    "data is currently in the process of being created"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/7> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_7:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       7 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/6>
        a                            skos:Concept ;
        rdfs:label                   "required"@en ;
        dct:description              "data needs to be generated or updated"@en ;
        skos:notation                "6" ;
        skos:prefLabel               "required"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_required> .

<https://data.geoscience.earth/ncl/ModelStatus/_6>
        a                  reg:RegisterItem ;
        rdfs:label         "required"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.935Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.354Z"^^xsd:dateTime ;
        dct:description    "data needs to be generated or updated"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/6> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_6:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       6 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/5>
        a                            skos:Concept ;
        rdfs:label                   "planned"@en ;
        dct:description              "fixed date has been established upon or by which the data will be created or updated"@en ;
        skos:notation                "5" ;
        skos:prefLabel               "planned"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_planned> .

<https://data.geoscience.earth/ncl/ModelStatus>
        a                       reg:Register , skos:ConceptScheme , ldp:Container ;
        rdfs:label              "Model Status"@en ;
        rdfs:member             <https://data.geoscience.earth/ncl/ModelStatus/2> , <https://data.geoscience.earth/ncl/ModelStatus/3> , <https://data.geoscience.earth/ncl/ModelStatus/6> , <https://data.geoscience.earth/ncl/ModelStatus/1> , <https://data.geoscience.earth/ncl/ModelStatus/4> , <https://data.geoscience.earth/ncl/ModelStatus/7> , <https://data.geoscience.earth/ncl/ModelStatus/5> ;
        dct:description         "Status of the modelling act based on ISO 19139 MD_ProgressCode."@en ;
        dct:modified            "2021-11-29T13:33:41.347Z"^^xsd:dateTime ;
        reg:notation            "ModelStatus" ;
        reg:owner               <https://data.geoscience.earth/ncl/structure/Owner/1> ;
        owl:versionInfo         1 ;
        ldp:hasMemberRelation   rdfs:member ;
        ldp:isMemberOfRelation  skos:inScheme .

<https://data.geoscience.earth/ncl/ModelStatus/_5>
        a                  reg:RegisterItem ;
        rdfs:label         "planned"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.934Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.354Z"^^xsd:dateTime ;
        dct:description    "fixed date has been established upon or by which the data will be created or updated"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/5> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_5:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       5 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/4>
        a                            skos:Concept ;
        rdfs:label                   "on going"@en ;
        dct:description              "data is no longer relevant"@en ;
        skos:notation                "4" ;
        skos:prefLabel               "on going"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_onGoing> .

<https://data.geoscience.earth/ncl/ModelStatus/3>
        a                            skos:Concept ;
        rdfs:label                   "obsolete"@en ;
        dct:description              "data is no longer relevant"@en ;
        skos:notation                "3" ;
        skos:prefLabel               "obsolete"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_obsolete> .

<https://data.geoscience.earth/ncl/ModelStatus/_4>
        a                  reg:RegisterItem ;
        rdfs:label         "on going"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.933Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.355Z"^^xsd:dateTime ;
        dct:description    "data is no longer relevant"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/4> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_4:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       4 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/2>
        a                            skos:Concept ;
        rdfs:label                   "code completed"@en ;
        dct:description              "Production of the data has been completed"@en ;
        skos:notation                "2" ;
        skos:prefLabel               "code completed"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_completed> .

<https://data.geoscience.earth/ncl/ModelStatus/_3>
        a                  reg:RegisterItem ;
        rdfs:label         "obsolete"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.933Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.356Z"^^xsd:dateTime ;
        dct:description    "data is no longer relevant"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/3> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_3:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       3 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/_ModelStatus>
        a                  reg:RegisterItem ;
        rdfs:label         "Model Status"@en ;
        dct:dateAccepted   "2021-11-29T13:33:58.076Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.347Z"^^xsd:dateTime ;
        dct:description    "Status of the modelling act based on ISO 19139 MD_ProgressCode."@en ;
        reg:definition     [ reg:entity         <https://data.geoscience.earth/ncl/ModelStatus> ;
                             reg:entityVersion  <https://data.geoscience.earth/ncl/ModelStatus:1>
                           ] ;
        reg:itemClass      ldp:Container , skos:ConceptScheme , reg:Register ;
        reg:notation       "ModelStatus" ;
        reg:register       <https://data.geoscience.earth/ncl/> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/1>
        a                            skos:Concept ;
        rdfs:label                   "historical archive"@en ;
        dct:description              "data has been stored in an offline storage facility"@en ;
        skos:notation                "1" ;
        skos:prefLabel               "historical archive"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_historicalArchive> .

<https://data.geoscience.earth/ncl/ModelStatus/_2>
        a                  reg:RegisterItem ;
        rdfs:label         "code completed"@en ;
        dct:dateAccepted   "2021-11-29T13:34:00.932Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2021-11-29T13:33:41.357Z"^^xsd:dateTime ;
        dct:description    "Production of the data has been completed"@en ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/ModelStatus/2> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/ModelStatus/_2:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       2 ;
        reg:register       <https://data.geoscience.earth/ncl/ModelStatus> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "h.bressan@brgm.fr" ;
                             foaf:name         "Hélène Bressan"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/ModelStatus/7>
        a                            skos:Concept ;
        rdfs:label                   "underDevelopment"@en ;
        dct:description              "data is currently in the process of being created"@en ;
        skos:notation                "7" ;
        skos:prefLabel               "underDevelopment"@en ;
        <http://www.w3.org/ns/adms#status>
                <http://inspire.ec.europa.eu/registry/status/submitted> ;
        <https://schema.org/sameAs>  <https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ProgressCode_underDevelopment> .
