Fork me on GitHub

SNEEditor by wongiseng

SNE Ontology Editor

SNE Editor is developed to allow user to edit an instance of an existing OWL Ontology.

This editor can be used to instantiate OWL classes, defines its data properties and configure its object properties.

Forms will be generated for filling data properties related to an OWL Classes. Object properties will be represented as input and output port. When the object property has an OWL class as a domain (or range) it will be come an output (or input) port of the OWL Class

Existing OWL Ontology needs to be first loaded into Sesame repository which will be used to perform SPARQL queries for generating forms.

Dependencies

Install

Fork from Github, create GAE apps on eclipse, and deploy on your own GAE.

License

MIT License (following WireIt).

Authors

A. Wibisono (a.wibisono at gmail.com)

Documentation

Doxygen generated documentation : doc

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/wongiseng/SNEEditor