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_SCHEMA;

// ------------------------------------------------------------------------------------------------
// Public Functions ❯ Datatypes
// ------------------------------------------------------------------------------------------------

make_iri_function!(hex_binary => VOCABULARY_XML_SCHEMA:hexBinary);
make_iri_function!(string => VOCABULARY_XML_SCHEMA:string);