/// `pub mod shape_tree;` is declaring a public module named `shape_tree` to work
/// with Shape Trees in the context of Knowledge graph validation.
pub mod shape_tree;
/// `pub mod shex;` is declaring a public module named `shex` to work with
/// Shape Expressions in the context of Knowledge graph validation.
pub mod shex;