Defining the range of a property that uses parseType="Collection"?

Hi Folks,

Suppose that I have an instance document that contains a books property:

   <books rdf:parseType="Collection">
       <Book>...</Book>
       <Book>...</Book>
       <Book>...</Book>
   </books>

How would you define the rdfs:range for books?

    <rdf:Property rdf:ID="books">
        <rdfs:range rdf:resource="???"/>
    </rdf:Property>

/Roger

Received on Saturday, 28 June 2003 11:59:29 UTC