stelae 0.3.2

A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity.
Documentation
1
2
3
4
5
6
7
//! The rdf module contains helper functions that work with loading, parsing and querying the RDF graph using `sophia`.

/// RDF namespaces for the Stele ontology.
pub mod namespaces;

/// The graph module contains the `Graph` struct which is used to interact with the RDF graph.
pub mod graph;