DeprecatedClass in Ref/Guide/S&AS

I just double checked what was said about DeprecatedClass in light of the
following mapping rule:

Datatype(datatypeID [Deprecated]
      annotation1 … annotationm )

=>

 datatypeID rdf:type rdfs:Datatype .
datatypeID rdf:type rdfs:Class . [opt]
[datatypeID rdf:type owl:DeprecatedClass .]
datatypeID T(annotation1) … datatypeID T(annotationm)

=======

I note that:

neither ref nor guide say anything that contradicts this rule, so no change
is needed.

ref has one example of use, and that is not in OWL DL. Not sure if that
matters.

Neither explicitly mention the possibility of deprecating datatypes, nor do
they rule it out.

No change suggested.

Jeremy

Received on Tuesday, 16 September 2003 11:26:15 UTC