query-0cd473bb250f35e084da395449b62e68

rq turtle/ttl

المسارات الحيوية مع هياكل البروتين في قاعدة بيانات بنك بيانات البروتينات Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biologické pathways se strukturami proteinů v databázi PDB Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Voies biologiques avec la stucture des protéines de la base de donnée PDB Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biologische routes met eiwitstructuren in de VOB-database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database Biological pathways with protein structures in the PDB database

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?pathway ?pathwayLabel ?WikiPathways ?Reactome (COUNT(DISTINCT ?protein) as ?count) WHERE {
  VALUES ?pathwayType { wd:Q4915012 wd:Q2996394 }
  ?pathway wdt:P31 ?pathwayType .
  { ?pathway wdt:P527/wdt:P688 ?protein . } UNION { ?pathway wdt:P527 ?protein . }
  ?protein wdt:P638 ?PDBID .
  OPTIONAL { ?pathway wdt:P2410 ?WikiPathways }
  OPTIONAL { ?pathway wdt:P3937 ?Reactome }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
} GROUP BY ?pathway ?pathwayLabel ?WikiPathways ?Reactome
  ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?PDBID") v7("?Reactome"):::projected v6("?WikiPathways"):::projected v8("?count") v3("?pathway"):::projected v2("?pathwayType") v4("?protein"):::projected a1((" ")) c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal bind0[/VALUES ?pathwayType/] bind0-->v2 bind00(["wd:Q4915012"]) bind00 --> bind0 bind01(["wd:Q2996394"]) bind01 --> bind0 v3 --"wdt:P31"--> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P527"--> v4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P527"--> a1 a1 --"wdt:P688"--> v4 end union0r <== or ==> union0l end v4 --"wdt:P638"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P2410".-> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P3937".-> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end bind2[/"count(?protein)"/] v4 --o bind2 bind2 --as--o v8