aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/test-blank-cont.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good/test-blank-cont.ttl')
-rw-r--r--test/extra/good/test-blank-cont.ttl10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/extra/good/test-blank-cont.ttl b/test/extra/good/test-blank-cont.ttl
index b161cdc4..cbf36c44 100644
--- a/test/extra/good/test-blank-cont.ttl
+++ b/test/extra/good/test-blank-cont.ttl
@@ -1,4 +1,8 @@
-@prefix : <http://example.org/base#> .
+@prefix eg: <http://example.org/eg#> .
-:subj :pred [ a :FirstThing ] ;
- :pred [ a :SecondThing ] .
+eg:s
+ eg:p [
+ a eg:FirstThing
+ ] , [
+ a eg:SecondThing
+ ] .