reteplayground
Aggregate

🔍 Published vs crawled repo counts (data-quality audit)

InstitutionPublished num_rep…Distinct repos+1
VSHN AG794588
Universität St.Gallen222133
Hitobito12462
Puzzle ITC402340
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