Overview
Evaluation — OOPS!, OQuaRE, CQ Coverage
Score your ontology before shipping. Vibes don't ship.
Why it matters
OOPS! catches 40+ common modelling pitfalls automatically. CQ coverage tells you whether the ontology actually answers what you promised. Both are cheap. Both are routinely skipped.
Going deeper
Three layers of evaluation, in increasing investment:
| Layer | Tool / method | What it proves |
|---|---|---|
| Automated pitfall scan | OOPS! (Web UI or REST API) | No common-modelling-smells; naming consistency; no obvious structural bugs |
| CQ coverage | SPARQL test suite, one query per CQ | The ontology answers the questions stakeholders care about |
| Quality model | OQuaRE (ISO/IEC 25000 adapted to ontologies) | Structural, functional, maintainability metrics for portfolio-level decisions |
Pick the lightest layer that gives you a number you can defend. Most teams stop at OOPS! + CQ coverage; that combination already places you in the top quartile of published ontologies on rigour.