reteplayground
Select

What a push still says: home-assistant/core's June branches

SELECT ?ref ?t WHERE {
  ?ev gh:repo <https://github.com/home-assistant/core> ; …
      gh:ref ?ref ; prov:atTime ?t .
} ORDER BY DESC(?t) LIMIT 100
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX gh: <https://w3id.org/rete/gharchive#> PREFIX prov: <http://www.w3.org/ns/prov#> SELECT ?ref ?t WHERE { ?ev gh:repo <https://github.com/home-assistant/core> ; a gh:PushEvent ; gh:ref ?ref ; prov:atTime ?t . } ORDER BY DESC(?t) LIMIT 100

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