aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56753d6..24bb124 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
1# RSA-combined-approach 1# RSA-combined-approach
2Re-implementation of the combined approach for CQ answering over RSA ontologies ([paper](https://www.ijcai.org/Abstract/15/420)) 2
3Re-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