opencaesar / owl-adapter

The OML adapter for OWL
Apache License 2.0
0 stars 2 forks source link

Develop the bundle closure algorithm #4

Closed StevenJenkinsJPL closed 4 years ago

StevenJenkinsJPL commented 4 years ago

User Story

As a developer, I would like the OWL generated from my bundle terminologies to include disjointness axioms so that an OWL reasoner can find errors caused by vocabulary misuse.

Detailed Description

The bundle closure algorithm should generate the smallest set of disjointness axioms that satisfies the policy that any two classes that do not share a common explicit subclass are disjoint.

Tasks