/ontoqlconsole_v1

OntoQLConsole is a CLI (Command-line interface) for OntoQL.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

This repository is for OntoQLConsole 1

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.

Software requirements

Compilation

  • Compile the project.
$ mvn clean package

Usage

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)

Software license agreement

Details the license agreement of OntoQLPlus V1: LICENSE

Code analysis

  • Lines of Code: 234
  • Programming Languages: Java

Historic Contributors (core developers first followed by alphabetical order)