syntax issue? from Brian McBride on 2001-02-21 (www-rdf-interest@w3.org from February 2001) (original) (raw)
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:Description rdf:aboutEach='#bag'> <foo:bar rdf:ID='stmtId'>...
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