Hello all,
I was interested in using alg.ignoredConcepts and alg.startClass as shown in 1 and 2 for complex concepts, i.e, concepts having lengths >1. To this end, I use Grandgrandmother.conf example, include rendering = "dlsyntax" and
- alg.startClass = "ex:Female" and alg.ignoredConcepts = {"ex:Male"}
This work flawlessly. However, I am interested in using concepts like
Female ⊓ (∃ hasChild.T) as startClass and ignore complex concepts (Male ⊔ Female). However, I seem to fail to do so. Consequently, I was wondering whether you may suggest some solutions.
Cheers!