summaryrefslogtreecommitdiff
path: root/tests/core/property-paths/mixed-graphs.rq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/property-paths/mixed-graphs.rq')
-rw-r--r--tests/core/property-paths/mixed-graphs.rq4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/property-paths/mixed-graphs.rq b/tests/core/property-paths/mixed-graphs.rq
index 4c7bb155e..b6a418103 100644
--- a/tests/core/property-paths/mixed-graphs.rq
+++ b/tests/core/property-paths/mixed-graphs.rq
@@ -1,9 +1,9 @@
SELECT ?a ?n1 ?n2 {
- GRAPH <A> {
+ GRAPH <http://example/A> {
?u foaf:name ?a ;
foaf:knows/foaf:name ?n1
}
- GRAPH <B> {
+ GRAPH <http://example/B> {
?u foaf:knows/foaf:name ?n2
}
}