Re: Mime types, Literals == Resources

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