ABox
An ABox, or assertion box, is the component of a knowledge base in description logics and ontology languages that contains factual information about named individuals. In the usual separation, the TBox (terminology box) stores abstract schema such as class hierarchies and property definitions, while the ABox stores instance data; some frameworks also use an RBox for role-related axioms, but ABox is where concrete facts reside.
ABox assertions come in several forms. Concept assertions declare that a specific individual is an instance
Reasoning over an ABox uses the accompanying TBox/RBox axioms to infer additional facts and to check consistency.
In practice, ABoxes are used in ontology-based data access and semantic web contexts (for example OWL ontologies