Grax (Grax v0.3.2) View Source
The Grax API.
For now there is no API documentation. Read about the API in the guide here.
Link to this section Summary
Link to this section Functions
Specs
add_additional_statements(Grax.Schema.t(), map()) :: Grax.Schema.t()
Specs
additional_statements(Grax.Schema.t()) :: RDF.Description.t()
Specs
clear_additional_statements(Grax.Schema.t(), opts :: keyword()) :: Grax.Schema.t()
Specs
put_additional_statements(Grax.Schema.t(), map()) :: Grax.Schema.t()
Specs
to_rdf(Grax.Schema.t(), opts :: keyword()) :: {:ok, RDF.Graph.t()} | {:error, any()}
Specs
to_rdf!(Grax.Schema.t(), opts :: keyword()) :: RDF.Graph.t()
Specs
valid?(Grax.Schema.t(), opts :: keyword()) :: boolean()
Specs
validate(Grax.Schema.t(), opts :: keyword()) :: {:ok, Grax.Schema.t()} | {:error, Grax.ValidationError.t()}
Specs
validate!(Grax.Schema.t(), opts :: keyword()) :: Grax.Schema.t()