daniel-dona
- 9 skills
- 0 followers
- 15 hours ago last updated
- ▌ Ontology Oops Scan · daniel-dona bundleProvides a script and instructions to validate OWL ontologies via the OOPS! REST API, detecting 40+ design pitfalls with severity levels. Use before ontology releases or in CI to catch modelling mistakes early.
- ▌ Ontology Full Audit · daniel-donaProvides instructions to orchestrate a complete ontology evaluation across 7 dimensions (syntax, text, translations, SKOS, OWL design, data quality, logic). Use before any ontology release to produce a comprehensive audit report with prioritized recommendations.
- ▌ Ontology Skos Audit · daniel-dona bundleProvides a script and instructions to audit SKOS concept schemes for structural integrity — inScheme references, prefLabels, duplicates, notations, and hierarchy links. Use when validating SKOS thesauri, taxonomies, or concept schemes before release.
- ▌
- ▌ Ontology Lang Coverage · daniel-dona bundleProvides a script and instructions to check translation completeness — every RDF resource must have labels in all expected project languages. Use when maintaining multilingual ontologies to find missing translations before release.
- ▌ Ontology Reasoner Check · daniel-dona bundleProvides a script and instructions to check OWL logical consistency using the HermiT reasoner. Detects unsatisfiable classes, equivalences, and global inconsistency. Use before release to catch contradictory axioms that break reasoning.
- ▌ Ontology Shacl Validate · daniel-dona bundleProvides a script and instructions to validate instance data against SHACL shapes using pySHACL, auto-generating shapes from OWL axioms if needed. Use when checking data quality or enforcing schema constraints.
- ▌ Ontology Sparql Endpoint · daniel-dona bundleProvides a script and instructions to deploy a SPARQL 1.1 query+update endpoint with YASGUI web UI from RDF files using pyoxigraph. Use to explore, query, or share an ontology via HTTP without setting up a triple store.
- ▌ Ontology Syntax Validate · daniel-dona bundleProvides a script and instructions to validate RDF syntax of every file in a repository using rapper (raptor2) with rdflib fallback. Covers Turtle, RDF/XML, N-Triples, JSON-LD, and more. Use before any other ontology check — if files don't parse, nothing else works.