shacl_validation/constraints/core/logical/
mod.rs

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