Re: is/of feature of N3 in turtle/sparql?

On May 28, 2005, at 4:03 AM, Danny Ayers wrote:
> Dan, I've still not spent any proper time with cwm (for shame!), could
> you please just clarify is/of:
>
> * It's a convenience rather than introducing anything new?

yes, it's just syntactic sugar.

> * Would this be correct -
>
> select ?x where
> {
> :EricDoc dc:creator ?x
> }
>
> select ?x where
> {
> ?x is dc:creator of :EricDoc
> }
>
> would produce the same results?

yes.

> Cheers,
> Danny.
>


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Sunday, 29 May 2005 00:28:55 UTC