reteplayground
Aggregate

OWL: count via a Sequence Ontology class (turn on 🧠)

SELECT (COUNT(DISTINCT ?s) AS ?sequenceFeatures) WHERE {
  ?s a obo:SO_0000110 .
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX obo: <http://purl.obolibrary.org/obo/> SELECT (COUNT(DISTINCT ?s) AS ?sequenceFeatures) WHERE { ?s a obo:SO_0000110 . }

rete playground · documentation · github.com/caviri/rete