Code Monkey home page Code Monkey logo

owlax's Introduction

OWLAx

OWL Axiomatizer

For details please visit: https://daselab.cs.ksu.edu/content/ontology-axiomatization-support

Ontology Design Pattern Plugin for Desktop Protege 5.0+

Installation

  1. Click Check for plugins from File Menu

  2. You will a see list of plugins.




  3. Select OWLAx: OWL Axiomatizer and Click Install

  4. 	<img src="https://github.com/md-k-sarker/OWLAx/blob/master/plugin/docs/ScreenShots/InstallOWLAx.png"></img>
    

Usage

  1. Start Protege

  2. Select OWLAx Tab from Window -> Tabs -> OWLAx

    Alt Click on OWLAx to Select

  3. Start Using OWLAx Plugin

How to Use

See the video Using OWLAx

Capabilities of OWLAx

  1. Gives user a graphical approach(rather than using whiteboard or flipcharts) to first design a conceptual overview of ontology modules in the form of class diagram.
  2. While creating class diagrams user can save and open the diagram as png file.
  3. It give options to specify below mentioned triples as graphical user interface--
    • class(A)-----------objectProperty(P)----------class(B)
    • class(A)-----------objectProperty(P)----------individual(B)
    • class(A)-----------dataProperty(P)------------literal(B)
    • class(A)-----------dataProperty(P)------------datatype(B)
    • class(A)-----------rdfs:subclassof------------class(B)
    • individual(A)------rdf:type-------------------class(B)
  4. It generates following type of axioms from the graph(diagram).
    • Scoped Domain and Range
    • Existential
    • Cardinality
    • Disjointof
    • subClassof
    • Class Assertion
  5. After Creating Axioms it shows the candidate axioms and existing axioms(if any) of the active ontology to the user.
  6. User can choose which axioms he want to generate.
  7. After selecting the axioms only selected axioms will be generated and be integrated with protege.

Other features:

  • It supports custom data type
  • It supports specifying prefix.
    Steps :
  1. First define a prefix in protege
  2. Then write entity name as prefixName : entityName

Current Limitations:

  1. It can't create complex axioms.
  2. It can't create axioms from reflexivity, transitional relation etc.
  3. It doesn't support custom cardinality. Currently it creates maxCardinality 1.

Acknowledgement

This work was supported by the National Science Foundation under award 1017225 III: Small: TROn – Tractable Reasoning with Ontologies.

owlax's People

Contributors

md-k-sarker avatar mdzamansarker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mucaho mosfet80

owlax's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.