RDF.FragmentGraph.CSexp (CPub v0.3.0) View Source

Implements the serialization of RDF.FragmentGraph based on Canonical S-expressions.

See https://openengiadina.net/papers/content-addressable-rdf.html for details on the serialization.

Link to this section Summary

Link to this section Functions

Link to this function

decode(binary, base_subject \\ IRI.new("urn:dummy"))

View Source

Specs

Decode a RDF.FragmentGraph from a binary CSexp.

Specs

encode(RDF.FragmentGraph.t()) :: String.t()

Specs