Expand description
OWL QL conjunctive query answering and taxonomy hierarchy navigation.
Re-exports§
pub use hierarchy::TaxonomyHierarchy;pub use rewrite::rewrite_query;
Modules§
- hierarchy
- Taxonomy hierarchy navigation (subclasses, subsumption) after classification.
- rewrite
- Query rewriting over a classified taxonomy (OWL QL fragment).
Structs§
- Conjunctive
Query - Conjunctive query (AND of atoms).
- Query
Answer - One answer binding (variable → entity id).
Enums§
Constants§
- MAX_
QUERY_ ATOMS - OWL QL allows at most one query atom.
- MAX_
QUERY_ LEN - Maximum conjunctive query string length.
Functions§
- answer_
query - Answer a conjunctive query over a classified ontology.
- parse_
conjunctive_ query - Parse a conjunctive query string.
Type Aliases§
- Result
- Result type for QL operations.