shacl 0.2.15

A SHACL validator for RDF data, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
mod cardinality;
mod logical;
mod non_shape;
mod other;
mod property_pair;
mod shape_based;
mod string_based;
mod value;
mod value_range;