Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →200 rows · 13.0 s · 5.0 MB of 156.5 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
SELECT ?sub ?name WHERE {
?sub rdfs:subClassOf+ obo:CHEBI_22315 ; rdfs:label ?name
} ORDER BY ?name LIMIT 200