reteplayground
Select

Software you can run right now

SoftwareKindExample+1
CEBRAnotebookDemos Notebooks
Cellposeplaza-gradio-applicat…Cellpose
DEFCoNnotebookQuickstart prediction
DEFCoNnotebookQuickstart training
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 49 rows · 6.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 ?name ?kind ?title ?url WHERE { ?s a schema:SoftwareSourceCode ; schema:name ?name . { ?s imag:runnableExample ?e . ?e schema:url ?url ; schema:name ?title ; imag:hostType ?kind } UNION { ?s imag:hasExecutableNotebook ?e . ?e schema:url ?url ; schema:name ?title . BIND("notebook" AS ?kind) } } ORDER BY ?name LIMIT 60

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