Re: Annotations and entailments

Correction:

the URIref of the class should be the same in the two files.
rdf:about with an absolute URIref would have been a clearer choice.

i.e.

FileA:
<owl:Class rdf:about="http://www.example.org/#c">
   <rdfs:comment>An explanation</rdfs:comment>
</owl:Class>


FileB:
<owl:Class rdf:about="http://www.example.org/#c">
   <rdfs:comment>A different explanation</rdfs:comment>
</owl:Class>


Currently

FileA DL-entails FileB

and

FileB DL-entails FileA

In OWL Full (like in RDF) neither entailment holds.

Jeremy

Received on Saturday, 18 January 2003 15:51:21 UTC