Get all pathways with a particular gene
收藏DataCite Commons2020-09-04 更新2024-07-25 收录
下载链接:
https://figshare.com/articles/dataset/Get_all_pathways_with_a_particular_gene/1047288/1
下载链接
链接失效反馈官方服务:
资源简介:
PREFIX wp: <br>PREFIX rdfs: <br>PREFIX dc: <br>PREFIX foaf: <br>PREFIX dcterms: SELECT DISTINCT ?pwUrl ?label where {<br>?geneProduct a wp:GeneProduct .<br>?geneProduct rdfs:label ?label .<br>?geneProduct dcterms:isPartOf ?pathway .<br>?pathway dc:identifier ?pwUrl . FILTER regex(str(?label), "CYP").<br>}
PREFIX wp:
PREFIX rdfs: (RDF Schema,RDF模式)
PREFIX dc: (Dublin Core,都柏林核心)
PREFIX foaf: (Friend of a Friend,好友框架)
PREFIX dcterms: (Dublin Core Metadata Terms,都柏林核心元数据术语集)
SELECT DISTINCT ?pwUrl ?label 其中 {
?geneProduct a wp:基因产物(GeneProduct) .
?geneProduct rdfs:RDF模式标签(rdfs:label) ?label .
?geneProduct dcterms:所属通路(dcterms:isPartOf) ?pathway .
?pathway dc:标识符(dc:identifier) ?pwUrl .
FILTER regex(str(?label), "CYP").
}
提供机构:
figshare创建时间:
2016-01-19



