aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-11-19 10:37:03 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-11-19 10:37:03 +0000
commit3c6307166d18890212c364a82fc15fb1ba7725e1 (patch)
treea1491015d1c7c881e65ee4a6672e4262455206e6 /README.md
parent5fb28b459e6c1bd33afa4730ba707a1b06557d5b (diff)
downloadRSAComb-3c6307166d18890212c364a82fc15fb1ba7725e1.tar.gz
RSAComb-3c6307166d18890212c364a82fc15fb1ba7725e1.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb4657d..619c230 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,9 @@ The following is a summary of fixes (🔧), changes (🔄) and improvements (⚡
37 37
38+ 🔄 [RDFox](https://www.oxfordsemantic.tech/product) is used instead of DLV as the underlying LP engine. 38+ 🔄 [RDFox](https://www.oxfordsemantic.tech/product) is used instead of DLV as the underlying LP engine.
39 39
40+ 🔄 While the system is described as a two-step process (computing the canonical model and applying the filtering program), the adoption of RDFox allows us to abstract from the underlying engine implementation.
41 Materialisation is handled by RDFox, possibly computing answers in one go, without splitting the process in two separate steps.
42
40+ 🔧 In Def.4, the definition of built-in predicate `notIn` is wrong and should reflect the implicit semantics implied by the name, i.e., 43+ 🔧 In Def.4, the definition of built-in predicate `notIn` is wrong and should reflect the implicit semantics implied by the name, i.e.,
41 44
42 > let [...] `notIn` be a built-in predicate which holds when the first argument is **not** an element of the set given as second argument 45 > let [...] `notIn` be a built-in predicate which holds when the first argument is **not** an element of the set given as second argument
@@ -68,9 +71,6 @@ The following is a summary of fixes (🔧), changes (🔄) and improvements (⚡
68 ``` 71 ```
69 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.
70 73
71+ 🔄 While the system is described as a two-step process (computing the canonical model and applying the filtering program), the adoption of RDFox allows us to abstract from the underlying engine implementation.
72 Materialisation is handled by RDFox, possibly computing answers in one go, without splitting the process in two separate steps.
73
74## References 74## References
75 75
76[1] Feier, Cristina, David Carral, Giorgio Stefanoni, Bernardo Cuenca Grau, and Ian Horrocks. 76[1] Feier, Cristina, David Carral, Giorgio Stefanoni, Bernardo Cuenca Grau, and Ian Horrocks.