diff options
Diffstat (limited to 'test/good/test-blank-cont.ttl')
-rw-r--r-- | test/good/test-blank-cont.ttl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/good/test-blank-cont.ttl b/test/good/test-blank-cont.ttl new file mode 100644 index 00000000..b161cdc4 --- /dev/null +++ b/test/good/test-blank-cont.ttl @@ -0,0 +1,4 @@ +@prefix : <http://example.org/base#> . + +:subj :pred [ a :FirstThing ] ; + :pred [ a :SecondThing ] . |