You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for each C that is an inferred direct subclass of or equivalent to CX
for each D that is an inferred direct superclass of or equivalent to DX
add an axiom C SubClassOf R some D
Note: entailments will be a subset of those produced by the default expression-materializing implementation. However, they do not require either advance knowledge of the set of Ps to materialize over or expensive computation over all Ps.
The text was updated successfully, but these errors were encountered:
Preamble:
C
,D
denotes a named classCX
,DX
denotes a class expression (anon or named)Description:
CX SubClassOf R some DX
C
that is an inferred direct subclass of or equivalent toCX
D
that is an inferred direct superclass of or equivalent toDX
C SubClassOf R some D
Note: entailments will be a subset of those produced by the default expression-materializing implementation. However, they do not require either advance knowledge of the set of Ps to materialize over or expensive computation over all Ps.
The text was updated successfully, but these errors were encountered: