diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-19 10:37:03 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-19 10:37:03 +0000 |
commit | 3c6307166d18890212c364a82fc15fb1ba7725e1 (patch) | |
tree | a1491015d1c7c881e65ee4a6672e4262455206e6 /README.md | |
parent | 5fb28b459e6c1bd33afa4730ba707a1b06557d5b (diff) | |
download | RSAComb-3c6307166d18890212c364a82fc15fb1ba7725e1.tar.gz RSAComb-3c6307166d18890212c364a82fc15fb1ba7725e1.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |