ShEx (ShEx.ex v0.1.4) View Source
An implementation of the ShEx standard for Elixir.
For a general introduction you may refer to the guides on the homepage.
Link to this section Summary
Functions
Validates that a RDF.Data
structure conforms to a ShEx.Schema
according to a ShEx.ShapeMap
.
Link to this section Functions
See ShEx.ShapeMap.new/0
.
See ShEx.ShapeMap.new/1
.
Validates that a RDF.Data
structure conforms to a ShEx.Schema
according to a ShEx.ShapeMap
.
If the ShapeMap is not given as ShEx.ShapeMap
the given argument will be tried
to converted to one with ShEx.shape_map/1
.