This repository contains code to enable ontology reasoning and querying features in Jason. This work has been inspired by the research published in:
- Integrating Ontologies with Multi-Agent Systems through CArtAgO Artifacts
- Applying ontologies to the development and execution of Multi-Agent Systems
- Git - https://git-scm.com/downloads
- Java - https://www.java.com/pt_BR/download/
- Eclipse - https://www.eclipse.org/downloads/
- Jacamo - http://jacamo.sourceforge.net/doc/install.html
- Gradle - https://gradle.org/install/
Check out our JaCaMo demo project: demo/simple_example.
To get it running using gradle you need to:
- Add this to the gradle repositories block:
maven { url 'https://jitpack.io' }
- Add this to the gradle dependencies block:
implementation 'com.github.smart-pucrs:MasOntology:<desired tag>'
- Open the terminal and clone this repository to your computer:
git clone https://github.com/smart-pucrs/MasOntology.git
- Still in the terminal, in the project directory, enter the following command to configure the project to be opened in Eclipse:
gradle eclipse
-
Open the eclipse and import the project to view it.
-
Run the classe main.java