//! SHACL validation subset for OxiRS WASM.
//!
//! Supported constraint components:
//! - `sh:minCount`, `sh:maxCount`
//! - `sh:datatype`
//! - `sh:pattern`
//! - `sh:minInclusive`, `sh:maxInclusive`
//! - `sh:class`
//! - `sh:nodeKind`
//! - `sh:in`
//! - `sh:hasValue`
pub use ;
pub use ;