diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ | |||
1 | # RSA-combined-approach | 1 | # RSA-combined-approach |
2 | Re-implementation of the combined approach for CQ answering over RSA ontologies ([paper](https://www.ijcai.org/Abstract/15/420)) | 2 | |
3 | Re-implementation of the combined approach for CQ answering over RSA ontologies described in [[1](#references)]. | ||
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). | ||
6 | |||
7 | |||
8 | ## References | ||
9 | |||
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. | ||
11 | |||