- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Mon, 13 Jan 2003 14:15:09 +0000
- To: "Peter F. Patel-Schneider" <pfps@research.bell-labs.com>, www-rdf-comments@w3.org
>>>Dave Beckett said:
> I think this can already be written in legal rdf/xml as:
>
> <owl:AllDifferent>
> <owl:distinctMembers rdf:parseType="Collection">
> <owl:Thing rdf:about="#John" />
> <owl:Thing rdf:about="#Mary" />
> <owl:Thing rdf:about="#Susan" />
> <owl:Thing rdf:about="#Joe" />
> </owl:distinctMembers>
> </owl:AllDifferent>
I meant of course:
<owl:AllDistinct>
<owl:distinctMembers rdf:parseType="Collection">
<owl:Thing rdf:about="#John" />
<owl:Thing rdf:about="#Mary" />
<owl:Thing rdf:about="#Susan" />
<owl:Thing rdf:about="#Joe" />
</owl:distinctMembers>
</owl:AllDistinct>
but I don't see the owl:Distinct term there, I assume it is a recent
change or a renaming.
Dave
Received on Monday, 13 January 2003 09:18:08 UTC