Code Monkey home page Code Monkey logo

owbo's Introduction

OWBO - Ontology White Board

License: MIT

Ontologies are formal conceptual models of a domain, which can be used to structure, understand and provide meaning to data. Existing ontology editors enable users to write complex models, if tending to be very complicated. However, it is often the case that, at least when starting an ontology, one mostly only need basic conceptual constructs, i.e. the ability to create classes and to relate them through relations. In this case, drawing them on a white board is often more efficient than trying to implement such an initial "skeleton" ontology directly in the ontology editor.

OWBO aims to provide basic support for this. It makes it possible to create basic conceptual structures by simply adding and naming classes, and relating them with relations. Clicking in a white space creates a class; clicking on a class starts a relation; and clicking on a second class ends it.

An interesting technical aspect of OWBO is that it is entirely contained in one HTML file. The drawing of the diagram is done through SVG, and the interaction through JavaScript. It does not rely on any external libraries or dependencies, or even require an internet connection. This means that starting designing an ontology could not be simpler: Open the file in a browser and start clicking (or even tapping if you have a touch screen or are creating ontologies on a mobile device).

Features

  • One single HTML file: works entirely offline with no external dependencies
  • Load/save/drag files in simplified Turtle format with custom prefix mappings
  • Basic editing of named classes, properties and standard literals (string, integer, float)
  • Supports class subsumption and property domains and ranges

Usage

Rights

OWBO is free and open source. Please see the License file for details.

owbo's People

Contributors

laglossary avatar mdaquin avatar alexdma avatar

Stargazers

Frank Ralf avatar

Watchers

 avatar James Cloos avatar  avatar

owbo's Issues

Support for file drag-and-drop

Users are likely to just try and drag a saved ontology to the page.

We can avoid doing it on the main canvas, to avoid conflicts with diagram drag-n-drop, but at least the file area should be "droppable".

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.