Grax (Grax v0.3.1) 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
to_rdf(Grax.Schema.t(), opts :: Keyword) :: {:ok, RDF.Graph.t()} | {:error, any()}
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()