Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →25 rows · 138 ms · 256.0 KB of 10.3 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX pb: <https://w3id.org/rete/proteinbase#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?method (COUNT(?d) AS ?n) WHERE {
?d a pb:Design ; pb:designMethod [ rdfs:label ?method ] .
}
GROUP BY ?method
ORDER BY DESC(?n)
LIMIT 25