?thing is undefined within GRAPH in your second query.

On Mon, Mar 12, 2018 at 3:59 PM, Jean-Marc Vanel <jeanmarc.va...@gmail.com>
wrote:

> Hi !
>
> This works as expected:
>
> SELECT DISTINCT ?thing
>       WHERE {
>            graph ?thing {
>              [] ?p ?O .
>            }
>            FILTER (CONTAINS( str(?thing),"cartopair"))
>          }
>
> but this gives an empty result :
>
> SELECT DISTINCT ?thing
>     WHERE {
>          graph ?thing {
>            [] ?p ?O .
>            FILTER (CONTAINS( str(?thing),"cartopair"))
>          }
>     }
>
>
> --
> Jean-Marc Vanel
> http://www.semantic-forms.cc:9111/display?displayuri=http:/
> /jmvanel.free.fr/jmv.rdf%23me#subject
> <http://www.semantic-forms.cc:9111/display?displayuri=http:/
> /jmvanel.free.fr/jmv.rdf%23me>
> Déductions SARL - Consulting, services, training,
> Rule-based programming, Semantic Web
> +33 (0)6 89 16 29 52
> Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui
>

Reply via email to