Term property for URI?
Ouverte
enhancement
question
- Langage dominant
- Python
- Étoiles
- 267
- Forks
- 48
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Imagine the following Gene Ontology term like `Term('GO:1902779', name='cellular response to alkane')`. Is there any way to retrieve the URI `http://purl.obolibrary.org/obo/GO_1902779`? For example a `term.uri` property?
In my case, I loaded GO from `http://release.geneontology.org/2020-12-08/ontology/go-basic.json`, where the original class identifiers are URIs not CURIEs (like `GO:1902779`):
```json
"id" : "http://purl.obolibrary.org/obo/GO_0099533",
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.