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

OWLObjectSomeValuesFrom(OWLDataComplementOf implementation in ClosedWorldReasoner wrong #90

Open
SimonBin opened this issue Sep 13, 2021 · 0 comments

Comments

@SimonBin
Copy link
Member

See dice-group/Ontolearn#150

  • An existential class expression DataSomeValuesFrom ( DPE DR ) contains all those individuals that are connected by DPE to literal lt, such that lt is in DR
  • A complement data range DataComplementOf( DR ) contains all tuples of literals that are not contained in the data range DR.
  • A class expression of the form DataAllValuesFrom( DPE DR ) can be seen as a syntactic shortcut for the class expression DataMaxCardinality( 0 DPE DataComplementOf( DR ) ).

Found by @LukasBluebaum

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

No branches or pull requests

1 participant