@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>
        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/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/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/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/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/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/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> .

<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> .
