Open chenejac opened 9 years ago
Brian Lowe said:
As I recall, this is one of the few things the ABox reasoner actually does. That is, given inverseOf(P, Q) in the TBox, the addition of P(x, y) to the ABox will yield Q(y, x) in the inference graph. Did this change?
Rebecca Younes (Migrated from VIVO-1057) said:
Not implementing this in the reasoner entails various complications, such as that described in VIVO-1056. Ontology edits that entail additional triples require the application to add them to the triplestore, rather than having the reasoner infer them.