Help:WikiPathways SPARQL queries
From WikiPathways
On sparql.wikipathways.org wikipathways content is replicated. Currently this SPARQL endpoint is being developed, with very irregular updates.
Example queries
| Get all datasource currently captured in WikiPathways | select distinct ?datasource count(?datasource) as ?numberEntries
where {?concept dc:source ?datasource}
| Execute |
| Get the number of entries per datasource in WikiPathways | select distinct ?datasource
where {?concept dc:source ?datasource}
| Execute |
| Extract contributors | Execute | |
| Extract the amount of pathways edited per contributor | Execute | |
| find the pathways a user have edited so far. Change the name in the query | Execute |

