Dear Scott,
As you must have seen from the message to which you were responding, there
is a link to the W3C's OWL Reference. Here it is
http://www.w3.org/TR/owl-ref/  There you will find section 7.1 on
annotations. In fact, I pasted that section into the email to which you
responded, but since you missed it here it is again.

7.1 Annotations
OWL Full does not put any constraints on annotations in an ontology. OWL DL
allows annotations on classes, properties, individuals and ontology headers,
but only under the following conditions:
The sets of object properties, datatype properties, annotation properties
and ontology properties must be mutually disjoint. Thus, in OWL DL
dc:creator cannot be at the same time a datatype property and an annotation
property.
Annotation properties must have an explicit typing triple of the form:
    AnnotationPropertyID rdf:type owl:AnnotationProperty .
  Annotation properties must not be used in property axioms. Thus, in OWL DL
one cannot define subproperties or domain/range constraints for annotation
properties.
The object of an annotation property must be either a data literal, a URI
reference, or an individual.
Five annotation properties are predefined by OWL, namely:
owl:versionInfo
rdfs:label
rdfs:comment
rdfs:seeAlso
rdfs:isDefinedBy


Am I confused about something? Please let me know because it is important
that I get this correct.

Best wishes,
Leonard




On Tue, Feb 1, 2011 at 2:43 PM, Scott Henninger
<[email protected]>wrote:

> On 2/1/11 1:12 PM, Leonard Jacuzzo wrote:
>
>> Unless, my interpretation of 7.1 is amiss. Is it?)
>>
>
> Section of 7.1 where?
>
> -- Scott
>
>
> --
> You received this message because you are subscribed to the Google
> Group "TopBraid Suite Users", the topics of which include TopBraid
> Composer,
> TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
> To post to this group, send email to
> [email protected]
> To unsubscribe from this group, send email to
> [email protected]<topbraid-users%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/topbraid-users?hl=en
>

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to