Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Update NCBO_sparql_queries.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghan committed Aug 15, 2018
1 parent deff6f2 commit 9953c00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions onto_res/NCBO_sparql_queries.MD
Expand Up @@ -24,3 +24,10 @@ WHERE {
?s <http://bioportal.bioontology.org/ontologies/umls/isRoot> true.
}
```
- get HPO term to UMLS mapping using [bioportal](http://sparql.bioontology.org/):
```SPARQL
SELECT DISTINCT ?umls
WHERE {
<http://purl.obolibrary.org/obo/HP_0003449> <http://www.geneontology.org/formats/oboInOWL#xref> ?umls
}
```

0 comments on commit 9953c00

Please sign in to comment.