diff options
author | Stefano Germano <stefanogermano0@gmail.com> | 2020-06-17 20:41:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 20:41:16 +0200 |
commit | b1e53c0b9f85783c9c6382eb69380b38cd43a566 (patch) | |
tree | d8e3451d947772ec1bd837a44ddfdac0bfd1a4d5 /README.md | |
parent | 19946940cf6608e7666d6404d83f1fe3b881652b (diff) | |
download | RSAComb-b1e53c0b9f85783c9c6382eb69380b38cd43a566.tar.gz RSAComb-b1e53c0b9f85783c9c6382eb69380b38cd43a566.zip |
Statement about "re-implementation"
Diffstat (limited to 'README.md')
-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 | |||