diff options
author | David Robillard <d@drobilla.net> | 2021-08-12 13:42:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-28 21:57:07 -0500 |
commit | d4aec28ba8ad24d5aef3ee12beeb1b805148eab1 (patch) | |
tree | e41d1aef4e492b0f06044ad611dc6c23defef34b /test/multifile | |
parent | da7940afb82d8d1dd5321b311f27340f5702aea2 (diff) | |
download | serd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.tar.gz serd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.tar.bz2 serd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.zip |
Make blank node prefixing automatic
Though potentially useful, I don't think the complexity cost of the old
interface (both to the implementation and to the user) is worth it. A special
tool to transform blank node labels (for example with regular expressions)
would be a better approach to this if it's ever needed in the future.
Diffstat (limited to 'test/multifile')
-rw-r--r-- | test/multifile/output.nq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/multifile/output.nq b/test/multifile/output.nq index dd35dc4d..cf3ea93e 100644 --- a/test/multifile/output.nq +++ b/test/multifile/output.nq @@ -1,3 +1,3 @@ -_:f0b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Type> . _:f1b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Type> . -_:f1b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/OtherType> <http://example.org/graph> . +_:f2b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Type> . +_:f2b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/OtherType> <http://example.org/graph> . |