athene-owlapi 0.0.1

This package provides a Rust API for OWL that adheres as closely as possible to the OWL 2 Web Ontology Language Structural Specification.
1
2
3
4
5
6
7
8
9
10
//!
//! Modules containing core vocabulary IRIs.
//!

pub mod owl;
pub mod rdf;
pub mod rdfs;
pub mod skos;
pub mod xml;
pub mod xsd;