diff options
| -rw-r--r-- | README.md | 48 |
1 files changed, 45 insertions, 3 deletions
| @@ -1,11 +1,53 @@ | |||
| 1 | # RSA-combined-approach | 1 | # Combined approach for RSA |
| 2 | 2 | ||
| 3 | Re-implementation of the combined approach for CQ answering over RSA ontologies described in [[1](#references)]. | 3 | Re-implementation of the combined approach for CQ answering over RSA ontologies described in [[1](#references)]. |
| 4 | 4 | ||
| 5 | > Please note that the prototype mentioned in [[1](#references)] is not available (and the contributors of this repository have never seen it); therefore, this "re-implementation" could be completely different from that prototype (potentially even in a different programming language). | 5 | > Please note that the prototype mentioned in [[1](#references)] is not available (and the contributors of this repository have never seen it); |
| 6 | > therefore, this "re-implementation" could be completely different from that prototype (potentially using different tools and programming language). | ||
| 6 | 7 | ||
| 8 | ## Preliminaries | ||
| 9 | |||
| 10 | In order to use this program you need to have [RDFox](https://www.oxfordsemantic.tech/product) available in your system, along with a valid license. | ||
| 11 | RDFox is proprietary software and as such we are not able to distribute it along with our code. | ||
| 12 | Please refer to [this link](https://www.oxfordsemantic.tech/tryrdfoxforfree) to request a free trial. | ||
| 13 | |||
| 14 | This software has been developed and tested with RDFox v.4.0 | ||
| 15 | |||
| 16 | ## Using the software | ||
| 17 | |||
| 18 | TODO | ||
| 19 | |||
| 20 | ### Provide RDFox license | ||
| 21 | |||
| 22 | TODO | ||
| 23 | |||
| 24 | ### Compiling the project | ||
| 25 | |||
| 26 | TODO | ||
| 27 | |||
| 28 | ### Running tests and examples | ||
| 29 | |||
| 30 | TODO | ||
| 31 | |||
| 32 | ## Changes introduced | ||
| 33 | |||
| 34 | We tried to implement the system as close as possible to the theoretical description provided in [[1](#references)]. | ||
| 35 | Regardless, we had to deal with the fact that we where using different tools to carry out reasoning tasks and we where probably using a different language to implement the system. | ||
| 36 | The following is a summary of fixes (🔧), changes (🔄) and improvements (⚡), we introduced along the way: | ||
| 37 | |||
| 38 | + 🔧 FIX | ||
| 39 | |||
| 40 | + 🔄 CHANGE | ||
| 41 | |||
| 42 | + âš¡ IMPROVEMENT | ||
| 7 | 43 | ||
| 8 | ## References | 44 | ## References |
| 9 | 45 | ||
| 10 | [1] Feier, Cristina, David Carral, Giorgio Stefanoni, Bernardo Cuenca Grau, and Ian Horrocks. 'The Combined Approach to Query Answering Beyond the OWL 2 Profiles'. In Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, IJCAI 2015, Buenos Aires, Argentina, July 25-31, 2015, 2971–2977, 2015. http://ijcai.org/Abstract/15/420. | 46 | [1] Feier, Cristina, David Carral, Giorgio Stefanoni, Bernardo Cuenca Grau, and Ian Horrocks. |
| 47 | *The Combined Approach to Query Answering Beyond the OWL 2 Profiles*. | ||
| 48 | In Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, IJCAI 2015, Buenos Aires, Argentina, July 25-31, 2015, 2971–2977, 2015. | ||
| 49 | http://ijcai.org/Abstract/15/420. | ||
| 50 | |||
| 51 | ## License | ||
| 11 | 52 | ||
| 53 | TODO | ||
