diff options
author | David Robillard <d@drobilla.net> | 2023-03-29 19:59:47 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | dd777c54b7585823be1f977e9dd887a5110a74f3 (patch) | |
tree | 0af28e331aba4e1d15719519ac9834a0b59817b7 /test/qualify/qualify-in.ttl | |
parent | 978467d01da0c487348e2a0118c1aed196070230 (diff) | |
download | serd-dd777c54b7585823be1f977e9dd887a5110a74f3.tar.gz serd-dd777c54b7585823be1f977e9dd887a5110a74f3.tar.bz2 serd-dd777c54b7585823be1f977e9dd887a5110a74f3.zip |
Test URI and blank node manipulation features separately
Diffstat (limited to 'test/qualify/qualify-in.ttl')
-rw-r--r-- | test/qualify/qualify-in.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/qualify/qualify-in.ttl b/test/qualify/qualify-in.ttl new file mode 100644 index 00000000..04afc07f --- /dev/null +++ b/test/qualify/qualify-in.ttl @@ -0,0 +1,10 @@ +@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" . |