shacl 0.3.21

A SHACL validator for RDF data, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
mod and;
mod not;
mod or;
mod xone;

pub(crate) use and::and;
pub(crate) use not::not;
pub(crate) use or::or;
pub(crate) use xone::xone;