Changes for document Statuses

Last modified by Linda van den Brink on 2015/04/29 09:21
From version 4.3
edited by Linda van den Brink
on 2014/09/18 09:33
To version 5.1
edited by Linda van den Brink
on 2015/04/29 09:21
Change comment: Updated with new list of statuses.

Content changes

... ... @@ -1,4 +1,4 @@
1 -The cbnlcore:status property contains the available statuses a concept can have in the CB-NL workflow. The status values listed below are instances of the enummeration class Status.
1 +The cbnlcore:status property contains the available statuses a concept can have in the CB-NL workflow. The status values listed below are instances of the enumeration class Status.
2 2
3 3 ##{{{
4 4 # baseURI: http://ont.cbnl.org/cb/id/status/
... ... @@ -13,60 +13,32 @@
13 13 @prefix cbnltop: <http://ont.cbnl.org/top/def/> .
14 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 15
16 -<http://ont.cbnl.org/cb/id/status/Draft>
17 - rdf:type cbnlcore:Status ;
18 - rdfs:label "Concept"@nl-nl , "Draft"@en-gb ;
19 - dcterms:created "2014-08-11"^^xsd:date ;
20 - dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
21 - dcterms:modified "2014-08-18"^^xsd:date ;
22 - dcterms:rightsHolder
23 - <http://ont.cbnl.org/cb/id/agent/CBNL> ;
24 - skos:prefLabel "Draft"@en-gb , "Concept"@nl-nl .
16 +<http://ont.cbnl.org/listvalue/id/status/Approved>
17 + rdf:type meta:Status ;
18 + cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ;
19 + dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
20 + rdfs:comment "the concept/property is an accepted/approved CB-NL member."^^xsd:string ;
21 +.
22 +<http://ont.cbnl.org/listvalue/id/status/Dismissed>
23 + rdf:type meta:Status ;
24 + cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ;
25 + dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
26 + rdfs:comment "the concept is not (no longer) valid to be used."@en-gb ;
27 +.
28 +<http://ont.cbnl.org/listvalue/id/status/Draft>
29 + rdf:type meta:Status ;
30 + cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ;
31 + dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
32 + rdfs:comment "the concept is entered in CB-NL but not yet released by the CB-NL team."^^xsd:string ;
33 +.
34 +<http://ont.cbnl.org/listvalue/id/status/Issue>
35 + rdf:type meta:Status ;
36 + cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ;
37 + dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
38 + rdfs:comment "the concept/property is a candidate member of CB-NL, but still under development and not yet approved. For approval, for example, a full integrity check of the ontology or the relation with context ontologies is needed."@en-gb ;
39 +.
25 25
26 -<http://ont.cbnl.org/cb/id/status/Checked>
27 - rdf:type cbnlcore:Status ;
28 - rdfs:label "Checked"@en-gb , "Gecontroleerd"@nl-nl ;
29 - dcterms:created "2014-08-11"^^xsd:date ;
30 - dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
31 - dcterms:modified "2014-08-18"^^xsd:date ;
32 - dcterms:rightsHolder
33 - <http://ont.cbnl.org/cb/id/agent/CBNL> ;
34 - skos:prefLabel "Checked"@en-gb , "Gecontroleerd"@nl-nl .
35 35
36 36
37 -<http://ont.cbnl.org/cb/id/status/Approved>
38 - rdf:type cbnlcore:Status ;
39 - rdfs:label "Approved"@en-gb , "Goedgekeurd"@nl-nl ;
40 - dcterms:created "2014-08-11"^^xsd:date ;
41 - dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
42 - dcterms:modified "2014-08-18"^^xsd:date ;
43 - dcterms:rightsHolder
44 - <http://ont.cbnl.org/cb/id/agent/CBNL> ;
45 - skos:prefLabel "Approved"@en-gb , "Goedgekeurd"@nl-nl .
46 -
47 -<http://ont.cbnl.org/cb/id/status/Invalid>
48 - rdf:type cbnlcore:Status ;
49 - rdfs:label "Invalid"@en-gb , "Ongeldig"@nl-nl ;
50 - dcterms:created "2014-08-11"^^xsd:date ;
51 - dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
52 - dcterms:modified "2014-08-18"^^xsd:date ;
53 - dcterms:rightsHolder
54 - <http://ont.cbnl.org/cb/id/agent/CBNL> ;
55 - skos:prefLabel "Invalid"@en-gb , "Ongeldig"@nl-nl .
56 -
57 -<http://ont.cbnl.org/cb/id/status/Transferred>
58 - rdf:type cbnlcore:Status ;
59 - rdfs:label "Transferred"@en-gb , "Overgebracht"@nl-nl ;
60 - dcterms:created "2014-08-11"^^xsd:date ;
61 - dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ;
62 - dcterms:modified "2014-08-18"^^xsd:date ;
63 - dcterms:rightsHolder
64 - <http://ont.cbnl.org/cb/id/agent/CBNL> ;
65 - skos:prefLabel "Transferred"@en-gb , "Overgebracht"@nl-nl .
66 66
67 -
68 -
69 -
70 -
71 -
72 72 }}}##

This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 5.3 - Documentation