1 2 3 4 5 6 7
//! SHACL validation layer. //! //! See SPEC.pgRDF.LLD.v0.2 ยง2 and docs/05-validation.md. The v0.2 LLD //! references `shacl-rust`; we replace it with `shacl_validation` //! (see specs/ERRATA.v0.2.md). pub mod shacl;