I am trying to find a defining microtheory for a given Cyc concept. For some of the concepts "defining-mt" SubL command does return "NIL" when defining microtheory exists (it can be verified with #$definingMt predicate).
For example:
- subl code (defining-mt #$Person) -> NIL
- cyc query (#$definingMt #$Person ?MT) -> #$BiologyMt
How can I make "defining-mt" SubL command output #$BiologyMt in this case?
I am using Research Cyc 4.0q KB.