Skip to main content

A package for assessing the quality and structure of ontologies.

Project description

Introduction

OntoCheck is a Py package that provides a suite of metrics for evaluating ontology quality, usability, and compliance. It aims to support both developers by revealing potential quality gaps and users by assessing an ontology’s fitness for use across different domains. In order for ontocheck to work, the turtle (.ttl) file needs to be free of syntax errors. We are also building tools that will help correct a ttl file.

-> Motivation

While there are established approaches for assessing linked-data quality and FAIR data compliance, there are no widely accepted standards dedicated specifically to ontology assessment. Many existing frameworks lack maintenance, and comprehensive semantic data management metrics remain underdeveloped.

-> What OntoCheck Does

OntoCheck builds on existing concepts rather than reinventing them. It brings together:

- Linked-data assessment principles

- FAIR-data compliance indicators

- Semantic data management metrics

All implemented within a maintainable and user-friendly Py environment.

-> Key Features

– combines adapted metrics from literature with new, experience-based measures

– users can select which metrics to apply

– generates structured evaluation summaries for easy review

– ongoing development of feedback mechanisms to refine and expand metrics

-> Our Goal

OntoCheck strives to promote transparency and quality in ontology development. By integrating principles from linked-data and FAIR-data assessments, we aim to foster a foundation for future standardization in ontology evaluation.

We welcome feedback and contributions from the community as we continue to expand the metrics and tools offered in OntoCheck.

This tool is actively developed and maintained by the SDLE Research Center at Case Western Reserve University.


✍️ Authors

  • Rishabh Kundu
  • Redad Mehdi
  • Van D. Tran
  • Erika I. Barcelos
  • Alp Sehirlioglu
  • Yinghui Wu
  • Roger H. French

🏢 Affiliation

Materials Data Science for Stockpile Stewardship Center of Excellence, Case Western Reserve University, Cleveland, OH 44106, USA


🐍 Installation

pip install OntoCheck

⏰ Quick Start

ontocheck -h

🛠️ Available Metrics in v0.0.1

For more detail visit our Read The Docs website

"altLabelCheck": mainAltLabelCheck_v_0_0_1,
"externalLinks": check_external_data_provider_links_ttl_v_0_0_1,
"isolatedElements": check_for_isolated_elements_v_0_0_1,
"humanLicense": check_human_readable_license_ttl_v_0_0_1,
"rdfDump": check_rdf_dump_accessibility_ttl_v_0_0_1,
"sparqlEndpoint": check_sparql_accessibility_ttl_v_0_0_1,
"classConnections": count_class_connected_components_v_0_0_1,
"definitionCheck": mainDefCheck_v_0_0_1,
"duplicateLabels": find_duplicate_labels_from_graph_v_0_0_1,
"missingDomainRange": get_properties_missing_domain_and_range_v_0_0_1,
"leafNodeCheck": mainLeafNodeCheck_v_0_0_1,
"semanticConnection": mainSemanticConnection_v_0_0_1,

Example runs in command

Running metrics: altLabelCheck and humanLicense

bash ontocheck path/to/ontology.ttl --metrics altLabelCheck humanLicense -log-file path/to/log/file.log --csv-file path/to/file.csv

Results of run:

text --- SKOS Definition Coverage Summary --- Total classes analyzed: 1406 Classes with definitions: 360(25.6%) Classes without definitions: 1046 (74.4%) Assessment: Low definition coverage

``text --- Classes WITH altLabel (360) --- Class: afe:AFE_0002281 Preferred Label: Nuclear Magnetic Resonance Tube Alternative Labels (1):

  • "NMR Tube" Class: cco: ont00000003 Preferred Label: Designative Name Alternative Labels (1):
  • "Name" Class: cco: ont00000009 Preferred Label: Mass Density Alternative Labels (1):
  • "Density" ``

text --- Classes WITHOUT altLabel (1046) --- <https://w3id.org/ODE_AM/AMAO#AdditiveManufacturingMachine> afe:AFE_0000029 (Label: "well-plate") afe: AFE_0000052 (Label: "cuvette") afe:AFE_0000329 (Label: "Vial") afe:AFE_0000409 (Label: "monochromator") afe:AFE_0000718 (Label: "Tube") afe:AFE_0001691 (Label: "non-contactprobe") afe:AFE_0001703 (Label: "pressure regulator") afe:AFE_0001772 (Label: "deuteriumlamp") afe:AFE_0002248 (Label: "probe") afe: AFR_0001856 (Label: "electric current") afm: AFM_0000059 (Label: "additive") afm:AFM_0000884 (Label: "electricalenergy") afm: AFM_0001032 (Label: "foam") afm:AFM_0001097 afr: AFR_0000955 afr:AFR_0002641 (Label: "viscosity")

Run status:

Metric Score Status
altLabelCheck Success
humanLicense 1 Success

(all metrics)

Metric Score Status
altLabelCheck Success
externalLinks 0.08476821 Success
isolatedElements ['Number of i... Success
humanLicense 1 Success
rdfDump 0 Success
sparqlEndpoint 0 Success
classConnections 268 Success
definitionCheck Success
duplicateLabels 51 Success
missingDomains ['count_missi... Success
leafNodeCheck Success
semanticConnection Success

Acknowledge

  • U.S. Department of Energy’s Office of Energy Efficiency and Renewable Energy (EERE) under the Solar Energy Technologies Office (SETO) — Agreement Numbers DE-EE0009353 and DE-EE0009347
  • Department of Energy (National Nuclear Security Administration) — Award Number DE-NA0004104 and Contract Number B647887
  • U.S. National Science Foundation — Award Number 2133576

How to cite package

If you use OntoCheck in your work please cite

Rishabh Kundu, Redad Mehdi, Van D. Tran, Erika I. Barcelos, Alp Sehirlioglu, Yinghui Wu, Roger H. French (2025). OntoCheck: A package for assessing the quality and structure of ontologies. [Python]. https://pypi.org/project/OntoCheck/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ontocheck-0.0.1.5.tar.gz (28.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ontocheck-0.0.1.5-py3-none-any.whl (39.1 kB view details)

Uploaded Python 3

File details

Details for the file ontocheck-0.0.1.5.tar.gz.

File metadata

  • Download URL: ontocheck-0.0.1.5.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for ontocheck-0.0.1.5.tar.gz
Algorithm Hash digest
SHA256 b4272ffe25b241800cf3d56daedf8392889fc7ef058f8a3874c44bac9f6e1ea6
MD5 0e628abdf4e5aa734c07f651c75fc473
BLAKE2b-256 bde6c13901664f07af6118062ff971bd6c49d98f0780f62912c44c295c4500d7

See more details on using hashes here.

File details

Details for the file ontocheck-0.0.1.5-py3-none-any.whl.

File metadata

  • Download URL: ontocheck-0.0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 39.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for ontocheck-0.0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e291b63b1f4901aa05330958b786c310a140191c014f75d7ceac4d181be4285f
MD5 b1397af24952acd2f5144e5ef7685ad2
BLAKE2b-256 7acc54622bc834e7755a95ed5d116a34b9ae085e8b14573cd86c50eb26f24a3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page