2026-03-05 13:15:11 +01:00
## Chase Algorithm Resources
2026-03-05 13:14:41 +01:00
### Papers
| Paper | Authors | Link |
|:--------------------------------------------|:-------------------------|:-------------------------------------------------------------------------------------|
| The Theory of Joins in Relational Databases | Aho, Beeri & Ullman | [dl.acm.org/doi/10.1145/320083.320091 ](https://dl.acm.org/doi/10.1145/320083.320091 ) |
| Testing Implications of Data Dependencies | Maier, Mendelzon & Sagiv | [dl.acm.org/doi/10.1145/320107.320115 ](https://dl.acm.org/doi/10.1145/320107.320115 ) |
### Chase Query Engines
2026-03-05 13:05:31 +01:00
| Engine | Organization | Home Page |
|:---------|:-------------------------------|:-------------------------------------------------------------------------------------|
| RDFox | Oxford Semantic Technologies | [oxfordsemantic.tech/rdfox ](https://oxfordsemantic.tech/rdfox ) |
| VLog | TU Dresden / VU Amsterdam | [github.com/karmaresearch/vlog ](https://github.com/karmaresearch/vlog ) |
| Graal | LIRMM, Montpellier | [graphik-team.github.io/graal ](https://graphik-team.github.io/graal ) |
| Vadalog | University of Oxford / TU Wien | [vadalog-system.com ](https://vadalog-system.com ) |
| PDQ | University of Oxford | [github.com/michaelbenedict/pdq ](https://github.com/michaelbenedict/pdq ) |
| Llunatic | University of Genova | [github.com/donatellosantoro/Llunatic ](https://github.com/donatellosantoro/Llunatic ) |
## Changelog
2026-03-05 13:14:41 +01:00
* **Mar 5, 2026** -- Re-formatted the table for the Papers section.
2026-03-05 13:05:31 +01:00
* **Mar 5, 2026** -- The first version was created.