Skip to main content

ontoindex_parser/
lib.rs

1mod rdf;
2mod vocab;
3
4pub use rdf::{parse_ontology_file, ParsedOntology};
5pub use vocab::OWL;