Statuses

Last modified by Linda van den Brink on 2015/04/29 09:21

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.

# baseURI: http://ont.cbnl.org/cb/id/status/ @prefix cbnlcore: <http://ont.cbnl.org/cb/def/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix cbnltop: <http://ont.cbnl.org/top/def/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://ont.cbnl.org/listvalue/id/status/Approved> rdf:type meta:Status ; cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; rdfs:comment "the concept/property is an accepted/approved CB-NL member."^^xsd:string ; . <http://ont.cbnl.org/listvalue/id/status/Dismissed> rdf:type meta:Status ; cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; rdfs:comment "the concept is not (no longer) valid to be used."@en-gb ; . <http://ont.cbnl.org/listvalue/id/status/Draft> rdf:type meta:Status ; cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; rdfs:comment "the concept is entered in CB-NL but not yet released by the CB-NL team."^^xsd:string ; . <http://ont.cbnl.org/listvalue/id/status/Issue> rdf:type meta:Status ; cbnlcore:status <http://ont.cbnl.org/listvalue/id/status/Approved> ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; 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 ; .

Tags:
Created by Linda van den Brink on 2014/09/18 09:33

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