From d4aec28ba8ad24d5aef3ee12beeb1b805148eab1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Aug 2021 13:42:25 -0400 Subject: 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. --- src/world.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 8cc99e61..f1124023 100644 --- a/src/world.h +++ b/src/world.h @@ -41,6 +41,7 @@ struct SerdWorldImpl { } blank; uint32_t next_blank_id; + uint32_t next_document_id; bool stderr_color; }; -- cgit v1.2.1