<%@ page info="Moby Central Servlets"%> Moby Servlets

BioMOBY Registry Servlets


Update SignatureURLs For your BioMoby Services - Form that aids in the updating of SignatureURLs. This form
returns valid RDF upon successfully updating your signatureURL.s

Client LSID Resolver - Resolve LSIDs to metadata

To use this servlet, pass the parameter lsid, that is a valid LSID.
As an example invocation, click here.

RDFGenerator - Retrieve the RDF representation for your BioMoby Service.

This servlet takes in the following parameters:

As an example invocation, click here.

RDF Agent Test - Invoke the RDF agent on the remote location that houses your RDF.

This servlets takes as parameter, url, the url to test the agent with.

As an example, click here.

For a form based page, click here.

<% boolean validate = false; String valString = System.getProperty("DO_SERVICE_VALIDATION"); if (valString != null && valString.trim().length() != 0) { validate = Boolean.parseBoolean(valString); } if (validate) { %>

CallableServiceServlet - Use this to determine whether or not a particular service(s) is reachable.

This servlet takes in the following parameters:

As an example, click here to see a report for all services.
In addition, to see a report for services by the authority bioinfo.icapture.ubc.ca, click here.
To see a list of unreachable services sorted by service provider, click here.
To see some stats regarding the percent of alive services, click here.
Finally, to see whether the service, getGoTerm, by the authority bioinfo.icapture.ubc.ca is alive, click here.

<% } %>

LSID Resolver Client - Using AJAX, retrieve metadata that describes Moby Ontologies..

As an example, click here.

LSID Resolver Client 2 - Resolve LSIDs to data and or metadata..

As an example, click here.

The Resources 'Scripts' - Servlets that return the RDF representations of the BioMOBY ontologies.

For example,

  1. Object Ontology
  2. Namespace Ontology
  3. Service Type Ontology
  4. Service Instance Ontology

The Types 'Scripts' - Servlets that perform data dumps for the ontologies in a structured manner.

For example,

  1. Object Ontology
  2. Namespace Ontology
  3. Service Type Ontology