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

State of the RDF.Canonicalization algorithm.

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

Summary

Types

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

Functions

Link to this function

add_bnode_hash(state, bnode, hash)

View Source
Link to this function

clear_hash_to_bnodes(state)

View Source
Link to this function

default_hash_algorithm()

View Source
Link to this function

default_hndq_call_limit()

View Source
Link to this function

delete_bnode_hash(state, hash)

View Source
Link to this function

issue_canonical_identifier(state, identifier)

View Source