RDF.Canonicalization.State (RDF.ex v2.1.0)

View Source

State of the RDF.Canonicalization algorithm.

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

Summary

Types

t()

@type t() :: %RDF.Canonicalization.State{
  bnode_to_quads: term(),
  canonical_issuer: term(),
  hash_algorithm: term(),
  hash_to_bnodes: term(),
  hndq_call_limit: term()
}

Functions

add_bnode_hash(state, bnode, hash)

clear_hash_to_bnodes(state)

default_hash_algorithm()

default_hndq_call_limit()

delete_bnode_hash(state, hash)

issue_canonical_identifier(state, identifier)

max_calls(state)

new(input, opts)