Re: [dxwg] versioning and resource status (#1238)

ISO 19135 has a codelist with the following Status flags:

- invalid
- submitted
- valid
- superseded
- retired

The Registry ontology was partly inspired by 19135, but elaborates the status flags further
```
    reg:statusNotAccepted         - corresponds to ISO 19135:2005 'notValid'
        reg:statusSubmitted       - corresponds to ISO 19135:(draft) 'submitted'
        reg:statusReserved        - flags a reserved entry, same semantics as statusSubmitted
        reg:statusInvalid         - corresponds to ISO 19135:(draft) 'invalid'
    reg:statusAccepted
        reg:statusValid           - corresponds to ISO 19135:2005 'valid'
            reg:statusExperimental   
            reg:statusStable
        reg:statusDeprecated 
            reg:statusSuperseded  - corresponds to ISO 19135:2005 'superseded'
            reg:statusRetired     - corresponds to ISO 19135:2005 'retired'
```
See https://github.com/UKGovLD/ukl-registry-poc/wiki/Principles-and-concepts#status-and-life-cycle and http://purl.org/linked-data/registry 
    

-- 
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1238#issuecomment-627165052 using your GitHub account

Received on Tuesday, 12 May 2020 07:28:14 UTC