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
@callback history( history_graph :: RDF.Graph.t(), subject_type(), subject(), opts :: keyword() ) :: {:ok, list()} | {:error, any()}