aboutEach

How to realize without "aboutEach"?


 

<?xml version="1.0"?>
<rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:my="http://tunichts.com/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
 <rdf:Bag rdf:ID="pages">
   <rdf:li rdf:resource="http://foo.org/foo.html" />
   <rdf:li rdf:resource="http://bar.org/bar.html" />
 </rdf:Bag>
 <rdf:Description rdf:aboutEach="#pages">
   <dc:creator>Ora Lassila</dc:creator>
   <my:checkedBy>
   <my:TheOnly/>
   </my:checkedBy>
 </rdf:Description>
 <rdfs:Class rdf:about="http://tunichts.com/TheOnly"/>

</rdf:RDF>

Received on Tuesday, 27 November 2001 11:10:38 UTC