reteplayground
Select

An organization's people, ranked by reach

PersonNameFollowers
JofthomasJoffrey THOMAS3629
patrickvonplatenPatrick von Platen855
sophiamyangSophia Yang145
timlacroixtimothee lacroix100
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 10 rows · 2.4 s · 13.0 MB of 1108.0 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX hf: <https://w3id.org/rete/huggingface#> PREFIX schema: <https://schema.org/> SELECT ?person ?name ?followers WHERE { ?person hf:memberOf <https://huggingface.co/mistralai> ; hf:followerCount ?followers . OPTIONAL { ?person schema:name ?name } } ORDER BY DESC(?followers) LIMIT 25

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