diff options
author | Federico Igne <6771224+dyamon@users.noreply.github.com> | 2020-06-10 12:49:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 12:49:22 +0100 |
commit | 19946940cf6608e7666d6404d83f1fe3b881652b (patch) | |
tree | 5ca0afd76b2f0ad1c6b06a947b19adea4079aace | |
download | RSAComb-19946940cf6608e7666d6404d83f1fe3b881652b.tar.gz RSAComb-19946940cf6608e7666d6404d83f1fe3b881652b.zip |
Initial commit
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..56753d6 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,2 @@ | |||
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)) | ||