reteplayground
Select

Issues kept their words: home-assistant/core in June

SELECT ?title ?action ?t WHERE {
  ?ev gh:repo <https://github.com/home-assistant/core> ; …
      gh:action ?action ; prov:atTime ?t .
  ?iss rdfs:label ?title .
} 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#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?title ?action ?t WHERE { ?ev gh:repo <https://github.com/home-assistant/core> ; gh:issue ?iss ; gh:action ?action ; prov:atTime ?t . ?iss rdfs:label ?title . } ORDER BY DESC(?t) LIMIT 100

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