OWL FA: A Metamodeling Extension of OWL DL

Jeff Z. Pan

University of Aberdeen
Aberdeen, UK

Ian Horrocks

University of Manchester
Manchester, UK

ABSTRACT

This paper proposes OWL FA, a decidable extension of OWL DL with the metamodeling architecture of RDFS(FA). It shows that the knowledge base satisfiability problem of OWL FA can be reduced to that of OWL DL, and compares the FA semantics with the recently proposed contextual semantics and Hilog semantics for OWL.

Categories & Subject Descriptors

I.2.4 [ARTIFICIAL INTELLIGENCE]: Knowledge Representation Formalisms and Methods

General Terms

Standardization, Languages, Theory

Keywords

Ontology, Reasoning, Metamodeling


1 OWL and Metamodeling

A common user complain about OWL DL is that it does not support metamodeling, which allows one to describe additional level(s) of classes and properties. In order to make use of (decidable) ontology reasoning, users has to restrict themselves into OWL DL. In practice, it is often not realistic to ask users to transfer their ontologies with meta-classes and meta-properties into ones without. Although OWL Full provides some metamodeling; however, it is not decidable. It has been pointed out that if we just ignore the need for metamodeling, some users will simply not use OWL, and the whole effort could become a failure [3].

Motik [1] proposes two alternative metamodeling approaches for OWL, i.e., the context approach and the HiLog approach. In the context approach, metamodeling is provided by allowing that the names for classes, properties and individuals are not distinguished from each other. The trick is to provide them different interpretation functions according to the context. Consequently, the interpretations of a class and an object sharing the same name are completely independent, which leads to non-intuitive result. For example, in this approach, if two objects teacher and lecture are asserted to be equivalent, the interpretation of the class teacher can be an empty set, while that of the class lecture can contain some objects, such as Frank. In the HiLog approach, the semantics is more intuitive; however, existing DL reasoners can not be reused, and one has to implement new reasoners.

This paper proposes OWL FA, an extension of OWL DL with the metamodeling architecture of RDFS(FA) [2]. There are two nice features of OWL FA. Firstly, it is a decidable extension of OWL DL. Secondly, the knowledge base satisfiability problem of OWl FA can be reduced to that of OWL DL, which indicates we can reuse existing DL reasoners to support OWL FA.


2 OWL FA

Intuitively, OWL FA introduces a stratum number in class constructors and axioms to indicate the strata they belong to. Let i $\geq 0$ be an integer. OWL FA consists of an alphabet of distinct class names i (for stratum i), datatype names , abstract property names i (for stratum i), datatype property names and individual (object) names (); together with a set of constructors (with subscriptions) to construct class and property descriptions (also called OWL FA-classes and OWL FA-properties, respectively).

OWL FA has a model theoretic semantics, which is regarded as an extension of that of RDFS(FA) with interpretations for OWL FA descriptions and axioms. In the rest of the paper, we assume that i is an integer such that 1 $\leq$ i $\leq$ k. The interpretation function can be extended to give semantics to OWL FA-properties and OWL FA-classes. Let $\role{RN}\in\Proi i$ be an abstract property name in stratum i and $R$ an abstract property in stratum i. Valid OWL FA abstract properties are defined by the abstract syntax: $R::=\role{RN}\mid R^-, $ where for some $x,y\in\deltafai {i-1}$, $\tup{x,y}\in R\ifunc$ iff $\tup{y,x}\in R^{-\I}$. Valid OWL FA datatype properties are datatype property names.

Now we define the OWL FA-class descriptions. Let $\con{CN}\in\Clai i$ be an atomic class name in stratum i, $R$ an OWL FA-property in stratum i, $o\in\Individuals$ an individual, $T\in\DPro$ a datatype property name, and $C,D$ OWL FA-classes in stratum i. Valid OWL FA-classes are defined by the abstract syntax:

\begin{displaymath}{\small\begin{array}{rcl} C & : : = & \top_{\mathrm{i}}\,\mid...
....{d}\,\mid\,\leqslant_1 n T\,\mid\,\geqslant_1
n T
\end{array}}\end{displaymath}

The semantics of OWL FA-classes are presented in Table 1 (page [*]). $C$ is satisfiable iff there exist an interpretation s.t. $C\ifunc\not=\emptyset$; $C$ subsumes $D$ iff for every interpretation we have $C\ifunc\Sub D\ifunc$.

