RDF.BlankNode.Generator.Increment (RDF.ex v2.1.0)
View SourceAn implementation of a RDF.BlankNode.Generator.Algorithm
which returns RDF.BlankNode
s with incremented identifiers.
Summary
Functions
Creates a struct with the state of the algorithm.
Types
@type t() :: %RDF.BlankNode.Generator.Increment{ counter: pos_integer(), map: map(), prefix: String.t() }