Re: summary on options for JP-4 Comment about the semantics of property paths

On Feb 11, 2012, at 1:14 PM, Axel Polleres wrote:

> To make this more tangible, what I was thinking is the following: 
> 
> Take 
> 
> Q:  SELECT ?S WHERE { ?s :p/:q [] }
> 
> and the following graph
> 
>  :s1 :p [ :q :o1 ].
>  :s1 :p [ :q :o1 ].
>  :s1 :p [ :q :o2 ].

I think this is a particularly strange query to use to base this discussion, because:

a) (as Andy noted) things get particularly strange when you don't have a term on one end of the path
b) it's a fixed length path, which isn't the underlying problem as I understand it. I certainly hope we're not discussing changing the cardinality semantics of fixed-length paths…

I'm having a hard time coming up with a real query like this that used arbitrary-length paths, that didn't involve counting, and that couldn't be done with an ASK query.

.greg

Received on Saturday, 11 February 2012 18:21:58 UTC