Re: Attention Users! (2 in a series)

On Monday, July 23, 2001, at 11:07  AM, Nikita Ogievetsky wrote:

> <daml:Class rdf:ID="Car"/>
> <daml:Class rdf:ID="Person"/>
> <daml:Disjoint rdf:parseType="daml:collection">
>    <daml:Class rdf:about="#Car"/>
>    <daml:Class rdf:about="#Person"/>
> </daml:Disjoint>


<#Car> rdf:type rdfs:Resource .
<#Person> rdf:type rdfs:Resource .

I don't think the daml:collection is valid, since it appears on 
a Class and not a Property.

--
       "Aaron Swartz"      |              The Semantic Web
  <mailto:me@aaronsw.com>  |  <http://logicerror.com/semanticWeb-long>
<http://www.aaronsw.com/> |        i'm working to make it happen

Received on Tuesday, 24 July 2001 01:33:29 UTC