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

Create an (incomplete) GCI-based implementation #2

Open
cmungall opened this issue Nov 27, 2015 · 0 comments
Open

Create an (incomplete) GCI-based implementation #2

cmungall opened this issue Nov 27, 2015 · 0 comments
Assignees

Comments

@cmungall
Copy link
Member

Preamble:

  • C,D denotes a named class
  • CX, DX denotes a class expression (anon or named)

Description:

  • For each GCI of the form CX SubClassOf R some DX
    • for each C that is an inferred direct subclass of or equivalent to CX
      • for each D that is an inferred direct superclass of or equivalent to DX
        • add an axiom C SubClassOf R some D

Note: entailments will be a subset of those produced by the default expression-materializing implementation. However, they do not require either advance knowledge of the set of Ps to materialize over or expensive computation over all Ps.

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

No branches or pull requests

1 participant