File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ SELECT * { GRAPH ?g {} }
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" ;
6
+ rs:solution [ rs:binding [ rs:value <data-g1.ttl> ;
7
+ rs:variable " g"
8
+ ]
9
+ ] ;
10
+ rs:solution [ rs:binding [ rs:value <data-g2.ttl> ;
11
+ rs:variable " g"
12
+ ]
13
+ ] .
Original file line number Diff line number Diff line change 21
21
:dawg-graph-09
22
22
:dawg-graph-10b
23
23
:dawg-graph-11
24
+ :graph-empty
24
25
).
25
26
26
27
:dawg-graph-01 rdf:type mf:QueryEvaluationTest ;
165
166
mf:result <graph-11.ttl> ;
166
167
.
167
168
169
+ :graph-empty rdf:type mf:QueryEvaluationTest ;
170
+ mf:name " graph-empty" ;
171
+ rdfs:comment " Graph with empty BGP: list all named graphs" ;
172
+ mf:action
173
+ [ qt:query <graph-empty.rq> ;
174
+ qt:data <data-g1.ttl> ;
175
+ qt:graphData <data-g1.ttl> ;
176
+ qt:graphData <data-g2.ttl> ;
177
+ ] ;
178
+ mf:result <graph-empty.ttl> ;
179
+ .
You can’t perform that action at this time.
0 commit comments