The Model Nobody Can Violate
I opened RDF Studio expecting to evaluate a tool and came away with a word instead.
The tool is a browser-and-desktop workspace for semantic data — SPARQL editor, visual OWL editor, an OWL 2 RL reasoner, SHACL, a graph canvas, over an embedded store. It is the work of one person, roughly four months old, and its own homepage says it is not yet v1.0 and not intended for production. No independent review of it exists anywhere. I am not adopting it, and nor should you yet.
The word is worth more than the tool.
Its documentation names a failure mode it calls the McOntology: an ontology that fails silently. Classes and properties are declared, the file parses, the reasoner runs, everything appears fine — and you are getting zero value from having used OWL instead of a simple CSV taxonomy. Nothing is wrong. Nothing is right either. There is no constraint anyone could violate, so nothing ever reports a violation.
Substitute "ArchiMate model" and you have described most enterprise architecture repositories I have been asked to review.
They are not wrong, exactly. Every element has a type. Every relationship is legal. The tool accepted it. But no statement in the model can be contradicted by reality, because no statement is sharp enough to be contradicted. So the repository decays invisibly, and the first symptom is that people quietly stop consulting it.
This is the same shape as the verification problem I keep circling in my agent systems. A check that cannot fail is not a check. A model that cannot be violated is not a model — it is a drawing with a schema attached.
The practical test is short. Take any statement in your repository and ask what observation would prove it false. If nothing would, you have a McOntology, whatever notation it is drawn in.