View Source Ontogen.Commit (Ontogen v0.1.1)
Summary
Types
@type t() :: %Ontogen.Commit{ __additional_statements__: term(), __id__: term(), add: term(), committer: term(), message: term(), overwrite: term(), parent: term(), remove: term(), replace: term(), reverted_base_commit: term(), reverted_target_commit: term(), speech_act: term(), time: term(), update: term() }
Functions
@spec from(Grax.Schema.t()) :: {:ok, t()} | {:error, any()}
@spec from!(Grax.Schema.t()) :: t()
@spec load( RDF.Graph.t() | RDF.Description.t(), RDF.IRI.coercible() | RDF.BlankNode.t(), opts :: keyword() ) :: {:ok, t()} | {:error, any()}
@spec load!( RDF.Graph.t() | RDF.Description.t(), RDF.IRI.coercible() | RDF.BlankNode.t(), opts :: keyword() ) :: t()