List the species captured in WikiPathways and the number of pathways per species.
收藏数据链接:
官方服务:
资源简介:
Example query to count the pathways per species in WikiPathways:<br><br>PREFIX wp: <br>PREFIX rdfs: <br>PREFIX dc: SELECT DISTINCT ?organism ?label count(?pathway) as ?noPathways<br>WHERE {<br>?pathway dc:title ?title .<br>?pathway wp:organism ?organism .<br>?organism rdfs:label ?label .<br>}<br>ORDER BY DESC(?noPathways)
创建时间:
2014-06-05