Table 1: OWL FA classes
Constructor DL Syntax Semantics
top $\Top_{\mathrm{i}}$ $\Top_{\mathrm{i}}$
bottom $\Bot$ $\emptyset$
concept name CN $\Int{\con{CN}}\subseteq\deltafai {i-1}$
general negation $\neg_\mathrm{i}{C}$ $\deltafai {i-1}\setminus\Int{C}$
conjunction $C \sqcap_\mathrm{i} D$ $\Int{C}\cap\Int{D}$
disjunction $C \Or_\mathrm{i} D$ $\Int{C}\cup\Int{D}$
nominals $\nom o$ $\nom o\ifuncfa=\set{\indv o\ifuncfa}$
exists restriction $\exists_\mathrm{i}{R}.{C}$ $\set{x\in\deltafai {i-1} \mid \exists y. \tup{x,y}\in\Int{R}\land
y\in\Int{C}}$
value restriction $\forall_\mathrm{i}{R}.{C}$ $\set{x\in\deltafai {i-1} \mid \forall
y.\tup{x,y}\in\Int{R}\rightarrow
y\in\Int{C}}$
atleast restriction $\geqslant_\mathrm{i} m R $ $\set{x\in\deltafai {i-1}\mid\sharp
\{y\mid\tup{x,y}\in R\ifuncfa\}\geq m}$
atmost restriction $\leqslant_\mathrm{i} m R $ $\set{x\in\deltafai {i-1}\mid\sharp
\{y\mid\tup{x,y}\in R\ifuncfa\}\leq m}$
datatype exists $\exists_1 { T}.{d}$ $\begin{array}[t]{l} \{x\in\deltafai 0\mid\exists t.\tup{x,t}\in
T\ifuncfa \wedge t \in d\ifuncfa \}
\end{array}$
datatype value $\forall_1{T}.{d}$ $\set{x\in\deltafai 0 \mid
\forall t.\tup{x,t}\in\Int{T}\rightarrow
t\in\Int{d}}$
datatype atleast $\geqslant_1 m T $ $\set{x\in\deltafai 0\mid\sharp
\{t\mid\tup{x,t}\in T\ifuncfa\}\geq m}$
datatype atmost $\leqslant_1 m T $ $\set{x\in\deltafai 0\mid\sharp
\{t\mid\tup{x,t}\in T\ifuncfa\}\leq m}$



An OWL FA knowledge base consists of k. Each $\kb_\mathrm{i}$ consists of a TBox , an RBox and an ABox . Due to the limitation of space, we only present class and individual axioms here, and leave out the property axioms in RBoxes. An OWL FA TBox is a finite set of class inclusion axioms of the form $C\Issub_\mathrm{i} D$, where $C,D$ are OWL FA-classes in stratum i. An interpretation satisfies $C\Issub_\mathrm{i} D$ if $C\ifunc\Sub D\ifunc$.

Let a, b $\in\Individuals$ be individuals, $C_1$ a class in stratum 1, $R_1$ an abstract property in stratum 1, $l$ a literal, $T\in\DTypes$ a datatype property, $X,Y$ classes or abstract properties in stratum i, $E$ a class in stratum i + 1 and $S$ an abstract property in stratum i+1. An OWL FA ABox $\A_1$ is a finite set of individual axioms of the following forms: $\indv{a}:_1 C_1$, called class assertions, $\tup{\indv{a},\indv{b}}:_1 R_1$, called abstract property assertions, $\tup{\indv{a},l}:_1 T$, called datatype property assertions, $\indv{a}=\indv{b}$, called individual equality axioms and , $\indv{a}\not=\indv{b}$, called individual inequality axioms. An interpretation satisfies $\indv{a}:_1 C_1$ if $\indv{a}\ifunc\in C_1\ifunc$; it satisfies $\tup{\indv{a},\indv{b}}:_1 R_1$ if $\tup{\indv{a}\ifunc,\indv{b}\ifunc}\in R_1\ifunc$; it satisfies $\tup{\indv{a},l}:_1 T$ if $\tup{\indv{a}\ifunc,l\ifunc}\in
T\ifunc$; it satisfies $\indv{a}=\indv{b}$ if $\indv{a}\ifunc=
\indv{b}\ifunc$; it satisfies $\indv{a}\not=\indv{b}$ if $\indv{a}\ifunc\not= \indv{b}\ifunc$. An OWL FA ABox is a finite set of axioms of the following forms: $X: E$, called meta-class assertions, $\tup{X,Y}: R $, called meta-property assertions, or $X=_\mathrm{i-1}Y$, called meta individual equality axioms. An interpretation satisfies $X: E$ if $X\ifunc\in
E\ifunc$; it satisfies $\tup{X,Y}: R $ if $\tup{X\ifunc,Y\ifunc}\in
R\ifunc$; it satisfies $X=_\mathrm{i-1}Y$ if $X\ifunc=
Y\ifunc$.

