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