aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ce9b07..dbf0ead 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,11 @@ The following is a summary of fixes (🔧), changes (🔄) and improvements (⚡
71 ``` 71 ```
72 where `rsa:named` is an internal predicate keeping track of all constants in the original ontology. 72 where `rsa:named` is an internal predicate keeping track of all constants in the original ontology.
73 73
74+ âš¡ Both in the canonical model and the filtering program computations, 74+ âš¡ In Def. 3, regarding the generation of the logic program used for the RSA checkk, only T5 axioms involving an unsafe role will introduce the internal predicates `PE` and `U`.
75 rules without a body are loaded into RDFox as facts. 75
76+ âš¡ Both in the canonical model and the filtering program computations, rules without a body are loaded into RDFox as facts.
77
78+ ⚡ The `cycle` function introduced in Def.4 establishing the direction of the *unraveling* of loops is defined over triples `(A,R,B)`. We are currently limiting the triple only to those appearing in a T5 axiom `A ⊑ ∃R.B`. Note that this greatly limits the size of cycle for a given triple, and as a consequence limits the number of rules used to compute the canonical model.
76 79
77## References 80## References
78 81