View Source Ontogen.HistoryType behaviour (Ontogen v0.1.1)

Summary

Types

@type subject() :: RDF.IRI.t() | RDF.Statement.t()
@type subject_type() :: :dataset | :graph | :resource | :statement

Callbacks

Link to this callback

history(history_graph, subject_type, subject, opts)

View Source
@callback history(
  history_graph :: RDF.Graph.t(),
  subject_type(),
  subject(),
  opts :: keyword()
) ::
  {:ok, list()} | {:error, any()}

Functions

Link to this function

history(history_graph, subject_type, subject, opts \\ [])

View Source