Skip to content

v0.0.7

Compare
Choose a tag to compare
@labra labra released this 06 Jan 13:30
· 770 commits to master since this release

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.