rete
playground
Aggregate
🔍 Published vs crawled repo counts (data-quality audit)
Institution
Published num_rep…
Distinct repos
+1
VSHN AG
794
588
…
Universität St.Gallen
222
133
…
Hitobito
124
62
…
Puzzle ITC
402
340
…
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
20 rows · 39 ms · no server, no download — the query runs in your browser.
The query
PREFIX ossb: <https://w3id.org/rete/oss-benchmark#> PREFIX pulse: <https://open-pulse.epfl.ch/ontology#> PREFIX gme: <https://openpulse.science/git-metadata-extractor#> PREFIX org: <http://www.w3.org/ns/org#> PREFIX schema: <http://schema.org/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?institution ?publishedRepos (COUNT(DISTINCT ?repo) AS ?derivedRepos) (COUNT(DISTINCT ?repo) - ?publishedRepos AS ?drift) WHERE { ?i a ossb:Institution ; schema:name ?institution ; ossb:numRepos ?publishedRepos . ?o org:unitOf ?i . ?repo pulse:ownedBy ?o . } GROUP BY ?institution ?publishedRepos ORDER BY ?drift LIMIT 20
rete playground
·
documentation
·
github.com/caviri/rete