PRA3006-SPARQL

pathwayWP4846.rq

Database WikiPathways
SPARQl endpoint https://sparql.wikipathways.org/sparql
License CCZero

Code examples: curl

SPARQL

SELECT ?pathwaytitle WHERE{
    ?pathway a wp:Pathway .
    ?pathway dc:title ?pathwaytitle .
    ?pathway dcterms:identifier "WP4868"^^xsd:string .
}

Run or Edit

Output

Code examples

curl

curl -o pathwayWP4846.rq https://raw.githubusercontent.com/BiGCAT-UM/PRA3006-SPARQL/master/sparql/pathwayWP4846.rq
curl -H "Accept: text/tab-separated-values" -G https://sparql.wikipathways.org/sparql --data-urlencode query@pathwayWP4846.rq

This SPARQL query is available under CCZero.