Do axioms in knowledge base joined by 'AND'?

58 Views Asked by At

Do axioms in knowledge base joined by 'AND'? For example, if 'A and B' is one of the axioms, can I just put {A,B} in my knowledge base, as they will be implied with 'AND' relation among them in the knowledge base anyway? Thanks.

1

There are 1 best solutions below

0
On

Note that a knowledge base is an ordered pair containing a TBox and an ABox. If you'd like to add the axiom $A\land B$ to the knowledge base, then simply add the axiom to the finite set of assertion components or the ABox, for the respective knowledge base.