Ontology Web Services

From GO Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Ontology Web Services provide a means of querying and possibly manipulating ontologies.

  • logical relationships for and metadata about an ontology class
  • ontology visualization
  • graph traversal
  • reasoning
    • Consistency checking
    • Finding inferred relationships

Implementation

The majority of Ontology Web Services are provided using OWLTools. See the OWLTools Web Services Documentation.

OWLTools is neutral about whether the input ontology is obo or owl.

Starting a server

  1. First get owltools from http://googlecode.com/p/owltools svn.
  2. Run "ant jar"
  3. Start it up
 $ owltools go.obo --start-server -p 9031

Examples

TODO

Visualization

Taxon Checks

Running the server:

 cd go/quality_control/annotation_checks/taxon_checks
 cvs update
 owltools ncbi_taxon_slim.obo taxon_go_triggers.obo taxon_union_materialized.obo ../../../ontology/editors/gene_ontology_write.obo --merge-support-ontologies --start-server -p 9999

Running the server from PURLs:

 owltools http://purl.obolibrary.org/obo/go/extensions/x-taxon-importer.owl  --merge-imports-closure --start-server -p 9999

(startup time of ~2 mins)

Connecting:

Main parameters:

  • id (one or more)
  • taxid (one or more)

Examples:

Debugging:

Using OBO IDs:


JSON output:

TODO

API Documentation

Authentication

TODO

Clients

TODO

See also

TermGenie is an application for requesting and generating ontology terms. TermGenie Web Services can be considered a subset of Ontology Web Services