- From: Art Barstow <barstow@w3.org>
- Date: Tue, 12 Jun 2001 10:07:02 -0400
- To: Brian McBride <bwm@hplb.hpl.hp.com>
- Cc: Aaron Swartz <aswartz@swartzfam.com>, rdf core <w3c-rdfcore-wg@w3.org>
On Tue, Jun 12, 2001 at 02:42:37PM +0100, Brian McBride wrote:
> Aaron Swartz wrote:
>
> > I believe what Brian meant to say is:
> >
> > <rdf:Bag rdf:_1="1" rdf:_2="2">
> > <rdf:li>?</rdf:li>
> > </rdf:Bag>
>
> OOps. Yes. Thanks Aaron.
So if the above is a typedNode [and I thank Brian for catching
my error], then the triples suggested in:
http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Jun/0138.html
don't seem to be correct.
I have a question about BNF. Given:
[6.2] obj ::= description | container
[6.3] description ::= '<rdf:Description' idAboutAttr? bagIdAttr? propAttr* '/>'
| '<rdf:Description' idAboutAttr? bagIdAttr? propAttr* '>'
propertyElt* '</rdf:Description>'
| typedNode
is there a left-to-right precedence with the '|'? That is
since description is first, does it bind more tightly than the
container? Or does the '|' have no associated precedence?
Art
---
Received on Tuesday, 12 June 2001 10:08:09 UTC