reteplayground
Path

🍴 Forks (dependents) of EPFL software

ForkNameFork stars+1
jahia2wpjahia2wp6
elementselements5
meteor-katameteor-kata5
wp-veritaswp-veritas5
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 50 rows · 536 ms · 512.0 KB of 48.7 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX pulse: <https://open-pulse.epfl.ch/ontology#> PREFIX org: <http://www.w3.org/ns/org#> SELECT ?fork ?name ?forkStars ?epflOriginal WHERE { ?epflOriginal a schema:SoftwareSourceCode ; pulse:ownedBy ?o . ?o org:unitOf <https://ror.org/02s376052> . ?fork pulse:isForkOf ?epflOriginal ; schema:name ?name . OPTIONAL { ?fork pulse:githubRepoStars ?forkStars } } ORDER BY DESC(?forkStars) LIMIT 50

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