index
:
RSAComb
develop
master
Re-implementation of the combined approach for CQ answering over RSA ontologies
Federico Igne
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
rsacomb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NI predicate computation
Federico Igne
2020-11-14
4
-37
/
+76
*
Add diagnostic queries along main query
Federico Igne
2020-11-13
1
-26
/
+83
*
Add first implementation of top and equality axiomatization
Federico Igne
2020-11-13
1
-2
/
+58
*
Simplify role extraction from axioms
Federico Igne
2020-11-13
1
-58
/
+18
*
Fix suffix generation in filtering program
Federico Igne
2020-11-13
2
-15
/
+15
*
Add NAMED facts to filtering program
Federico Igne
2020-11-12
1
-1
/
+2
*
Remove debug output
Federico Igne
2020-11-10
1
-1
/
+0
*
Add missing rule generated per role
Federico Igne
2020-11-10
1
-0
/
+43
*
Fix SKOLEM call creation during function skolemization
Federico Igne
2020-11-10
2
-8
/
+20
*
Generalize axiom hashing for constant generation
Federico Igne
2020-11-10
3
-12
/
+44
*
Improve query pretty printing
Federico Igne
2020-11-10
1
-1
/
+1
*
Add OWLClassAssertionAxiom to axioms handled during translation
Federico Igne
2020-11-10
1
-1
/
+22
*
Expose ABox in RSAOntology class
Federico Igne
2020-11-10
1
-2
/
+9
*
Fix `notIn` implementation in canonical model
Federico Igne
2020-11-09
1
-17
/
+18
*
Simplify reification process and add negation reification
Federico Igne
2020-11-09
2
-68
/
+42
*
Rework canonical model computation
Federico Igne
2020-11-06
3
-323
/
+332
*
Fix bug in the filtering program generation
Federico Igne
2020-11-06
1
-4
/
+4
*
Update tests to RDFox v4.0
Federico Igne
2020-11-05
2
-24
/
+24
*
Update code to RDFox v4.0
Federico Igne
2020-11-05
11
-172
/
+247
*
Add partial unit tests for filtering program computation
Federico Igne
2020-10-29
2
-4
/
+4
*
Add unit tests for example2.owl for the canonical model computation
Federico Igne
2020-10-28
1
-1
/
+1
*
Adapt test to new `cycle` method
Federico Igne
2020-10-28
1
-3
/
+5
*
Implement naive version of 'cycle' as in paper
Federico Igne
2020-10-23
1
-17
/
+54
*
Fix bug in computation of 'cycle' function
Federico Igne
2020-10-23
1
-1
/
+5
*
Fix bug in conflict set computation
Federico Igne
2020-10-21
2
-4
/
+9
*
Temporary remove `roles` from RSAOntology
Federico Igne
2020-10-21
1
-7
/
+7
*
Add some tests for canonical model computation
Federico Igne
2020-10-10
1
-1
/
+1
*
Fix bug with conflict set computation
Federico Igne
2020-10-10
1
-8
/
+7
*
Simplify ProgramGenerator constructor
Federico Igne
2020-10-09
4
-16
/
+32
*
Fix problem with tests
Federico Igne
2020-10-09
1
-1
/
+1
*
Complete generation of logic program for the canonical model
Federico Igne
2020-10-06
4
-33
/
+75
*
Add generation of rules for safe T5 axioms
Federico Igne
2020-10-05
1
-4
/
+139
*
Implement `cycle()` and `unfold()` methods
Federico Igne
2020-10-02
1
-1
/
+29
*
Implement `self()` method for the computation of canonical models
Federico Igne
2020-10-02
1
-2
/
+16
*
Implement method to find conflicting roles
Federico Igne
2020-10-01
1
-5
/
+39
*
Add rule generation for unsafe T5 axioms for canonical model
Federico Igne
2020-09-30
7
-34
/
+88
*
Add generation for forward/backwards rules
Federico Igne
2020-09-25
1
-5
/
+34
*
Add skeleton for canonical model generation
Federico Igne
2020-09-24
1
-0
/
+57
*
Add method to parse a string into a Query
Federico Igne
2020-09-23
3
-14
/
+16
*
Add method to compute the set of individuals in an input ontology
Federico Igne
2020-09-22
1
-3
/
+7
*
Fix RDFox query execution helper
Federico Igne
2020-09-22
2
-6
/
+19
*
Add method to compute a query's bounded vars
Federico Igne
2020-09-22
1
-2
/
+20
*
Use `App` trait instead of `main` function
Federico Igne
2020-09-10
1
-44
/
+38
*
Add first attempt at retrieving all constants in an ontology
Federico Igne
2020-09-09
1
-1
/
+8
*
Rename functions to follow Scala naming conventions
Federico Igne
2020-09-09
1
-4
/
+4
*
Move reifing code under `FilteringProgram` class
Federico Igne
2020-09-09
3
-113
/
+96
*
Add full set of rules for filtering program
Federico Igne
2020-09-08
4
-102
/
+363
*
Add functions to detect class/role assertions
Federico Igne
2020-09-08
1
-14
/
+43
*
Introduce naive fresh variable generator
Federico Igne
2020-09-07
5
-35
/
+45
*
Fix SKOLEM function call
Federico Igne
2020-09-07
1
-1
/
+3
[next]