ontocore-query 0.11.1

SQL-like and SPARQL query engine for OntoCore (ontocore-*)
Documentation

ontocore-query

Part of OntoCore (semantic workspace engine).

SQL-like virtual tables and SPARQL query engine for OntoCore.

Install

ontocore-query = "0.11"

Quick example

use ontocore_catalog::IndexBuilder;
use ontocore_query::query_catalog;

let catalog = IndexBuilder::new().workspace("fixtures").build()?;
let result = query_catalog(&catalog, "SELECT short_name FROM classes")?;

Documentation

License

MIT OR Apache-2.0