RDF.BlankNode.Generator.UUID (RDF.ex v2.1.0)

View Source

An implementation of a RDF.BlankNode.Generator.Algorithm which returns RDF.BlankNodes with random UUID identifiers.

Summary

Functions

Creates a struct with the state of the algorithm.

Types

t()

@type t() :: %RDF.BlankNode.Generator.UUID{prefix: String.t()}

Functions

new(attrs \\ [])

Creates a struct with the state of the algorithm.

Options

  • prefix: a string prepended to the generated blank node identifier