Skip to content

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.

Notifications You must be signed in to change notification settings

JoaoMFCardoso/chaospop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ChaosPop

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.

Domain

This ER Diagram details the ChaosPop domain.

ChaosPop domain ERD

Getting Started

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.

Prerequisites

Software that you need to install:

Installing

To install and run ChaosPop you need to take the following steps:

  • Configure MongoDB
  1. Create the database
use ontorepo
  1. Create the user
db.createUser(
   {
     user: "chaospop",
     pwd: "ChaosPop2018",
     roles: [ "readWrite", "dbAdmin" ]
   }
)
  • Configure a Tomcat server in Eclipse

Please refer to the following tutorial.

Deployment

//TODO

Authors

License

//TODO

Acknowledgments

  • Ana Baptista [tester]
  • Eliane Galdino [tester]

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published