Skip to content

Commit

Permalink
Merge branch 'master' of github.com:schurerlab/OntoJog
Browse files Browse the repository at this point in the history
  • Loading branch information
whinis committed Mar 11, 2019
2 parents ca134aa + 2004e40 commit 37fc09e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

OntoJog is a java based program to automatically generate owl files from delimited text files, database tables, or directly from Ontofox.

After compiling, the main use of Ontojog is to generate or QC an ontology using OntoJog’s swing based GUI . It’s designed to allow for rapid development and iteration of ontologies via the use of a pseudo triples store in a mysql relational database keeping. The database tracks classes terms, definitions, external annotations and cross references, and simple axioms as well and assigns and tracks IDs to prevent conflicts. OntoJob also supports the generation to ontology modules. Edits to the database can be made quickly and by multiple users. Keeping the data in a single structured relational database facilitates systematic development, building, and QC of ontology modules.
After compiling, the main use of OntoJog is to generate or QC an ontology using OntoJog’s swing based GUI . It is designed to allow for rapid development and iteration of ontologies via the use of a pseudo triples store in a mysql relational database keeping. The database tracks classes terms, definitions, external annotations and cross references, and simple axioms as well and assigns and tracks IDs to prevent conflicts. OntoJog also supports the generation to ontology modules. Edits to the database can be made quickly and by multiple users. Keeping the data in a single structured relational database facilitates systematic development, building, and QC of ontology modules.

Ontojog has been used to develop Drug Target Ontology and us also used to maintain both Drug Target Ontology and BioAssay Ontology.
OntoJog has been used to develop Drug Target Ontology (DTO) and us also used to maintain both DTO and BioAssay Ontology (BAO).

# Required Libraries

Expand Down Expand Up @@ -66,4 +66,4 @@ If `-nogui` is passed then `-settings=file` must be passed to denote where the

# Axioms

Not all axioms are supported by OntoJog or its format. Simple axioms are supported. Highly nested axioms can cause problems. However, simple nested axioms (one level) and Not axioms are supported. All axioms when generated will be written in the file automated_axioms.owl.
Not all axioms are supported by OntoJog or its format. Simple axioms are supported. Highly nested axioms can cause problems. However, simple nested axioms (one level) and Not axioms are supported. All axioms when generated will be written in the file automated_axioms.owl.

0 comments on commit 37fc09e

Please sign in to comment.