reteplayground
Select

Linus Torvalds' July, event by event

SELECT ?type ?repo ?t WHERE {
  ?ev prov:wasAssociatedWith <https://github.com/torvalds…
      a ?type ; gh:repo ?repo ; prov:atTime ?t .
} ORDER BY ?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 ?type ?repo ?t WHERE { ?ev prov:wasAssociatedWith <https://github.com/torvalds> ; a ?type ; gh:repo ?repo ; prov:atTime ?t . } ORDER BY ?t LIMIT 100

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