An interpretation satisfies a knowledge base if it satisfies all the axioms in . is satisfiable (unsatisfiable) iff there exists (does not exist) such an interpretation that satisfies . Let $C,D$ be OWL FA-classes in stratum i, $C$ is satisfiable iff there exist an interpretation of s.t. $C\ifunc\not=\emptyseti$; $C$ subsumes $D$ iff for every interpretation of we have $C\ifunc\Sub D\ifunc$.


\begin{example}{}
%We revisit Example 1-2 and represent the part of the WordN...
...{Trans}_2 ({\xrole{wns}{hyponymOf}})
\end{array} \end{displaymath}\end{example}

Now we briefly discuss some reasoning tasks of OWL FA. In an OWL FA knowledge base , it is obvious that 1 is a knowledge base, and 2, ..., k are knowledge bases. Note that classes and property names in i are treated as individual names in i+1; therefore, class and property equality axioms in i can act as individual equality axioms in i+1. On the other hand, individual equalities explicitly asserted and implicitly entailed by number restrictions in i+1 can act as class and property equality axioms in i.


\begin{definition}
Let \kb $=\tup{\nlistn \kb {\mathrm{k}}}$\ be an OWL FA knowl...
... property axioms and individual equality
axioms explicit.
\diam \end{definition}
As we have a finite set of vocabulary, we have the following Lemma.


\begin{lemma}
Given an OWL FA knowledge base \kb=\tup{\nlistn \kb {\mathrm{k}}}.
\ekb can be constructed from \kb in finite steps.
\end{lemma}

It can be argued that, in many realistic ontologies, would not be much bigger than . This is based on the observation that the number of entailed but not explicit stated equal class (property, individual) pairs would not be huge (as usually it is not extremely helpful to have multiple class names for the same class description). On the other hand, the entailed equalities often come as a surprise for ontology builders.

Note that if a class description is not defined in $_i$ (i.e., if it is not equivalent to any atomic class), it is not represented by any meta-individual in $_{i+1}$. This suggests the connections between $_i$ and $_{i+1}$ are atomic classes and properties in $_i$, which are meta-individuals in $_{i+1}$. Accordingly, once we calculate the explicit knowledge bases, we can decide the knowledge base satisfiability problems locally.


\begin{theorem}
Given an OWL FA knowledge base \kb=\tup{\nlistn \kb {\mathrm{k}}...
...tisfiable iff each \ekbi i (1 $\leq$\ i $\leq$\ k) is
satisfiable.
\end{theorem}

Theorem 4 indicates we can reduce the OWL FA-knowledge base satisfiability problem to the OWL DL-knowledge base satisfiability problem.


3 Conclusion and Outlook

In this paper, we propose the OWL FA ontology language as a decidable metamodeling extension of OWL DL. The syntax of OWL FA is very similar to that of OWL DL; it introduces a stratum number to attach to OWL FA class constructors and axioms. These numbers can be hidden by tools from the users. The semantics of OWL FA is a natural extension of that of OWL DL, dividing the abstract domain into k sub-domains for k strata.

We have shown that it is possible to make use of existing OWL DL reasoners to reason with OWL FA knowledge bases. Most importantly, we believe that reasoning in OWL FA is not much harder than OWL DL. Firstly, as argued in the previous section, the explicit knowledge base usually would not be much bigger than the original knowledge base . Furthermore, we can often assume that the meta knowledge bases 2, ..., k are more stable and much smaller than 1. Indeed, when 2, ..., k are much simpler and smaller than 1, the reasoning time for much smaller than 1, the reasoning time spent on 2, ..., k can be ignored to some extent. This suggest a clear advantage of the FA semantics over the HiLog semantics [1], which requires implementations of new reasoners to provide research services.

In the future, we plan to implement the construction of explicit knowledge bases so that we can use OWL DL reasoners to reason with OWL FA knowledge bases, and to evaluate it with, for example, the WordNet ontology.

REFERENCES

[1] Boris Motik. On the Properties of Metamodeling in OWL. In Proc. of the Fourth International Semantic Web Conference (ISWC2005), 2005.

[2] Jeff Z. Pan and Ian Horrocks. Metamodeling Architecture of Web Ontology Languages. In Proceeding of the Semantic Web Working Symposium (SWWS), July 2001.

[3] Guus Schreiber. The Web is not well-formed. IEEE Intelligent Systems, 17(2):79-80, 2002. Contribution to the section "Trends and Controversies: Ontologies KISSES in Standardization".



Footnotes

... DL1
This work is partially supported by the FP6 Network of Excellence EU project Knowledge Web (IST-2004-507842).