ontocore 0.11.1

OntoCore — semantic workspace engine for ontology development
Documentation
1
2
3
4
5
6
//! SQL virtual tables and SPARQL over an indexed catalog.

pub use ontocore_query::{
    query_catalog, run_sparql, run_sql, sparql_catalog, QueryError, QueryResult, QueryableCatalog,
    Result, SparqlResult,
};