File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ Elixir v1.15 or later, where this issue has been resolved.
38
38
are empty.
39
39
- ` RDF.PrefixMap.empty?/1 ` to check of a ` RDF.PrefixMap ` is empty.
40
40
- ` RDF.PrefixMap.limit/2 ` to limit a ` RDF.PrefixMap ` to a subset of some given prefixes.
41
- - ` RDF.BlankNode.Generator.Random ` implementation of ` RDF.BlankNode.Generator.Algorithm `
41
+ - ` RDF.BlankNode.Generator.UUID ` and ` RDF.BlankNode.Generator.Random ` implementations
42
+ of ` RDF.BlankNode.Generator.Algorithm `
42
43
- ` :bnode_gen ` option on the Turtle/TriG decoders, allowing customization of blank node
43
44
generation and a ` turtle_trig_decoder_bnode_gen ` application config for setting the
44
45
default blank node generator globally.
45
46
- Performance improvements of N-Triples and N-Quads encoders.
46
47
47
48
### Changed
48
49
49
- - Default blank node generation in Turtle decoder now generates random blank node
50
+ - Default blank node generation in Turtle decoder now generates UUID blank node
50
51
identifiers instead of the previous deterministic incremented identifiers.
51
52
This change ensures unique blank nodes across multiple parsing operations.
52
53
You can opt back to the previous behaviour with the new ` turtle_trig_decoder_bnode_gen `
You can’t perform that action at this time.
0 commit comments