rete
playground
Path
🍴 Forks (dependents) of EPFL software
Fork
Name
Fork stars
+1
jahia2wp
jahia2wp
6
…
elements
elements
5
…
meteor-kata
meteor-kata
5
…
wp-veritas
wp-veritas
5
…
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