Re: Agenda for RDFCore WG Telecon 2001-11-16

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