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
Martin O'Connor edited this page Aug 6, 2016
·
14 revisions
This built-in library provides methods for querying OWL ABox axioms using the SQWRL query language.
This built-in library is one of the three SWRLAPI OWL axiom querying libraries and can be used in combination with the TBox and RBox built-in libraries to query all OWL axiom types in an ontology.
Note that these built-ins query only asserted axioms.
This library defines the following built-ins:
caa Class assertion axiom. e.g., abox:caa(Person, ?i)
sia Same individual axiom. e.g., abox:sia(henry, ?i)
dia Different individuals axiom. e.g., abox:dia(henry, bob)