ChaosPop is a framework that allows structured raw data concepts to be mapped into concepts of provided domain ontologies. It then allows users to create populated ontologies, by creating individuals from the structured raw data.
This ER Diagram details the ChaosPop domain.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Software that you need to install:
- Java 8 or later - The software development kit that is used to develop the application.
- MongoDB 3.6 or later - The database used
- Tomcat 9 or later - The web application server used
- Eclipse IDE for Java EE Developers - To run and debug ChaosPop locally.
To install and run ChaosPop you need to take the following steps:
- Configure MongoDB
- Create the database
use ontorepo
- Create the user
db.createUser(
{
user: "chaospop",
pwd: "ChaosPop2018",
roles: [ "readWrite", "dbAdmin" ]
}
)
- Configure a Tomcat server in Eclipse
Please refer to the following tutorial.
//TODO
- João Cardoso - INESC-ID Profile
//TODO
- Ana Baptista [tester]
- Eliane Galdino [tester]