You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateBlankNodeTrait: generate blank node identifiers conformant with…
… the n-triple syntax
The n-triples syntax doesn't allow UCHARs (escapes in a form of a
\u{character code in hex}) in blank node identifiers, therefore a global
map from `{source's baseURI}/{blank node identifier in source}` to a
global sequential blank node identifier was implemented.
As a consequence a few tests have to be adjusted.