reteplayground
Select

The dev story, told by branch names — a readable changelog

SELECT ?t ?type ?refType ?ref WHERE {
  ?ev gh:repo <https://github.com/caviri/rete> ; a ?typeOPTIONAL { ?ev gh:refType ?refType }
  OPTIONAL { ?ev gh:ref ?ref }
} ORDER BY ?t LIMIT 200
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 ?t ?type ?refType ?ref WHERE { ?ev gh:repo <https://github.com/caviri/rete> ; a ?type ; prov:atTime ?t . OPTIONAL { ?ev gh:refType ?refType } OPTIONAL { ?ev gh:ref ?ref } } ORDER BY ?t LIMIT 200

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