Name Date Size

.. 2017-04-03 13:00:22 42

.coffeescript-style.json 2016-01-17 14:20:49 1.6 KiB

.gitignore 2016-01-26 11:21:47 1.5 KiB

.haml-lint.yml 2016-03-23 10:08:10 1 KiB

.hound.yml 2016-01-17 14:21:41 261

.javascript-style.json 2016-01-17 14:21:14 473

.rspec 2015-05-27 08:38:27 109

.rubocop.yml 2016-08-14 17:42:42 21.6 KiB

.ruby-gemset 2013-03-27 11:23:30 8

.ruby-version 2016-05-01 19:32:44 6

.simplecov 2015-10-24 14:09:47 1.3 KiB

.travis.yml 2017-04-03 13:00:22 1.7 KiB

app 2016-08-14 17:43:20 11

bin 2014-01-24 16:12:06 5

Capfile 2014-01-17 01:55:48 764

config 2016-08-14 17:42:42 22

config.ru 2012-03-06 23:01:02 157

db 2016-08-08 15:24:50 8

doc 2016-08-10 16:12:54 16

documents 2015-12-06 22:27:19 20

Eyefile 2015-11-06 15:58:15 37

features 2016-08-14 17:42:42 20

Gemfile 2017-04-03 13:00:22 6 KiB

Gemfile.lock 2017-04-03 13:00:22 16.9 KiB

git 2016-08-14 16:13:07 6

invoker.ini 2016-02-01 10:27:31 334

lib 2016-08-14 17:43:20 90

LICENSE 2012-04-03 11:13:29 33.7 KiB

public 2015-10-13 18:19:19 7

Rakefile 2015-07-01 00:26:25 1.3 KiB

README.md 2015-04-23 16:58:05 2.9 KiB

registry 2015-03-30 11:16:16 13

script 2016-06-22 14:59:32 10

solr 2012-03-15 16:57:55 4

spec 2016-08-14 16:03:41 14

syntax 2012-06-05 14:24:50 16

test 2015-06-02 09:21:20 3

vendor 2012-03-06 23:01:02 3

README.md

Ontohub
=======
[![Build Status](https://travis-ci.org/ontohub/ontohub.svg?branch=master)](https://travis-ci.org/ontohub/ontohub)
[![Code Climate](https://codeclimate.com/github/ontohub/ontohub.png)](https://codeclimate.com/github/ontohub/ontohub)
[![Dependency Status](https://gemnasium.com/ontohub/ontohub.svg)](https://gemnasium.com/ontohub/ontohub)
A web-based repository for distributed ontologies, models and specifications.
An ontology is a formal, logic-based description of the concepts and
relationships that are of interest to an agent (user or service) or to a
community of agents. The conceptual model of an ontology reflects a consensus,
and the implementation of an ontology is often used to support a variety of
applications such as web services, expert systems, or search engines. Therefore,
ontologies are typically developed in teams. Ontohub wants to make this
step as convenient as possible. Besides ontologies, Ontohub also
supports formal models and specifications, or more generally,
logical theories.
Ontohub aims at satisfying a subset of the requirements for an Open Ontology
Repository (OOR) and is being developed in close donnection with the Distributed
Ontology, Modeling and Specification Language (DOL), which is part of the emerging Ontology, Model and Specification Integration and
Interoperability standard (OntoIOp) at OMG. For more
information from this perspective, see [the Ontohub home page](http://ontoiop.org).
This application started at the compact course [agile web development][0] given
by [Carsten Bormann][1] at the University of Bremen in March, 2012. The
concept and assignment came from [Till Mossakowski][2], now in [Magdeburg][3]
and [Christoph Lange][4].
Initial developers are [Julian Kornberger][5] and [Henning Müller][6].
Developer- and deployment-centric documentation can be found in the
[doc/ directory](https://github.com/ontohub/ontohub/tree/staging/doc) and in our
[Wiki pages](https://github.com/ontohub/ontohub/wiki).
Installation
------------
A guide to set up your own instance of ontohub you can find in the [deployment guide][7].
Also a guide for development environment for [Mac OS X][8] and [Ubuntu][9]
in the Wiki.
License
--------
Copyright © 2012 [Universität Bremen](http://www.uni-bremen.de/) and
[Universität Magdeburg](http://iws.cs.uni-magdeburg.de/), released under
the [GNU AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html) license.
[0]: http://www.tzi.org/~cabo/awe12
[1]: http://www.tzi.org/~cabo
[2]: http://iws.cs.uni-magdeburg.de/~mossakow/
[3]: http://theo.cs.uni-magdeburg.de/
[4]: http://wob.iai.uni-bonn.de/Wob/de/view/class217_id1582.html
[5]: https://github.com/corny
[6]: http://henning.orgizm.net
[7]: https://github.com/ontohub/ontohub/wiki/Deployment
[8]: https://github.com/ontohub/ontohub/wiki/Installation-on-Mac-OS-X-Lion-and-up
[9]: https://github.com/ontohub/ontohub/wiki/Installation-on-Ubuntu