Skip to content

OntoQLPlus is an OntoQL editor. It is a command line OntoQL language interface. It provides a syntax highlighting and a history of the executed commands. This repo is for OntoDB version 2.

License

lias-laboratory/ontoqlplus_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is for OntoQLPlus 2

You are looking at the repository of OntoQLPlus for OntoDB version 2.

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 V2 is correctly installed. If not, please refer to this page.

  • Compile the project and deploy the artifcats to the local Maven repository.

An archive (ontoqlplus-2.1-SNAPSHOT-dist.zip) will be created at the target/ directory.

User manual

Starting OntoQLPlus

OntoQLPlus can be lunch by the ontoqlplus.bat file contained into the bin directory of the distribution.

Connection to the Ontology database

The following dialog box is used to begin a connection to an ontology based database:

You must fill the fields on your connection according to the following exigences:

  • Connection Name: give a name to this configuration
  • IP/Server Name: host of the database
  • Port: remote port used for the connection
  • SID: identifier of the ontology database
  • User: login of an account of the database
  • Password: password of this account

Then you can click the save button to save this connection configuration or directly press the “Begin session” button to open a new connection. The buttons New and Delete are used to managed the saved connections.

Executing OntoQL queries

An OntoQL query can be edited in the upper part of the screen and then executed using the green button above. The result is printed as a table in the lower part of the screen.

The session command history and save buttons can be used to keep trace of the OntoQL query executed.

Changing the reference language

The reference language can be change in the options -> language menu:

Software license agreement

Details the license agreement of OntoQLPlus V1: LICENSE

Code analysis

  • Lines of Code: 3 640
  • Programming Languages: Java

Historic Contributors (core developers first followed by alphabetical order)

About

OntoQLPlus is an OntoQL editor. It is a command line OntoQL language interface. It provides a syntax highlighting and a history of the executed commands. This repo is for OntoDB version 2.

Resources

License

Stars

Watchers

Forks