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
use rdftk_iri::vocab::VOCABULARY_XML;

// ------------------------------------------------------------------------------------------------
// Public Functions
// ------------------------------------------------------------------------------------------------

make_iri_function!(base_iri => VOCABULARY_XML:base);
make_iri_function!(lang_iri => VOCABULARY_XML:lang);