ontocore 0.14.0

OntoCore — semantic workspace engine for ontology development
Documentation
1
2
3
4
5
6
//! RDF and OBO parsing.

pub use ontocore_parser::{
    parse_obo_file, parse_obo_text, parse_ontology_file, parse_ontology_text,
    serialize_quads_turtle, ParseError, ParsedOntology, OWL,
};