Skip to content

Offer API call to check whether prefix exists or not in each of multiple registries #14

@jmcmurry

Description

@jmcmurry

This is a dead simple request to reduce prefix collisions.
Users could ping it to assess whether a prefix has been claimed previously.
Registries could use it to check availability before issuing a new prefix.
It is not everything (reverse lookups etc); that is for another time.
The simplest thing that is possibly useful is also quite easy to do.

Here is the raw table of expected responses.

The output for now does not need to be fancy; in fact it should be as human readable as possible.

Eg, for the prefix foobar it could look like this:

Note that you need to check all casing permutations (eg. 'go' and 'GO' and 'Go', and even 'gO').
If the prefix exists, include the link so the person can investigate.

Real-time prefix availability report for "GO"

Registry Availability Link if taken How to register if available
Identifiers.org Taken http://identifiers.org/go
Ontobee Taken http://www.ontobee.org/browser/index.php?o=go
Bioportal Taken http://purl.bioontology.org/ontology/go
LOV Available http://lov.okfn.org/dataset/lov/suggest
Prefix.cc Taken http://prefix.cc/go
SciCrunch Available email to [email protected]
DataHub Available https://discuss.okfn.org/t/creating-a-dataset-on-the-datahub/1627
BioSharing Taken https://biosharing.org/search/?q=&shortname=go&search_state=visible

Note that the GO DBXRefs Registry also needs to be parsed from here however, there is no individual call I am aware of that will dynamically return a binary answer. Perhaps @cmungall knows different.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions