Use CURIEs in spec docs
Open
feature
user-feedback
- Dominant language
- HTML
- Stars
- 25
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The spec mentions CURIEs, but includes examples like this:
https://github.com/ga4gh-discovery/data-connect/blob/develop/SPEC.md#search-example
```json
Request body:
{
"query": "SELECT * from search_postgres_pgpc.ontology.axiom WHERE to_term=?"
"parameters": [ "UBERON_0000464" ]
}
```
I would recommend using the UBERON CURIE, i.e. `UBERON:0000464` (and having a separate prefixmap that points to the OBO PURL)
Thanks,
Chris (Uberon developer)
Contributor guide
Assessment
This issue has not been assessed yet.