The Grax API.
For now there is no API documentation. Read about the API in the guide here.
to_rdf(struct(), opts :: Keyword) :: {:ok, RDF.Graph.t()} | {:error, any()}
valid?(struct(), opts :: Keyword) :: boolean()
validate(struct(), opts :: Keyword) :: {:ok, struct()} | {:error, Grax.ValidationError.t()}
validate!(struct(), opts :: Keyword) :: struct()