Re: #rdf-containers-syntax-ambiguity,#rdf-containers-syntax-vs-schema

pat hayes wrote:
> 
> Does this
> 
>   <rdf:Bag>
>      <rdf:li>1</rdf:li>
>      <rdf:_10>10</rdf:li>
>      <rdf:li>11</rdf:li>
>    </rdf:Bag>
> 
> ie
>    _:genid <rdf:type> <rdf:Bag>.
>    _:genid <rdf:_1>   "1" .
>    _:genid <rdf:_10>  "10" .
>    _:genid <rdf:_2>  "11" .
> 
> indicate/denote/represent a bag with three elements, or a bag with
> (at least) 10 elements, 7 of which (numbered 3 through 9) are
> unspecified?

Ok, I'll play sucker.  It represents a bag with at least the members "1",
"10" and "11".

> 
> In what way does this thing differ from the similar object gotten by
> writing 'rdf:Seq' instead of 'rdf:Bag' ?

That would be a sequence whose 1st member was "1", whose 10th member
was "10" and whose 11th member was "11".

Brian

Received on Wednesday, 20 June 2001 19:28:54 UTC