v0.0.7
In this release we added support for SHACL by defining the shacl_ast
crate.
Other changes:
- Renamed the project from shex_rs to shapes_rs to indicate that the project intends to support both ShEx and SHACL.
- Merged the srdf_graph and srdf_sparql crates into srdf.
- Added more combinators and documentation examples to rdf_parser in order to document the RDF parser combinators approach. See, for example, the doc for the map method.