File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ SELECT * {
2
+ GRAPH ?g { FILTER (BOUND (?g )) }
3
+ }
Original file line number Diff line number Diff line change
1
+ @prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
2
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3
+
4
+ [] rdf:type rs:ResultSet ;
5
+ rs:resultVariable " g" .
Original file line number Diff line number Diff line change 24
24
:graph-empty
25
25
:graph-exist
26
26
:graph-not-exist
27
+ :graph-variable-scope
27
28
).
28
29
29
30
:dawg-graph-01 rdf:type mf:QueryEvaluationTest ;
202
203
] ;
203
204
mf:result <graph-empty-not-exist.ttl> ;
204
205
.
206
+
207
+ :graph-variable-scope rdf:type mf:QueryEvaluationTest ;
208
+ mf:name " graph-variable-scope" ;
209
+ rdfs:comment " The variable bound by the GRAPH operator is not in-scope inside it" ;
210
+ mf:action
211
+ [ qt:query <graph-variable-scope.rq> ;
212
+ qt:data <data-g1.ttl> ;
213
+ qt:graphData <data-g1.ttl> ;
214
+ qt:graphData <data-g2.ttl> ;
215
+ ] ;
216
+ mf:result <graph-variable-scope.ttl> ;
217
+ .
You can’t perform that action at this time.
0 commit comments