diff options
Diffstat (limited to 'test/extra/qualify/qualify-out.ttl')
-rw-r--r-- | test/extra/qualify/qualify-out.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/extra/qualify/qualify-out.ttl b/test/extra/qualify/qualify-out.ttl new file mode 100644 index 00000000..f4dd15d4 --- /dev/null +++ b/test/extra/qualify/qualify-out.ttl @@ -0,0 +1,10 @@ +@prefix eg: <http://example.org/> . + +eg:s + eg:p eg:o . + +<http://example.org/a-subject> + <http://example.org/a-predicate> <http://example.org/a-object> . + +() + <http://www.w3.org/2000/01/rdf-schema#label> "nil" . |