List all pathways for a given species (e.g. "Mus musculus")
收藏DataCite Commons2020-09-04 更新2024-07-25 收录
下载链接:
https://figshare.com/articles/dataset/List_all_pathways_for_a_given_species_e_g_Mus_musculus_/1047286/1
下载链接
链接失效反馈官方服务:
资源简介:
PREFIX wp: <br>PREFIX rdfs: <br>PREFIX dc: <br>PREFIX foaf: SELECT DISTINCT ?wpIdentifier ?pathway ?page<br>WHERE {<br>?pathway dc:title ?title .<br>?pathway wp:organism ?organism .<br>?pathway foaf:page ?page .<br>?pathway dc:identifier ?wpIdentifier .<br>?organism rdfs:label "Mus musculus"^^ .<br>}<br>ORDER BY ?wpIdentifier
提供机构:
figshare
创建时间:
2016-01-19



