- From: Jonas Liljegren <jonas@paranormal.o.se>
- Date: Sun, 05 Dec 1999 15:37:58 +0100
- To: Pierre-Antoine CHAMPIN <champin@cpe.fr>
- CC: seth@halcyon.com, RDF Intrest Group <www-rdf-interest@w3.org>
Pierre-Antoine CHAMPIN wrote: > > Actually, directly expressing statements about anonymous resources > is never easy in RDF. The better way would be to put them in a bag, > and then assert an aboutEach description. > > <rdf:Bag ID="anonymousThings"> > <rdf:li> This is a literal </rdf:li> > <rdf:li parseType="Resource"> > <s:p1> This is an </s:p1> > <s:p2> anonymous Resource </s:p2> > </rdf:li> > </rdf:Bag> > <rdf:Description aboutEach="#anonymousThings"> > <s:p3> A prop for anonymous resources </s:p3> > </rdf:Description> Using Xpointer or some other algoritm would make it easy. Something equvivalent to #_rdf:li(2) to point to the second list item content. -- / Jonas - http://paranormal.o.se/perl/proj/rdf/schema_editor/
Received on Sunday, 5 December 1999 09:28:41 UTC