shacl_validation/constraints/core/logical/
mod.rs

1pub(crate) mod and;
2pub(crate) mod not;
3pub(crate) mod or;
4pub(crate) mod xone;