query-46b8bad862f480c3a89b5c6c188ca2fe

rq turtle/ttl

ترتيب معظم الأعمال المذكورة في مساراتويكي Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Žebříček nejcitovanějších prací ve WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Classement des articles les plus cités de WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Classifica dei lavori più citati in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Rangschikking van meest geciteerd werk in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways Ranking of most cited work in WikiPathways WikiPathways中被引用最多的作品排名

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?citation ?citationLabel (count(?pathway) as ?times_cited) WHERE {
  ?pathway wdt:P2410 ?WikiPathwaysID ;
           wdt:P2860 ?citation .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  }
GROUP BY ?pathway ?citation ?citationLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?WikiPathwaysID") v3("?citation"):::projected v1("?pathway"):::projected v4("?times_cited") c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"wdt:P2410"--> v2 v1 --"wdt:P2860"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind1[/"count(?pathway)"/] v1 --o bind1 bind1 --as--o v4