Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These web services provide REST access to the EIModel API, a simple programmatic interface around the eagle-i ontology, see:  http://search.eagle-i.net/javadoc/org/eaglei/model/package-summary.htmlImage Removed. They are packaged in the model.war web application and deployed centrally at http://search.eagle-i.net/modelImage Removed

The results are always returned as JSON, generated with GSON from the EIClass Java class (or Lists thereof), see:  http://search.eagle-i.net/javadoc/org/eaglei/model/EIClass.html

...

http://search.eagle-i.net/model/ontology/subclasses?uri=http://purl.obolibrary.org/obo/ERO_0000004


List superclasses - /model/ontology/path

This call returns superclasses of a given ontology type, up to an eagle-i primary type (i.e. BFO ignored). Current limitation:  only one path is returned; some classes have multiple inferred parents, in which case an arbitrary path is chosen.

...