Skip to main content
Engineering LibreTexts

4.3: Important Description Logics

  • Page ID
    6416
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    There are very many DLs, of which some are used more often than others. In this section, we will first look at \(\mathcal{ALC}\), for it is typically one of the languages used in DL courses, a basis to add various language features to, and it is much easier for showing how the principles of tableau work for DLs. Subsequently, we list the more expressive \(\mathcal{SROIQ}\), and finally comment on leaner fragments that are computationally better behaved.

    A Basic DL to Start With: \(\mathcal{ALC}\)

    The DL language \(\mathcal{ALC}\)—which stands for Attributive Language with Concept negation—contains the following elements:

    - Concepts denoting entity types/classes/unary predicates/universals, including top \(\top\) and bottom \(\bot\);

    - Roles denoting relationships/associations/binary predicates/properties;

    - Constructors: and \(\sqcap\), or \(\sqcup\), and not \(\neg\); quantifiers \(\forall\) and \(\exists\);

    - Complex concepts using constructors: Let \(C\) and \(D\) be concept names, \(R\) a role name, then

    – \(\neg C, C\sqcap D,\) and \(C\sqcup D\) are concepts, and

    – \(\forall R.C\) and \(\exists R.C\) are concepts

    - Individuals

    Some examples that can be represented in \(\mathcal{ALC}\) are, respectively:

    - Concepts (primitive, atomic); e.g., Book, Course

    - Roles; e.g., enrolled, reads

    - Complex concepts; e.g.,

    – \(\texttt{Student}\sqcap\exists\texttt{enrolled.(Course}\sqcup\texttt{DegreeProgramme)}\) (this is a primitive concept)

    – \(\texttt{Mother}\sqsubseteq\texttt{Woman}\sqcap\exists\texttt{ParentOf.Person}\)

    – \(\texttt{Parent}\equiv\texttt{(Male}\sqcup\texttt{Female)}\sqcap\exists\texttt{ParentOf.Mammal}\sqcap\exists\texttt{caresFor.Mammal}\) (this is a defined concept)

    - Individuals; e.g., Student(Andile), Mother(Katniss), \(\neg\texttt{Student(Katniss)}\), enrolled(Andile, COMP101)

    As usual, the meaning is defined by the semantics of \(\mathcal{ALC}\), and it follows the same approach as we have seen for the other languages that have passed the revue (recollect FOL and model-theoretic semantics from "2.1: First Order Logic Syntax and Semantics"). First, there is a domain of interpretation, and an interpretation, where:

    – Domain \(\Delta\) is a non-empty set of objects

    – Interpretation: \(\cdot^{\mathcal{I}}\) is the interpretation function, domain \(\Delta^{\mathcal{I}}\)

    – \(\cdot^{\mathcal{I}}\) maps every concept name \(A\) to a subset \(A^{\mathcal{I}}\subseteq\Delta^{\mathcal{I}}\)

    – \(\cdot^{\mathcal{I}}\) maps every role name \(R\) to a subset \(R^{\mathcal{I}}\subseteq\Delta^{\mathcal{I}}\times\Delta^{\mathcal{I}}\)

    – \(\cdot^{\mathcal{I}}\) maps every individual name \(a\) to elements of \(\Delta^{\mathcal{I}} :a^{\mathcal{I}}\in\Delta^{\mathcal{I}}\)

    Note \(\PageIndex{1}\)

    \(\top^{\mathcal{I}}=\Delta^{\mathcal{I}}\) and \(\bot^{\mathcal{I}}=\emptyset\)

    Using the typical notation where \(C\) and \(D\) are concepts, \(R\) a role, and \(a\) and \(b\) are individuals, then they have the following meaning, with on the left-hand side of the “\(=\)” the syntax of \(\mathcal{ALC}\) under an interpretation and on the right-hand side its semantics:

    - \((\neg C)^{\mathcal{I}}=\Delta^{\mathcal{I}}\backslash C^{\mathcal{I}}\)

    - \((C\sqcap D)^{\mathcal{I}}=C^{\mathcal{I}}\cap D^{\mathcal{I}}\)

    - \((C\sqcup D)^{\mathcal{I}}=C^{\mathcal{I}}\cup D^{\mathcal{I}}\)

    - \((\forall R.C)^{\mathcal{I}}=\{ x|\forall y.R^{\mathcal{I}} (x,y)\to C^{\mathcal{I}} (y)\}\)

    - \((\exists R.C)^{\mathcal{I}}=\{ x|\exists y.R^{\mathcal{I}} (x,y)\wedge C^{\mathcal{I}} (y)\}\)

    Observe that this list is a subset of those listed in Table 3.1.1, as there are fewer features in \(\mathcal{ALC}\) cf. \(\mathcal{SROIQ}\).

    One also can specify the notion of satisfaction:

    - An interpretation \(\mathcal{I}\) satisfies the statement \(C\sqsubseteq D\) if \(C^{\mathcal{I}}\subseteq D^{\mathcal{I}}\)

    - An interpretation \(\mathcal{I}\) satisfies the statement \(C\equiv D\) if \(C^{\mathcal{I}}= D^{\mathcal{I}}\)

    - \(C(a)\) is satisfied by \(\mathcal{I}\) if \(a^{\mathcal{I}}\in C^{\mathcal{I}}\)

    - \(R(a, b)\) is satisfied by \(\mathcal{I}\) if \((a^{\mathcal{I}}, b^{\mathcal{I}} )\in R^{\mathcal{I}}\)

    - An interpretation \(\mathcal{I}= (\Delta^{\mathcal{I}},\cdot^{\mathcal{I}} )\) is a model of a knowledge base \(\mathcal{KB}\) if every axiom of \(\mathcal{KB}\) is satisfied by \(\mathcal{I}\)

    - A knowledge base \(\mathcal{KB}\) is said to be satisfiable if it admits a model

    Many DLs have be defined over the past 25 years and their complexity proved. For instance, one could add \(\mathcal{I}\)nverses to \(\mathcal{ALC}\), giving \(\mathcal{ALCI}\), or a \(\mathcal{H}\)ierarchy of roles, \(\mathcal{ALCH}\), or \(\mathcal{Q}\)ualified cardinality restrictions; the appendix of the DL Handbook [BCM+08] has the full list of letters and the features they denote. You also may like to have a look at the DL Complexity Navigator8. In the next chapter about OWL 2, we shall introduce a few more expressive languages, whereas ontologybased data access in Chapter 8 introduces DL-Lite that is less expressive than \(\mathcal{ALC}\).

    The DL \(\mathcal{SROIQ}\)

    In this section, we summarise the various features that have been introduced informally above to provide a comprehensive definition of DL syntax. Doing so yields the description logic called \(\mathcal{SROIQ}\), which is one of the most expressive DLs commonly considered today. It also largely agrees in expressivity with the ontology language OWL 2 DL, though there are still some differences as will be discussed in Chapter 4.

    Formally, every DL ontology is based on three finite sets of signature symbols: a set \(\mathrm{N}_{I}\) of individual names, a set \(\mathrm{N}_{C}\) of concept names and a set \(\mathrm{N}_{R}\) of role names. Usually these sets are assumed to be fixed for some application and are therefore not mentioned explicitly. Now the set of \(\mathcal{SROIQ}\) role expressions \(\textbf{R}\) (over this signature) is defined by the following grammar:

    \[\textbf{R}\::= U|\mathrm{N}_{R} |\mathrm{N}_{R}^{-}\]

    where \(U\) is the universal role. Based on this, the set of \(\mathcal{SROIQ}\) concept expressions \(\textbf{C}\) is defined as:

    \[\textbf{C} ::=\mathrm{N}_{C} | (\textbf{C}\sqcap\textbf{C} ) | (\textbf{C}\sqcup\textbf{C} ) |\neg\textbf{C} |\top |\bot |\exists\textbf{R.C} |\forall\textbf{R.C} |\geqslant n\textbf{R.C} |\leqslant n\textbf{R.C} |\exists\textbf{R.} Self|\{\mathrm{N}_{I}\}\]

    where \(n\) is a non-negative integer. As usual, expressions like \((\textbf{C}\sqcap\textbf{C} )\) represent any expression of the form \((C\sqcap D)\) with \(C\), \(D\) \(\in\) \(\textbf{C}\). It is common to omit parentheses if this cannot lead to confusion with expressions of different semantics. For example, parentheses do not matter for \(A\sqcup B\sqcup C\) whereas the expressions \(A\sqcap B\sqcup C\) and \(\exists R.A\sqcap B\) are ambiguous.

    Using the above sets of individual names, roles and concepts, the axioms of \(\mathcal{SROIQ}\) can be defined to be of the following basic forms:

    ABox: \(\textbf{C} (\mathrm{N}_{I} )\) \(\textbf{R} (\mathrm{N}_{I} ,\mathrm{N}_{I} )\) \(\mathrm{N}_{I}\approx\mathrm{N}_{I}\) \(\mathrm{N}_{I}\not\approx\mathrm{N}_{I}\)

    TBox: \(\textbf{C}\sqsubseteq\textbf{C}\) \(\textbf{C}\equiv\textbf{C}\)

    RBox: \(\textbf{R}\sqsubseteq\textbf{R}\) \(\textbf{R}\equiv\textbf{R}\) \(\textbf{R}\circ\textbf{R}\sqsubseteq\textbf{R}\) \(Disjoint(\textbf{R}, \textbf{R} )\)

    with the intuitive meanings as explained in 3.1: DL Primer.

    Roughly speaking, a \(\mathcal{SROIQ}\) ontology (or knowledge base) is simply a set of such axioms. To ensure the existence of reasoning algorithms that are correct and terminating, however, additional syntactic restrictions must be imposed on ontologies. These restrictions refer not to single axioms but to the structure of the ontology as a whole, hence they are called structural restrictions. The two such conditions relevant for \(\mathcal{SROIQ}\) are based on the notions of simplicity and regularity. Notably, both are automatically satisfied for ontologies that do not contain complex role inclusion axioms.

    A role \(R\) in an ontology \(\mathcal{O}\) is called non-simple if some complex role inclusion axiom (i.e., one that uses role composition \(\circ\)) in \(\mathcal{O}\) implies instances of \(R\); otherwise it is called simple. A more precise definition of the non-simple role expressions of the ontology \(\mathcal{O}\) is given by the following rules:

    • if \(\mathcal{O}\) contains an axiom \(S\circ T\sqsubseteq R\), then \(R\) is non-simple,
    • if \(R\) is non-simple, then its inverse \(R{−}\) is also non-simple,9
    • if \(R\) is non-simple and \(\mathcal{O}\) contains any of the axioms \(R\sqsubseteq S\), \(S\equiv R\) or \(R\equiv S\), then \(S\) is also non-simple.

    All other roles are called simple.10 Now for a \(\mathcal{SROIQ}\) ontology it is required that the following axioms and concepts contain simple roles only:

    Restricted axioms: \(Disjoint(\textbf{R} ,\textbf{R} )\)

    Restricted concept expressions: \(\exists\textbf{R} .Self\) \(\geqslant n\textbf{R}.\textbf{C}\) \(\leqslant n\textbf{R}.\textbf{C}\).

    The other structural restriction that is relevant for \(\mathcal{SROIQ}\) is called regularity and is concerned with RBox axioms only. Roughly speaking, the restriction ensures that cyclic dependencies between complex role inclusion axioms occur only in a limited form. For details, please see [HKS06]. For the introductory treatment in this paper, it suffices to note that regularity, just like simplicity, is a property of the ontology as a whole that cannot be checked for each axiom individually. An important practical consequence is that the union of two regular ontologies may no longer be regular. This must be taken into account when merging ontologies in practice.

    The semantics of \(\mathcal{SROIQ}\) is shown in Tables 3.1.1 and 3.1.2.

    Important Fragments of \(\mathcal{SROIQ}\)

    Many different description logics have been introduced in the literature. Typically, they can be characterised by the types of constructors and axioms that they allow, which are often a subset of the constructors in \(\mathcal{SROIQ}\). For example, the description logic \(\mathcal{ALC}\) is the fragment of \(\mathcal{SROIQ}\) that allows no RBox axioms and only \(\sqcap\), \(\sqcup\), \(\neg\), \(\exists\) and \(\forall\) as its concept constructors. It is often considered the most basic DL. The extension of \(\mathcal{ALC}\) with transitive roles is traditionally denoted by the letter \(\mathcal{S}\). Some other letters used in DL names hint at a particular constructor, such as inverse roles \(\mathcal{I}\), nominals \(\mathcal{O}\), qualified number restrictions \(\mathcal{Q}\), and role hierarchies (role inclusion axioms without composition) \(\mathcal{H}\). So, for example, the DL named \(\mathcal{ALCHIQ}\) extends \(\mathcal{ALC}\) with role hierarchies, inverse roles and qualified number restrictions. The letter \(\mathcal{R}\) most commonly refers to the presence of role inclusions, local reflexivity Self, and the universal role \(U\), as well as the additional role characteristics of transitivity, symmetry, asymmetry, role disjointness, reflexivity, and irreflexivity. This naming scheme explains the name \(\mathcal{SROIQ}\).

    In recent years, fragments of DLs have been specifically developed in order to obtain favourable computational properties. For this purpose, \(\mathcal{ALC}\) is already too large, since it only admits reasoning algorithms that run in worst-case exponential time. More light-weight DLs can be obtained by further restricting expressivity, while at the same time a number of additional \(\mathcal{SROIQ}\) features can be added without loosing the good computational properties. The three main approaches for obtaining light-weight DLs are \(\mathcal{EL}\), \(DLP\) and \(DL-Lite\), which also correspond to language fragments OWL EL, OWL RL and OWL QL of the Web Ontology Language.

    The \(\mathcal{EL}\) family of description logics is characterised by allowing unlimited use of existential quantifiers and concept intersection. The original description logic \(\mathcal{EL}\) allows only those features and \(\top\) but no unions, complements or universal quantifiers, and no RBox axioms. Further extensions of this language are known as \(\mathcal{EL}^{+}\) and \(\mathcal{EL}^{++}\). The largest such extension allows the constructors \(\sqcap\), \(\top\), \(\bot\), \(\exists\), Self , nominals and the universal role, and it supports all types of axioms other than role symmetry, asymmetry and irreflexivity. Interestingly, all standard reasoning tasks for this DL can still be solved in worst-case polynomial time. One can even drop the structural restriction of regularity that is important for \(\mathcal{SROIQ}\). \(\mathcal{EL}\)-type ontologies have been used to model large but light-weight ontologies that consist mainly of terminological data, in particular in the life sciences. A number of reasoners are specifically optimised for handling \(\mathcal{EL}\)-type ontologies, the most recent of which is the ELK reasoner11 for OWL 2 EL.

    DLP is short for Description Logic Programs and comprises various DLs that are syntactically restricted in such a way that axioms could also be read as rules in first-order Horn logic without function symbols. Due to this, DLP-type logics can be considered as kinds of rule languages (hence the name OWL 2 RL) contained in DLs. To accomplish this, one has to allow different syntactic forms for subconcepts and superconcepts in concept inclusion axioms. We do not provide the details here. While DLs in general may require us to consider domain elements that are not denoted by individual names, for DLP one can always restrict attention to models in which all domain elements are denoted by individual names. This is why DLP is often used to augment databases (interpreted as sets of ABox axioms), e.g., in an implementation of OWL 2 RL in the Oracle 11g database management system.

    DL-Lite is a family of DLs that is also used in combination with large data collections and existing databases, in particular to augment the expressivity of a query language that retrieves such data. This approach, known as Ontology Based Data Access, considers ontologies as a language for constructing views or mapping rules on top of existing data. The core feature of DL-Lite is that data access can be realised with standard query languages such as SQL that are not aware of the DL semantics. Ontological information is merely used in a query preprocessing step. Like DLP, DL-Lite requires different syntactic restrictions for subconcepts and superconcepts. It is the basis for the OWL 2 QL species of OWL ontology languages, and we will present its DL definition and its use in Chapter 8.

    Footnotes

    8www.cs.man.ac.uk/ezolin/logic/complexity.html

    9If \(R=S^{−}\) already is an inverse role, then \(R^{−}\) should be read as \(S\). We do not allow expressions like \(S^{−−}\).

    10Whether the universal role \(U\) is simple or not is a matter of preference that does not affect the computational properties of the logic [RKH08b]. However, the universal role in OWL 2 is considered non-simple.

    11elk-reasoner.googlecode.com/


    This page titled 4.3: Important Description Logics is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Maria Keet via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?