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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests to RDFox v4.0
Federico Igne
2020-11-05
6
-306
/
+313
*
Update code to RDFox v4.0
Federico Igne
2020-11-05
11
-172
/
+247
*
Simplify prettyprinting of queries in test
Federico Igne
2020-11-02
1
-8
/
+8
*
Update duplicate test queries
Federico Igne
2020-11-02
1
-17
/
+93
*
Introduce workaround to RDFox Query parsing bug
Federico Igne
2020-11-02
1
-113
/
+246
*
Add partial unit tests for filtering program computation
Federico Igne
2020-10-29
3
-4
/
+178
*
Add unit tests for example2.owl for the canonical model computation
Federico Igne
2020-10-28
2
-4
/
+153
*
Adapt test to new `cycle` method
Federico Igne
2020-10-28
2
-17
/
+29
*
Implement naive version of 'cycle' as in paper
Federico Igne
2020-10-23
1
-17
/
+54
*
Add tests for 'subObjectPropertyOf' axioms
Federico Igne
2020-10-23
1
-5
/
+34
*
Add additional tests for T5 axiom rule generation
Federico Igne
2020-10-23
1
-1
/
+58
*
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
3
-5
/
+23
*
Temporary remove `roles` from RSAOntology
Federico Igne
2020-10-21
1
-7
/
+7
*
Fix issue with introduction of new version of OWLAPI
Federico Igne
2020-10-21
2
-17
/
+23
*
More details in build.sbt and updated dependencies
Stefano Germano
2020-10-19
3
-6
/
+13
*
Add some tests for canonical model computation
Federico Igne
2020-10-10
2
-14
/
+70
*
Fix bug with conflict set computation
Federico Igne
2020-10-10
1
-8
/
+7
*
Add skeleton file for CanonicalModel testing
Federico Igne
2020-10-09
1
-0
/
+46
*
Simplify ProgramGenerator constructor
Federico Igne
2020-10-09
4
-16
/
+32
*
Fix problem with tests
Federico Igne
2020-10-09
3
-11
/
+11
*
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
*
Update and comment some tests
Federico Igne
2020-09-10
2
-201
/
+228
*
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
*
Add setup code to compute the RSA filtering program
Federico Igne
2020-09-07
6
-48
/
+261
*
Add check for RSA graph acyclicity
Federico Igne
2020-08-19
1
-40
/
+44
*
Generalise prefixes
Federico Igne
2020-08-19
3
-35
/
+21
*
Use `rdf(..)` instead of `create(..)` to create `Atom`s
Federico Igne
2020-08-19
6
-58
/
+76
*
Add simple examples
Federico Igne
2020-08-17
1
-1
/
+2
*
Automate query evaluation in RDFoxUtil
Federico Igne
2020-08-17
2
-14
/
+34
*
Add code to access query answers programmatically
Federico Igne
2020-08-16
1
-12
/
+10
*
Include built-in rules in RSA check
Federico Igne
2020-08-16
4
-112
/
+214
[next]