%0 Generic %A Waagmeester, Andra %D 2014 %T List all pathways for a given species (e.g. "Mus musculus") %U https://figshare.com/articles/dataset/List_all_pathways_for_a_given_species_e_g_Mus_musculus_/1047286 %R 10.6084/m9.figshare.1047286.v1 %2 https://ndownloader.figshare.com/files/1522457 %K SPARQL %K wikipathways %K Bioinformatics %X

PREFIX wp:
PREFIX rdfs:
PREFIX dc:
PREFIX foaf:

SELECT DISTINCT ?wpIdentifier ?pathway ?page
WHERE {
?pathway dc:title ?title .
?pathway wp:organism ?organism .
?pathway foaf:page ?page .
?pathway dc:identifier ?wpIdentifier .
?organism rdfs:label "Mus musculus"^^ .
}
ORDER BY ?wpIdentifier

 

%I figshare