aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/test-id.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good/test-id.ttl')
-rw-r--r--test/extra/good/test-id.ttl9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/extra/good/test-id.ttl b/test/extra/good/test-id.ttl
index cfd0e9ca..942ec5e8 100644
--- a/test/extra/good/test-id.ttl
+++ b/test/extra/good/test-id.ttl
@@ -1,4 +1,7 @@
-@prefix : <http://example.org/base#> .
+@prefix eg: <http://example.org/eg#> .
-:c :d [] .
-_:b1 :a :b .
+eg:a
+ eg:b [] .
+
+_:b1
+ eg:c eg:d .