Get all pathways with a particular Pubmed reference
收藏数据链接:
官方服务:
资源简介:
PREFIX wp: PREFIX rdfs: PREFIX dc: PREFIX foaf: PREFIX dcterms: SELECT DISTINCT ?wpUrl ?pubmedWHERE{?pubmed a wp:PublicationReference .?pubmed dcterms:isPartOf ?pathway .?pathway dc:identifier ?wpUrl .}ORDER BY ?pathway
创建时间:
2014-06-05



