View Source RDF.Canonicalization.IdentifierIssuer (RDF.ex v1.2.0)

An identifier issuer is used to issue new blank node identifier.

See https://www.w3.org/TR/rdf-canon/#bn-issuer-state

Summary

Functions

Link to this function

identifier(issuer, identifier)

View Source
Link to this function

issue_identifier(issuer, existing_identifier)

View Source

Issues a new blank node identifier for a given existing blank node identifier.

See https://www.w3.org/TR/rdf-canon/#issue-identifier

Link to this function

issued?(issuer, identifier)

View Source
Link to this function

issued_identifiers(state)

View Source