aboutsummaryrefslogtreecommitdiffstats
path: root/test/good/test-base-query.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/good/test-base-query.ttl')
-rw-r--r--test/good/test-base-query.ttl9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/good/test-base-query.ttl b/test/good/test-base-query.ttl
index 77638817..583dd610 100644
--- a/test/good/test-base-query.ttl
+++ b/test/good/test-base-query.ttl
@@ -1,3 +1,10 @@
@base <http://example.org/a/b/c/d;p?q> .
-<> a <http://example.org/Thing> . \ No newline at end of file
+<>
+ a <http://example.org/Base> .
+
+<child>
+ a <http://example.org/Child> .
+
+<http://example.org/a/b/x>
+ a <http://example.org/NonChild> .