whelk icon indicating copy to clipboard operation
whelk copied to clipboard

Translate unusable class expressions into placeholder classes

Open balhoff opened this issue 1 year ago • 0 comments

If there is an axiom C SubClassOf (fatherOf some child) and (fatherOf only child), currently Whelk will throw out the whole axiom (same as ELK 0.4.3). But Whelk should be able to infer C SubClassOf (fatherOf some child) from this.

Similarly, Whelk should translate any minCardinality greater than 0 into someValuesFrom.

balhoff avatar Dec 13 '22 15:12 balhoff