reteplayground
Aggregate

Which imaging modalities are covered

ModalitySoftware
Any7
MRI4
CT2
Astro-images1
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 2.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX imag: <https://imaging-plaza.epfl.ch/ontology#> SELECT ?modality (COUNT(DISTINCT ?s) AS ?software) WHERE { ?s a schema:SoftwareSourceCode . { ?s imag:imagingModality ?modality } UNION { ?s schema:supportingData ?d . ?d imag:imagingModality ?modality } } GROUP BY ?modality ORDER BY DESC(?software)

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