Re: parseType collection

>>>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