WIP
This commit is contained in:
parent
fc66b8e393
commit
0e2db4e07b
@ -1,14 +1,13 @@
|
||||
## Chase-rs
|
||||
|
||||
An implementation of the chase algorithm in Rust for advanced reasoning engines.
|
||||
An implementation of the chase algorithm in Rust for reasoning engines.
|
||||
|
||||
### Overview
|
||||
|
||||
The chase algorithm is a fundamental technique in context of database theory and knowledge representation used for:
|
||||
The chase algorithm is a technique in context of database theory and knowledge representation used for:
|
||||
|
||||
- Query answering under tuple-generating dependencies (TGDs)
|
||||
- Computing universal models
|
||||
- Ontology-based data access (OBDA)
|
||||
- Datalog with existential rules
|
||||
|
||||
This implementation provides a restricted-chase style materialization with active-trigger checks.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user