|
I'm not sure we should be commenting on something that hasn't even had the obvious typos fixed yet.
Nonetheless...
RPV as currently described lacks a way of referencing blank nodes in the serialization. Some mechanism like RDF/XML's rdf:nodeID is needed.
You give an example of an <R> element with both id and r attributes. I think this is a misunderstanding: it only makes sense for one or the other to be given.
In fact, since the id attribute is equivalent to RDF/XML's rdf:ID and the r attribute to rdf:about, only the r attribute is required in RPV --there is no difference in semantics between <R id="name"> and <R r="#name">
More work is needed on typed literals, particularly XML literals.
Section 4 should be dropped. It is not necessary to introduce new syntax to encode RDF statements that introduce a 'reification'. At present, this section is also incorrect in that it requires the statement being reified to be asserted as well as its reification.
|