AllDifferent

Apparently the record of the decision on AllDifferent may be a bit hard to
read.

Here is my recollection:

<owl:AllDifferent> 
 <owl:distinctMembers rdf:parsetType="Collection">
  <ex:Person rdf:about="John" />
  <ex:Person rdf:about="Mary" />
  <ex:Person rdf:about="Susan" />
  <ex:Person rdf:about="Joe" />
 </owl:distinctMembers>
<owl:AllDifferent> 

makes the denotations of John, Mary, Susan, and Joe be all different.

This is all now in the Abstract Syntax (no change needed there, actually),
the mapping to RDF graphs, and the RDFS-compatible model theory.

peter

Received on Monday, 13 January 2003 03:59:10 UTC