Skip to content

Commit 280e9de

Browse files
authored
Merge pull request #57 from rubensworks/fix/construct4
Fix missing named data graph in SPARQL 1.1 constructwhere04
2 parents e91cf69 + 2958898 commit 280e9de

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)