Skip to content
Carlos Rueda edited this page Jan 12, 2015 · 1 revision

Basic general sequence

orr-ont mainly provides an API for client applications to access and manage a repository of ontologies, including user and organization registrations. Special operations (eg., create an organization) can only be performed with appropriate authentication credentials (for example, for the particular client application). In the following we say 'admin' to refer to these special credentials.

The general basic sequence for a user to be able to register an ontology is:

  1. 'admin' creates the new user account.
  2. 'admin' creates the new organization indicating the users that will be members.
  3. User registers the ontology

Model entities

  • User
  • Organization
  • Ontology

(Under construction)

Clone this wiki locally