shacl 0.2.17

A SHACL validator for RDF data, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod closed_info;
mod message_map;
mod node_kind;
mod severity;
mod shacl_format;
mod target;
mod value;

pub use closed_info::ClosedInfo;
pub(crate) use closed_info::defined_properties_for;
pub use message_map::MessageMap;
pub use node_kind::NodeKind;
pub use severity::Severity;
pub use shacl_format::ShaclFormat;
pub use target::Target;
pub use value::Value;