PlanQK ontology represents knowledge about quantum computing algorithms along with their implementations. The ontology serves as basis for the planqk platform (is under development) - a collaborative platform for researchers and practitioners to support collection and development of knowledge on the field of quantum computing.
The ontology is provided in different formats in the folder sources
. You can open it with a text editor or using an ontology editor, f.e. Protégé
After you load the QCO ontology into the editor, make sure you handle needed imports.
Import SRAO and SPDX as local files by using tab "Ontology imports" in the Protégé-Editor:
- In Protégé-Editor open: "File" -> Preferences.
- In the tab "Renderer" choose "Render by annotation property"
The documentation for the ontology can be started locally as a web application:
- Install
http-server
. F.e using npm:
- install Node.js
- run
npm install http-server -g
- Clone the project, go to the project directory
documentation
. - Run
http-server -p 8081 -c-1
and go to the http://localhost:8081/index-en.html (documentation) or http://localhost:8081/webvowl/ (visualization).
PlanQK ontology is available for general use under a CC BY-SA 4.0 licence.
Protégé has been used to create and curate the OWL-file. Widoco has been used to create the ontology documentation. WebOWL has been used to visualize the ontology.
Please feel free to contact us at [email protected].