CPub.Web.URNResolution (CPub v0.3.0) View Source

Implement URN Resolution protocol as described in RFC 2169.

A Trivial Convention for using HTTP in URN Resolution: https://tools.ietf.org/html/rfc2169.

Supports content-addressed RDF that is encoded with ERIS.

Link to this section Summary

Link to this section Functions

Specs

name_to_resource(String.t()) :: {:ok, RDF.FragmentGraph.t()} | {:error, any()}