diff options
Diffstat (limited to 'test/full/full-uris.ttl')
-rw-r--r-- | test/full/full-uris.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/full/full-uris.ttl b/test/full/full-uris.ttl new file mode 100644 index 00000000..cfb048df --- /dev/null +++ b/test/full/full-uris.ttl @@ -0,0 +1,7 @@ +@prefix eg: <http://example.org/> . + +<http://example.org/s1> + eg:prefixed false . + +eg:s2 + eg:prefixed true . |