summaryrefslogtreecommitdiff
path: root/test/DAWG/rdflib/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/DAWG/rdflib/manifest.ttl')
-rw-r--r--test/DAWG/rdflib/manifest.ttl30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/DAWG/rdflib/manifest.ttl b/test/DAWG/rdflib/manifest.ttl
index 732c594f..144a8662 100644
--- a/test/DAWG/rdflib/manifest.ttl
+++ b/test/DAWG/rdflib/manifest.ttl
@@ -16,6 +16,8 @@
:whitespacedot
:minusfilter
:notexistsfilter
+ :bindscope
+ :bindscope2
) .
@@ -81,3 +83,31 @@ From https://github.com/RDFLib/rdflib/issues/615, contributed by https://github.
qt:data <minusfilter.ttl> ] ;
mf:result <notexistsfilter.srx>
.
+
+
+:bindscope rdf:type mf:QueryEvaluationTest ;
+ mf:name "Scope of bind in groups";
+ rdfs:comment """
+ From https://github.com/RDFLib/rdflib/issues/580, contributed by https://github.com/pchampin
+""";
+ dawgt:approval dawgt:Approved ;
+ dawgt:approvedBy <http://gromgull.net/me> ;
+ mf:action
+ [ qt:query <bindscope.rq> ;
+ qt:data <bindscope.ttl> ] ;
+ mf:result <bindscope.srx>
+ .
+
+
+:bindscope2 rdf:type mf:QueryEvaluationTest ;
+ mf:name "Scope of bind in groups2";
+ rdfs:comment """
+ From https://github.com/RDFLib/rdflib/issues/580, contributed by https://github.com/pchampin
+""";
+ dawgt:approval dawgt:Approved ;
+ dawgt:approvedBy <http://gromgull.net/me> ;
+ mf:action
+ [ qt:query <bindscope2.rq> ;
+ qt:data <bindscope.ttl> ] ;
+ mf:result <bindscope2.tsv>
+ .