-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwp_rdf.json
18 lines (18 loc) · 948 Bytes
/
wp_rdf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"schemaLabel": "pathway",
"schemaURL": "https://raw.githubusercontent.com/shexSpec/schemas/master/biology/pathways/Wikipathways/wp_rdf.shex",
"dataLabel": "Get 1 pathway from WikiPathways" ,
"data": "Endpoint: https://sparql.wikipathways.org/",
"queryMap": "SPARQL '''PREFIX wp: <http://vocabularies.wikipathways.org/wp#>\n\nSELECT * WHERE { ?pw a wp:Pathway } LIMIT 1'''@START",
"status": "conformant"
},
{
"schemaLabel": "metabolite",
"schemaURL": "https://raw.githubusercontent.com/shexSpec/schemas/master/biology/pathways/Wikipathways/wp_rdf.shex",
"dataLabel": "Get 1 Metabolite from WikiPathways" ,
"data": "Endpoint: https://sparql.wikipathways.org/",
"queryMap": "SPARQL '''PREFIX wp: <http://vocabularies.wikipathways.org/wp#>\n\nSELECT * WHERE { ?pw a wp:Metabolite } LIMIT 1'''@START",
"status": "conformant"
}
]