//! The rdf module contains helper functions that work with loading, parsing and querying the RDF graph using `sophia`.
/// RDF namespaces for the Stele ontology.
pubmodnamespaces;/// The graph module contains the `Graph` struct which is used to interact with the RDF graph.
pubmodgraph;