Giter VIP home page Giter VIP logo

ontology-manager's Introduction

Zazuko Ontology Manager

This is the open source repository of the Zazuko Ontology Manager. From our product page:

The Zazuko Ontology Manager (ZOM) is a web application for serving, browsing and modeling RDF Schemas and Ontologies. It supports the full process of creating, publishing and extending an ontology. ZOM's user interface has been designed for teams of domain specialists working jointly on an ontology. No specific ontology modeling knowledge is required to use the editor. ZOM leverages GitHub to store the ontology, but carefully hides the complexity of serializing the schema into RDF triples from users of the editor.

We believe creating, editing, evolving an ontology is easiest done using a collaborative web platform designed specifically for this use case, allowing all actors to reach consensus gradually, using asynchronous proposals, discussions and votes.

Please consult the product page & this blog post for details.

Documentation

Documentation is available at zazuko.github.io/ontology-manager/.

Helpful Tools

FAQ

How to wipe a customer DB?

For customer example_com:

drop database example_com_db;
drop role example_com_role_postgraphile;
drop role example_com_role_anonymous;
drop role example_com_role_person;

How to create a new theme?

To create a new theme, simply copy an existing theme and modify it:

  1. cp -r assets/themes/zazuko assets/themes/your-theme
  2. The scss main file/entrypoint is: assets/themes/your-theme/theme.scss
  3. Configure nuxt to use your theme: { lang: 'scss', src: '@/assets/themes/your-theme/theme.scss' } instead of { lang: 'scss', src: '@/assets/themes/zazuko/theme.scss' }

References

License

This software is released under the GNU Affero General Public License, see LICENSE for details.

ontology-manager's People

Contributors

vhf avatar abdelaz3r avatar sandhose avatar martinmaillard avatar ludovicm67 avatar mrflix avatar l00mi avatar ktk avatar tpluscode avatar

Watchers

James Cloos avatar

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.