Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sophisticated SPARQL Queries for Advanced Ontology Validation #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

King-Ob
Copy link

@King-Ob King-Ob commented Dec 11, 2024

This pull request introduces new sophisticated SPARQL queries to enhance ontology validation and consistency checks. These queries target logical pitfalls, redundant relationships, misalignments, and cyclic structures.
Queries Added:

  1. Detect Logical Redundancies in rdfs:subClassOf Hierarchies
  2. Detect Redundant Equivalent Class Relationships
  3. Detect Classes with Multiple Conflicting Superclasses Across Disjoint Hierarchies
  4. Detect Inconsistent Domains Across Subproperties
  5. Detect Classes Used as Both Individuals and Superclasses
  6. Detect Properties with Conflicting Ranges
  7. Detect Mixed Use of Datatype and Object Properties
  8. Detect Classes with Overlapping Labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant