Re: FILTER (CONTAINS on a graph name : should order matter ?

2018-03-12 Thread Martynas Jusevičius
?thing is undefined within GRAPH in your second query. On Mon, Mar 12, 2018 at 3:59 PM, Jean-Marc Vanel wrote: > Hi ! > > This works as expected: > > SELECT DISTINCT ?thing > WHERE { >graph ?thing { > [] ?p ?O . >} >

FILTER (CONTAINS on a graph name : should order matter ?

2018-03-12 Thread Jean-Marc Vanel
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 {