aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root-inside-base-out.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/root-inside-base-out.ttl')
-rw-r--r--test/root/root-inside-base-out.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/root/root-inside-base-out.ttl b/test/root/root-inside-base-out.ttl
index a5081e4d..76f61791 100644
--- a/test/root/root-inside-base-out.ttl
+++ b/test/root/root-inside-base-out.ttl
@@ -1,7 +1,7 @@
@base <http://example.org/top/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-<http://example.org/top/>
+<>
rdfs:label "base node" .
<root/>
@@ -10,7 +10,7 @@
<root/s>
rdfs:label "within root" .
-<s>
+<http://example.org/top/s>
rdfs:label "within base" .
<http://example.org/other/s>