reteplayground
Select

Home Assistant's July release train

SELECT ?tag ?t WHERE {
  ?rel gh:inRepo <https://github.com/home-assistant/core>…
  ?ev gh:release ?rel ; prov:atTime ?t .
} ORDER BY ?t LIMIT 50
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 ?tag ?t WHERE { ?rel gh:inRepo <https://github.com/home-assistant/core> ; gh:tag ?tag . ?ev gh:release ?rel ; prov:atTime ?t . } ORDER BY ?t LIMIT 50

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