You are looking at the repository of OntoQLConsole for OntoDB version 1.
Please refer to OntoDB repository to have a big picture of OntoDB ontology based database tool.
- OntoDBSchema V1
- Java >= 8
- Maven (for compilation step)
- Compile the project.
$ mvn clean package
We suppose that OntoDBSchema V1 is correctly installed. If not, please refer to this page.
-
Unzip the ontoqlconsole-1.3-SNAPSHOT-dist.zip archive.
-
Go to the bin directory
-
Execute the ontoqlconsole.bat script or execute the following command
$ java -Xms1024M -Xmx1024M -cp "../config:../lib/*:../lib/ontoqlconsole-1.2.jar" fr.ensma.lisi.ontoqlconsole.OntoQLConsole
You need to specify the command paramters
- 1 : Host name (example : lisi-oracle)
- 2 : Port value (example : 5432)
- 3 : Database User name (example : postgres)
- 4 : Database Password (example : postgres)
- 5 : Database name (example : template_ontodb_continous)
- 6 : OntoQL filename (example : d:/test/sample.ontoql)
Details the license agreement of OntoQLPlus V1: LICENSE
- Lines of Code: 234
- Programming Languages: Java