Re: collection access: inferred property vs. syntax

Eric, what is spat as the query result?

With "CONSTRUCT *", I don't think the list information will be lost...
My misunderstanding?

>>   Client1 asks Server1:
>>     CONSTRUCT *
>>     WHERE { (Eric sharesOfficeWith ?list) (?list owl:member ?who) }
>>
>>   Client1 learns:
>>     Joe hasAssets ?list. ?list owl:member (Philippe, David, Michiko, 
>>         Yoshio, ...)
>
>oops, screwed up. Those parens aren't there.
>
>    Joe hasAssets ?list. ?list owl:member Philippe, David, Michiko, 
>       Yoshio, ...
>Not using the shorhand ',' syntax:
>
>    Joe hasAssets ?list.
>    ?list owl:member Philippe.
>    ?list owl:member David.
>    ?list owl:member Michiko.
>    ?list owl:member Yoshio.
>    ...

Cheers,
--
Yoshio Fukushige
W3C fellow at Keio
5322 Endo Fujisawa Kanagawa 252-8520
Tel. +81-466-49-1170
Fax. +81-466-49-1171
fuku@w3.org

Received on Wednesday, 2 February 2005 06:59:39 UTC