Closed cmungall closed 14 years ago
Because of the cut in the first clause.
ideally calling
is_entailed(Ax,Ex)
should unify Ax with all facts. In fact it will just unify with subClassOf facts.
To get e.g. propertyAssertion/3 entailedments, it's necessary to call with a term such as propertyAssertion(P,S,V)
Oops! you're write. I moved the cut just after the tbox/1 guard. commited and pushed in bugfixing branch
merged into master, closing
Because of the cut in the first clause.
ideally calling
is_entailed(Ax,Ex)
should unify Ax with all facts. In fact it will just unify with subClassOf facts.
To get e.g. propertyAssertion/3 entailedments, it's necessary to call with a term such as propertyAssertion(P,S,V)