Ubergraph Adapter

About

Ubergraph is a SPARQL endpoint serving multiple OBO ontologies, pre-processed with

  • relation-graph

  • information content scores

  • biolink categories

This implementation is a specialization of the sparql interface, tuned for Ubergraph

Note

This is a remote endpoint implementation - as such, throttling is implemented to limit overuse

Interfaces Implemented

This implements most interfaces. It also attempts to implement each in the most performant way, avoiding iterative queries, attempting instead to batch queries into larger SPARQL query

Connecting

Use ubergraph: as a selector.

To restrict queries to a particular ontology, use the ontology ID as a suffix, e.g. ubergraph:uberon

Code