- From: Sergey Melnik <melnik@db.stanford.edu>
- Date: Thu, 15 Nov 2001 20:10:09 -0800
- To: bwm@hplb.hpl.hp.com
- CC: w3c-rdfcore-wg@w3.org
bwm@hplb.hpl.hp.com wrote:
> ...
> 15: Issue #rdfms-rdf-names-use
> Propose the WG
>
> o resolves that the use of rdf:Description except as the name of a
> description element is an error
> o resolves that the use of rdf:ID, rdf:about, rdf:resource, rdf:bagID,
> rdf:parseType except as reserved names as specified in the grammar
> is an error
> o resolves that the use of rdf:Bag, rdf:Alt and rdf:Seq except as typed
> nodes is an error
Does it mean that the parser will complain about
<rdf:Description>
<rdf:type rdf:resource="http://...#Bag"/>
...
</rdf:Description>
if used instead of
<rdf:Bag>
...
</rdf:Bag>
? If not, the wording should be improved.
Sergey
Received on Thursday, 15 November 2001 22:56:02 UTC