Warning:
This wiki has been archived and is now read-only.

FullSemanticsDeprecations

From OWL
Jump to: navigation, search

Goto OWL 2 Full Semantics Page


The OWL 1 Full semantics of the deprecation vocabulary.

OWL knows two special URIs, namely owl:DeprecatedClass and owl:DeprecatedProperty, which can be used to mark classes or properties as deprecated.

Resolution

The OWL 2 Full semantics will be the same as in OWL 1 Full.

The respective Issue 90 has been closed. The RDF mapping will preserve deprecation triples when round tripping through Functional Syntax.

The situation in OWL 1 Full is described in [1].

New Vocabulary

Generally, there will be an annotation property available for deprecating any kind of entity. This property is defined in [2].

Syntax

 x owl:deprecated "true"^^xsd:boolean

Semantics

Axiomatic Triples:

 owl:deprecated rdf:type rdf:Property
 owl:deprecated rdfs:domain rdfs:Resource
 owl:deprecated rdfs:range rdfs:Resource



Goto OWL 2 Full Semantics Page