diff options
author | Federico Igne <git@federicoigne.com> | 2021-06-30 15:09:33 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-06-30 15:09:33 +0100 |
commit | e3ff6f5e2427d2f9c761a4a17d02137a01107e47 (patch) | |
tree | 3c49e5197c2253c85818bae3474e9f4f09cca21b | |
parent | 3cf59d3289ed9436fbfbae442da954a7436fb277 (diff) | |
parent | 34bf603f4e63dfd7180489f6494f5cbd4f9680a4 (diff) | |
download | RSAComb-e3ff6f5e2427d2f9c761a4a17d02137a01107e47.tar.gz RSAComb-e3ff6f5e2427d2f9c761a4a17d02137a01107e47.zip |
Merge remote-tracking branch 'origin/master'v0.1.1
-rw-r--r-- | README.md | 62 |
1 files changed, 59 insertions, 3 deletions
@@ -1,6 +1,62 @@ | |||
1 | # Combined approach for RSA | 1 | <!-- TITLE --> |
2 | 2 | <p align="center"> | |
3 | Re-implementation of the combined approach for CQ answering over RSA ontologies described in [[1](#references)]. | 3 | |
4 | <!-- | ||
5 | <a href="https://github.com/"> | ||
6 | <img src="resources/logo.png" alt="Logo" width="80" height="80"> | ||
7 | </a> | ||
8 | --> | ||
9 | |||
10 | <h1 align="center">· RSAComb ·</h1> | ||
11 | |||
12 | <p align="center"> | ||
13 | Combined approach for Conjunctive Query answering in RSA | ||
14 | <br/> | ||
15 | <a href="https://github.com/">Read the paper</a> | ||
16 | · | ||
17 | <a href="https://github.com/">Read the technical report</a> | ||
18 | · | ||
19 | <a href="https://github.com/KRR-Oxford/RSAComb/issues">Report bug</a> | ||
20 | <!-- | ||
21 | <br/><br/> | ||
22 | <a href="https://github.com/KRR-Oxford/RSAComb/releases/latest"> | ||
23 | <img src="https://img.shields.io/github/release/KRR-Oxford/RSAComb.svg?style=for-the-badge" alt="Release badge"> | ||
24 | </a> | ||
25 | <a href="https://github.com/KRR-Oxford/RSAComb/issues"> | ||
26 | <img src="https://img.shields.io/github/issues/KRR-Oxford/RSAComb.svg?style=for-the-badge" alt="Issues badge"> | ||
27 | </a> | ||
28 | <a href="LICENSE"> | ||
29 | <img src="https://img.shields.io/github/license/KRR-Oxford/RSAComb.svg?style=for-the-badge" alt="License badge"> | ||
30 | </a> | ||
31 | --> | ||
32 | </p> | ||
33 | |||
34 | </p> | ||
35 | |||
36 | <!-- TABLE OF CONTENTS --> | ||
37 | <details close="close"> | ||
38 | <summary>Table of Contents</summary> | ||
39 | <ol> | ||
40 | <li><a href="#about">About</a></li> | ||
41 | <li><a href="#preliminaries">Preliminaries</a></li> | ||
42 | <li> | ||
43 | <a href="#using-the-software">Using the software</a> | ||
44 | <ul> | ||
45 | <li><a href="#provide-rdfox-license">Provide RDFox license</a></li> | ||
46 | <li><a href="#compiling-and-running-the-project">Compiling and running the project</a></li> | ||
47 | <li><a href="#running-tests">Running tests</a></li> | ||
48 | </ul> | ||
49 | </li> | ||
50 | <li><a href="#changes-introduced">Changes introduced</a></li> | ||
51 | <li><a href="#acknowledgements">Acknowledgements</a></li> | ||
52 | <li><a href="#credits">Credits</a></li> | ||
53 | <li><a href="#license">License</a></li> | ||
54 | </ol> | ||
55 | </details> | ||
56 | |||
57 | ## About | ||
58 | |||
59 | This is a re-implementation of the combined approach for CQ answering over RSA ontologies described in [[1](#references)]. | ||
4 | 60 | ||
5 | > Please note that the prototype mentioned in [[1](#references)] is not available (and the contributors of this repository have never seen it); | 61 | > 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). | 62 | > therefore, this "re-implementation" could be completely different from that prototype (potentially using different tools and programming language). |