SELECT ?year ?month ?repo (COUNT(*) AS ?events) (COUNT(DIโฆ WHERE { ?ev prov:wasAssociatedWith <https://github.com/caviri> ; a ?type ; gh:repo ?repo ; prov:atTime ?t . BIND(year(?t) AS ?year) BIND(month(?t) AS ?month) } GROUP BY ?year ?month ?repo ORDER BY ?year DESC(?eventsโฆ