- From: Jonas Liljegren <jonas@rit.se>
- Date: 28 Nov 2000 11:56:04 +0100
- To: Gabe Beged-Dov <begeddov@jfinity.com>
- Cc: Seth Russell <seth@robustai.net>, "www-rdf-interest@w3.org" <www-rdf-interest@w3.org>
Gabe Beged-Dov <begeddov@jfinity.com> writes: > The Bag can be used as the target of distributive referents [2] and I > am suggesting that it is also useful as a way of providing finer > grained traceability of statement occurrences. I remember that the aboutEach attribute has been criticized for not having a corresponding encoding in the node diagram. The M&S gives this example: <rdf:Bag ID="pages"> <rdf:li resource="http://foo.org/foo.html" /> <rdf:li resource="http://bar.org/bar.html" /> </rdf:Bag> <rdf:Description about="#pages"> <s:Creator>Ora Lassila</s:Creator> </rdf:Description> <rdf:Description aboutEach="#pages"> <s:Creator>Ora Lassila</s:Creator> </rdf:Description> The question here is how about differs from aboutEach in the node diagram. And the answer is that the aboutEach statement is translated to mutlipple statements. There is no way to recreate the XML serialization from the triples. RDF M&S says: No explicit graph representation of distributive referents is defined. Instead, in terms of the statements made, distributive referents are expanded into the individual statements about the individual container members (internally, implementations are free to retain information about the distributive referents - in order to save space, for example - as long as any querying functions work as if all of the statements were made individually). Wraf will store those distributed properties, as suggested, in a way not representable in RDF itself. But at some point, we will have to be able to talk about distributed properties using RDF. -- / Jonas Liljegren The Wraf project http://www.uxn.nu/wraf/ Sponsored by http://www.rit.se/
Received on Tuesday, 28 November 2000 05:53:02 UTC