syntax issue?

What triples does the following RDF XML fragment represent?

<rdf:Bag rdf:ID='bag'/>
  <rdf:li rdf:resource='http://foo/bag1'/>
  <rdf:li rdf:resource='http://foo/bag2'/>
</rdf:Bag>
<rdf:Description rdf:aboutEach='#bag'>
  <foo:bar rdf:ID='stmtId'>...</foo:bar>
</rdf:Description>

The problem is that rdf:ID property is supposed to be the ID of
the reified statement generated by the foo:bar element.  But there is
more than one statement generated.

Brian McBride
HPLabs

Received on Wednesday, 21 February 2001 04:34:17 UTC