JSON-LD.ex v0.3.2 JSON.LD.NodeIdentifierMap View Source

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Generate Blank Node Identifier

Callback implementation for GenServer.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

generate_blank_node_id(pid, identifier \\ nil)

View Source

Generate Blank Node Identifier

Details at https://www.w3.org/TR/json-ld-api/#generate-blank-node-identifier

Callback implementation for GenServer.init/1.

Link to this function

stop(pid, reason \\ :normal, timeout \\ :infinity)

View Source