Still investigating issues about reification... Are, in your opinion, the following RDF piece, equivalent ?? Example 1: <rdf:Description about="#d1" xmlns:my="http://schemas.org/"> <my:prop rdf:id="s1"> Foo </my:prop> </rdf:Description> <rdf:Description about="#s1"/> <my:prop> Bar </my:prop/> </rdf:Description> Example 2: <rdf:Description about="#d1" xmlns:my="http://schemas.org/"> <my:prop> Foo </my:prop> </rdf:Description> <rdf:Statement id="s1"> <rdf:subject resource="#d1"/> <rdf:predicate resource="http://schemas.org/prop"/> <rdf:object> Foo </rdf:object> </rdf:Statement> <rdf:Description about="#s1"/> <my:prop> Bar </my:prop/> </rdf:Description> Pierre-AntoineReceived on Saturday, 2 December 2000 07:39:44 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:47 GMT