-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jaime Salas edited this page Oct 5, 2021
·
5 revisions
Welcome to the QCan wiki!
Software for canonicalising SPARQL queries.
QCan is a free software for the canonicalisation of SPARQL queries.
This software works with queries under SPARQL 1.0 1.1 syntax.
Developed as part of a master's thesis. Extended as part of a doctorate.
An explanation of the algorithms used, and results of our experiments on monotone SPARQL queries can be found here.
We are currently working on expanding the scope of the software. Our progress is described here.
Use Maven to compile the package:
mvn clean package
The EasyCanonicalisation class encapsulates the many algorithms used to canonicalise queries.
Live demo here
Footer