PRA3006-SPARQL

keyeventCount.rq

Database AOP-Wiki
SPARQl endpoint https://aopwiki.rdf.bigcat-bioinformatics.org/sparql
License Ask Marvin

Code examples: curl

SPARQL

SELECT (count (?KE) as ?nKE) 
WHERE {
  ?KE a aopo:KeyEvent .
}

Run or Edit

Output

nKE
1371

Code examples

curl

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

This SPARQL query is available under CCZero.