diff options
author | David Robillard <d@drobilla.net> | 2023-03-24 20:59:54 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 65cbb4a13f615658282677fcf04685bae63e893c (patch) | |
tree | b9c66e757cf28ce96906d3426300811645753173 /test/extra/qualify/qualify-out.ttl | |
parent | c661dbe50d7f634ec5b2863260f41f098fc9c882 (diff) | |
download | serd-65cbb4a13f615658282677fcf04685bae63e893c.tar.gz serd-65cbb4a13f615658282677fcf04685bae63e893c.tar.bz2 serd-65cbb4a13f615658282677fcf04685bae63e893c.zip |
Support writing all escapes in Turtle and TriG prefixed names
Diffstat (limited to 'test/extra/qualify/qualify-out.ttl')
-rw-r--r-- | test/extra/qualify/qualify-out.ttl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/extra/qualify/qualify-out.ttl b/test/extra/qualify/qualify-out.ttl index f4dd15d4..79148017 100644 --- a/test/extra/qualify/qualify-out.ttl +++ b/test/extra/qualify/qualify-out.ttl @@ -3,8 +3,11 @@ eg:s eg:p eg:o . -<http://example.org/a-subject> - <http://example.org/a-predicate> <http://example.org/a-object> . +eg:a-subject + eg:a-predicate eg:a-object . + +eg:special-\!\#\$\%\&\'\(\)\*\+\,-.\/\;\=\?\@_\~-chars + eg:p eg:o . () <http://www.w3.org/2000/01/rdf-schema#label> "nil" . |