Skip to content

SWRLABoxBuiltInLibrary

Martin O'Connor edited this page Aug 5, 2016 · 14 revisions

This built-in library provides methods for querying OWL ABox axioms using the SQWRL query language. This built-in library is part of 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.

This library defines the following built-ins:

  • caa
  • sia
  • dia
  • opaa
  • nopaa
  • dpaa
  • ndpaa

Examples

List all OWL class and individuals pairs used in class assertion axioms:

    abox:caa(?c, ?i) -> sqwrl:select(?c, ?i)

Clone this wiki locally