{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block content %}
This service resolves CURIEs to their labels.
It has a single endpoint /resolve/<curie> that gives back JSON.
Here are a few examples:
| CURIE | Description |
|---|---|
| DOID:14330 | ✅ exact |
| doid:14330 | ✅ capitalization variant |
| DO:14330 | ✅ synonym identified in metaregistry |
| DOID:00000 | ❌ invalid identifier |
| NNN:00000 | ❌ invalid prefix |
| wikidata:Q42 | ❌ unmapped prefix |