SELECT ?day (COUNT(*) AS ?events) (SUM(IF(?type = gh:PushEvent, 1, 0)) AS ?pushes) (SUM(IF(?type = gh:CreateEvent, 1, 0)) AS ?brancheโฆ (SUM(IF(?type = gh:DeleteEvent, 1, 0)) AS ?brancheโฆ (SUM(IF(?type = gh:PullRequestEvent, 1, 0)) AS ?prโฆ WHERE {