Skip to content

Commit 2958898

Browse files
committed
Fix missing named data graph in SPARQL 1.1 constructwhere04
1 parent e91cf69 commit 2958898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sparql11/data-sparql11/construct/manifest.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
dawgt:approval dawgt:Approved ;
5656
dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2011-02-01#resolution_3> ;
5757
mf:action
58-
[ qt:query <constructwhere04.rq> ] ;
58+
[ qt:query <constructwhere04.rq> ;
59+
qt:graphData <data.ttl> ] ;
5960
mf:result <constructwhere04result.ttl>
6061
.
6162

0 commit comments

Comments
 (0)