<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bibliography</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Computer Science, University of Manchester</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Although OWL is rather expressive, it has a very serious limitation on datatypes; i.e., it does not support customised datatypes. It has been pointed out that many potential users will not adopt OWL unless this limitation is overcome, and the W3C Semantic Web Best Practices and Deployment Working Group has set up a task force to address this issue. This paper provides a solution for this issue by presenting two decidable datatype extensions of OWL DL, namely OWL-Eu and OWL-E. OWL-Eu provides a minimal extension of OWL DL to support customised datatypes, while OWL-E extends OWL DL with both customised datatypes and customised datatype predicates.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        1 Introduction
The OWL Web Ontology Language [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is a W3C recommendation for expressing
ontologies in the Semantic Web. Datatype support [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ] is one of the key features that
OWL is expected to provide, and has prompted extensive discussions in the RDF-Logic
mailing list [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and in the Semantic Web Best Practices mailing list [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Although
OWL adds considerable expressive power to the Semantic Web, the OWL datatype
formalism (or simply OWL datatyping) is much too weak for many applications; in
particular, OWL datatyping does not provide a general framework for customised datatypes,
such as XML Schema derived datatypes.
      </p>
      <p>
        It has been pointed out that many potential users will not adopt OWL unless this
limitation is overcome [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], as it is often necessary to enable users to define their own
datatypes and datatype predicates for their ontologies and applications. One of the most
well known type systems is W3C XML Schema Part 2 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which defines facilities to
allow users to define customised datatypes, such as those defined by imposing some
restrictions in the value spaces of existing datatypes.
      </p>
      <p>Example 1. Customised datatypes are useful in capturing the intended meaning of some
vocabulary in ontologies. For example, users might want to use the customised datatype
‘atLeast18’ in the following definition of the class ‘Adult’:
which says that an Adult is a Person whose age is at least 18. The datatype constraint
‘at least 18’ can be defined as an XML Schema user-defined datatype
&lt;simpleType name = “atLeast18”&gt;
&lt;restriction base = “xsd:integer”&gt;</p>
      <p>&lt;minInclusive value = “18”/&gt;
&lt;/restriction&gt;
&lt;/simpleType&gt;
in which the facet ‘minInclusive’ is used to restrict the value space of atLeast18 (a
customised datatype) to be a subset of the value space of integer (an XML Schema
built-in datatype).</p>
      <p>User-defined datatypes (like the above one) cannot, however, be used in the OWL
datatyping, which (only) provides the use of some built-in XML Schema datatypes and
enumerated datatypes, which are defined by explicitly specifying their instances. The
OWL datatyping does not support XML Schema customised datatypes for the following
two reasons: (i) XML Schema does not provide a standard way to access a user-defined
datatype. (ii) OWL DL does not provide a mechanism to guarantee the computability
of the kinds of customised datatypes it supports.</p>
      <p>This paper provides a solution for this issue by presenting two decidable datatype
extensions of OWL DL, namely OWL-Eu and OWL-E. OWL-Eu provides a minimal
extension of OWL DL to support customised datatypes, while OWL-E extends OWL
DL with both customised datatypes and customised datatype predicates. The rest of the
paper is organised as follows: Section 2 further discusses the motivations of introducing
customised datatypes and datatype predicates. Section 3 extends the OWL datatyping
to unary datatype groups, which enables the use of customised datatypes. Section 4
and 5 present the OWL-Eu and the OWL-E languages, respectively; the latter one is
based on datatype groups, which are general forms of unary datatype groups. Section 6
concludes the paper and suggests some future work.
2</p>
      <p>Motivations
Allowing users to define their own vocabulary is one of the most useful features that
ontologies can provide over other approaches, such as the Dublin Core, of providing
semantics in the Semantic Web. In the Dublin Core standard, the meaning of the set
of 15 information properties are described in English text. The main drawback of the
Dublin Core is its inflexibility; it is impossible to ‘predefine’ information properties for
all sorts of applications.</p>
      <p>Ontologies, however, are more flexible in that users can define their own
vocabulary based on existing vocabularies. In ontology languages, a set of class constructors
are usually provided so that users can build class expressions based on, for example,
existing class names. The intended meaning of the vocabulary, therefore, can be captured
by the axioms in the ontologies. Let us revisit Example 1 and consider the intended
meaning of the Adult class. According to its definition, an Adult is a Person who is at
least 18 years old. As a result, programs can also understand the meaning of customised
vocabulary, with the help of ontologies.</p>
      <p>Although OWL DL provides a set of expressive class constructors to build
customised classes, it does not provide enough expressive power to support, for example,
XML Schema customised datatypes. In order to capture the intended meaning of Adult,
Example 1 has already shown the necessity of customised datatypes. In what follows,
we give some more examples to illustrate the usefulness of customised datatypes and
datatype predicates in various SW and ontology applications.</p>
      <p>Example 2. Semantic Web Service: Matchmaking</p>
      <p>Matchmaking is a process that takes a service requirement and a group of service
advertisements as input, and returns all the advertisements that may potentially satisfy
the requirement. In a computer sales ontology, a service requirement may ask for a PC
with memory size greater than 512Mb, unit price less than 700 pounds and delivery
date earlier than 15/03/2004.</p>
      <p>Here ‘greater than 512’, ‘less than 700’ and ‘earlier than 15/03/2004’ are customised
datatypes of base datatypes integer, integer and date, respectively.</p>
      <p>Example 3. Electronic Commerce: A ‘No Shipping Fee’ Rule</p>
      <p>Electronic shops may need to classify items according to their sizes, and to reason
that an item for which the sum of height, length and width is no greater than 15cm
belongs to a class in their ontology, called ‘small-items’. Then they can have a rule
saying that for ‘small-items’ no shipping costs are charged. Accordingly, the billing
system will charge no shipping fees for all the instances of the ‘small-items’ class.</p>
      <p>Here ‘greater than 15’ is a customised datatype, ‘sum’ is a datatype predicate, while
‘sum no greater than 15’ is a customised datatype predicate.
3</p>
      <p>
        Unary Datatype Groups
The OWL datatyping is defined based on the notion of datatype maps [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. A datatype
map is a partial mapping from supported datatype URIrefs to datatypes. In this section,
we introduce unary datatype groups, which extend the OWL datatyping with a hierarchy
of supported datatypes.
      </p>
      <p>Definition 1 A unary datatype group G is a triple (Md,B,dom), where Md is the
datatype map of G, B is the set of primitive base datatype URI references in G and
dom is the declared domain function. We call S the set of supported datatype URI
references of G, i.e., for each u ∈ S, Md(u) is defined; we require B ⊆ S. We assume that
there exist unary datatype URI reference rdfs:Literal, owlx:DatatypeBottom 6∈ S.
The declared domain function dom has the following properties: for each u ∈ S, if
u ∈ B, dom(u) = u; otherwise, dom(u) = v, where v ∈ B.</p>
      <p>Definition 1 ensures that all the primitive base datatype URIrefs of G are supported
(B ⊆ S) and that each supported datatype URIref relates to a primitive base datatype
URIref through the declared domain function dom.</p>
      <p>Example 4. G1 = (Md1, B1, dom1) is a unary datatype group, where
– Md1 = {xsd:integer 7→ integer, xsd:string 7→ string, xsd:nonNegativeInteger
7→≥0, xsdx:integerLessThanN 7→&lt;N},
– B1 = {xsd:string, xsd:integer}, and
– dom1 = {xsd:integer 7→ xsd:integer, xsd:string 7→ xsd:string,
xsd:nonNegativeInteger 7→ xsd:integer, xsdx:integerLessThanN 7→ xsd:integer}.</p>
      <p>According to Md1, we have S1 = {xsd:integer, xsd:string,
xsd:nonNegativeInteger, xsdx:integerLessThanN}, hence B1 ⊆ S1. ♦</p>
      <p>Based on a unary datatype group, we can provide a formalism (called datatype
expressions) for constructing customised datatypes using supported datatypes.
Definition 2 Let G be a unary datatype group. The set of G-unary datatype
expressions in abstract syntax (corresponding DL syntax can be found in Table 5 on page 8),
abbreviated Dexp(G), is inductively defined as follows:</p>
    </sec>
    <sec id="sec-2">
      <title>1. atomic expressions u ∈ Dexp(G), for a datatype URIref u;</title>
      <p>2. relativised negated expressions not(u) ∈ Dexp(G), for a datatype URIref u;
3. enumerated expressions oneOf(l1, . . . , ln) ∈ Dexp(G), for literals l1, . . . , ln;
4. conjunctive expressions and(E1, ..., En) ∈ Dexp(G), for unary datatype expressions</p>
      <p>E1, ..., En ∈ Dexp(G);
5. disjunctive expressions or(E1, ..., En) ∈ Dexp(G), for unary datatype expressions</p>
      <p>E1, ..., En ∈ Dexp(G).</p>
      <p>Example 5. G-unary datatype expressions can be used to represent XML Schema
nonlist simple types. Given the unary datatype group G1 presented in Example 4 (page 3),
– the following XML Schema derived union simple type
&lt;simpleType name = “cameraPrice”&gt;
&lt;union&gt;
&lt;simpleType&gt;
&lt;restriction base = “xsd:nonNegativeInteger”&gt;</p>
      <p>&lt;maxExclusive value = “100000”/&gt;
&lt;/restriction&gt;
&lt;/simpleType&gt;
&lt;simpleType&gt;
&lt;restriction base = “xsd:string”&gt;
&lt;enumeration value = “low”/&gt;
&lt;enumeration value = “medium”/&gt;
&lt;enumeration value = “expensive”/&gt;
&lt;/restriction&gt;
&lt;/simpleType&gt;
&lt;/union&gt;
&lt;simpleType&gt;
can be represented by the following disjunctive expression
or(
).</p>
      <p>and(xsd:nonNegativeInteger, xsdx:integerLessThan100000)
oneOf(“low”ˆˆxsd:string,“medium”ˆˆxsd:string, “expensive”ˆˆxsd:string)
Note that “low”ˆˆxsd:string is a typed literal, which represents a value of the
xsd:string datatype. “low”, instead, is a plain literal, where no datatype
information is provided. ♦</p>
      <sec id="sec-2-1">
        <title>We now define the interpretation of a unary datatype group. 4</title>
        <p>Abstract Syntax DL Syntax
a datatype URIref u u
oneOf(l1, . . . , ln) {l1, . . . , ln}
not(u) u
Definition 3 A datatype interpretation ID of a unary datatype group G =
(Md, B, dom) is a pair (ΔD, ·D), where ΔD (the datatype domain) is a non-empty
set and ·D is a datatype interpretation function, which has to satisfy the following
conditions:
1. (rdfs:Literal)D = ΔD and (owlx:DatatypeBottom)D = ∅;
2. for each plain literal l, lD = l ∈ PL and PL ⊆ ΔD (PL is the value space for plain
literals);
3. for any two primitive base datatype URIrefs u1, u2 ∈ B: u1D ∩ u2D = ∅;
4. for each supported datatype URIref u ∈ S, where d = Md(u):
(a) uD = V (d) ⊆ ΔD, L(u) ⊆ L(dom(u)) and L2V (u) ⊆ L2V (dom(u));
(b) if s ∈ L(d), then (“s”ˆˆu)D = L2V (d)(s); otherwise, (“s”ˆˆu)D is not defined;
5. ∀u 6∈ S, uD ⊆ ΔD, and “v”ˆˆu ∈ uD.</p>
        <p>Moreover, we extend ·D to G unary datatype expression as shown in Table 5
(page 8). Let E be a G unary datatype expression, the negation of E is of the form
¬E, which is interpreted as ΔD \ ED.</p>
        <p>Next, we introduce the kind of basic reasoning mechanisms required for a unary
datatype group.</p>
        <p>Definition 4 Let V be a set of variables, G = (Md, B, dom) a unary datatype group
and u ∈ B a primitive base datatype URIref. A datatype conjunction of u is of the form
k l
C = ^ uj(vj) ∧ ^ 6=i (v1(i), v2(i)),
j=1 i=1
(1)
where the vj are variables from V, v1(i), v(i) are variables in Vk
2 j=1 uj (vj ), uj are
datatype URI references from S such that dom(uj ) = u, and 6=i are the inequality
predicates for primitive base datatypes Md(dom(ui)) where ui appear in Vk
j=1 uj (vj ).</p>
        <p>A datatype conjunction C is called satisfiable iff there exists an interpretation
(ΔD, ·D) of G and a function δ mapping the variables in C to data values in ΔD s.t.
δ(vj ) ∈ ujD (for all 1 ≤ j ≤ k) and {δ(v1(i)), δ(v2(i))} ⊆ uiD and δ(v1(i)) 6= δ(v2(i)) (for
all 1 ≤ i ≤ l). Such a function δ is called a solution for C w.r.t. (ΔD, ·D).</p>
        <p>We end this section by elaborating the conditions that computable unary datatype
groups require.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Definition 5 A unary datatype group G is conforming iff</title>
      <p>1. for any u ∈ S \ B: there exists u0 ∈ S \ B such that u0D = uD, and
2. for each primitive base datatype in G, the satisfiability problems for finite datatype
conjunctions of the form (1) is decidable.
4</p>
      <p>OWL-Eu
In this section, we present a small extension of OWL DL, i.e., OWL-Eu. The
underpinning DL of OWL-Eu is SHOIN (G1), i.e., the SHOIN DL combined with a unary
datatype group G (1 for unary). Specifically, OWL-Eu (only) extends OWL data range
(i.e., enumerated datatypes as well as some built-in XML Schema datatypes) to
OWLEu data ranges defined as follows.</p>
      <p>Definition 6 An OWL-Eu data range is a G unary datatype expression. Abstract (as
well as DL) syntax and model-theoretic semantics of OWL-Eu data ranges are presented
in Table 5 (page 8).</p>
      <p>The consequence of the extension is that customised datatypes, represented by
OWL-Eu data ranges, can be used in datatype exists restrictions (∃T.u) and datatype
value restrictions (∀T.u), where T is a datatype property and u is an OWL-Eu data
range. Hence, this extension of OWL DL is as large as is necessary to support
customised datatypes.</p>
      <p>Example 6. PCs with memory size greater than or equal to 512 Mb and with price
cheaper than 700 pounds can be represented in the following OWL-Eu concept
description in DL syntax (cf. Table 5 on page 8):</p>
      <p>PC u ∃memorySizeInM b.&lt;512 u ∃priceInP ound. &lt;700,
where &lt;512 is a relativised negated expression and &lt;700 is a supported datatype in G1.
♦</p>
      <p>It turns out that OWL-Eu (i.e., the SHOIN (G1) DL) is decidable.</p>
      <p>Theorem 1. The SHOIN (G1)-concept satisfiability problem w.r.t. a knowledge base
is decidable if the combined unary datatype group is conforming.</p>
      <p>Proof: (Sketch) We will show the decidability of SHOIN (G1)-concept satisfiability
w.r.t. TBoxes and RBoxes by reducing it to the SHOIN -concept satisfiability w.r.t.
TBoxes and RBoxes. The basic idea behind the reduction is that we can replace each
datatype group-based concept C in T with a new atomic primitive concept AC in T 0.
We then compute the satisfiability problem for all possible conjunctions of datatype
group-based concepts (and their negations) in T (of which there are only a finite
number), and in case a conjunction C1 u . . . u Cn is unsatisfiable, we add an axiom
AC1 u . . . u ACn v ⊥ to T 0. For example, unary datatype group-based concepts
∃T. &gt;1 and ∀T. ≤0 occurring in T would be replaced with A∃T.&gt;1 and A∀T.≤0 in
T 0, and A∃T.&gt;1 u A∀T.≤0 v ⊥ would be added to T 0 because ∃T. &gt;1 u ∀T. ≤0 is
unsatisfiable (i.e., there is no solution for the predicate conjunction &gt;1 (v) ∧ ≤0 (v)).</p>
      <p>OWL-E: A Step Further
In this section, we present a further extension of OWL-Eu, called OWL-E, which
supports not only customised datatypes, but also customised datatype predicates.</p>
      <p>A datatype predicate (or simply predicate) p is characterised by an arity a(p), or
a minimum arity amin(p) if p can have multiple arities, and a predicate extension (or
simply extension) E(p). The notion of predicate maps can be defined in an obvious
way. For example, =int is a (binary) predicate with arity a(=int) = 2 and extension
E(=int) = {hi1, i2i ∈ V (integer)2 | i1 = i2}, where V (integer) is the value space
for the datatype integer.</p>
      <p>Now we can generalise unary datatype groups by the definition of datatype groups.
In fact, datatypes and datatype predicates can be unified in datatype groups. Roughly
speaking, a datatype group is a group of built-in predicate URIrefs ‘wrapped’ around a
set of primitive datatype URIrefs. A datatype group G is a tuple (Mp,B,dom), where
Mp is the predicate map of G, B is the set of primitive datatype URI references in G
and dom is the declared domain function. We call S the set of built-in predicate URI
references of G, i.e., for each u ∈ S, Mp(u) is defined; we require B ⊆ S. The declared
domain function dom has the following properties: for each u ∈ S,
 u if u ∈ B,
 (v1, . . . , vn), where v1, . . . , vn ∈ B if u ∈ S \ B and

 a(Mp(u)) = n,
dom(u) =  {(v, . . . , v) | i ≥ n}, where v ∈ B if u ∈ S \ B and
 |i ti{mzes}

amin(Mp(u)) = n.</p>
      <p>Example 7. G2 = (Mp2, B2, dom2) is a datatype group, where
– Mp2 = {xsd:integer 7→ integer, xsd:string 7→ string,
xsd:integerGreaterThanOr</p>
      <p>EqualToN 7→ ≥N, xsdx:integerLessThanN 7→ &lt;N, xsdx:integerEquality 7→ =int},
– B2 = {xsd:string, xsd:integer}, and
– dom2 = {xsd:integer 7→ xsd:integer, xsd:string 7→ xsd:string,
xsd:integerGreaterThanOrEqualToN 7→ xsd:integer, xsdx:integerLessThanN 7→ xsd:integer,
xsdx:integerEquality 7→ (xsd:integer, xsd:integer)}.</p>
      <p>According to Mp2, we have S2 = {xsd:integer, xsd:string,
xsd:nonNegativeInteger, xsdx:integerLessThanN, xsdx:integerEquality}, hence B2 ⊆ S2. ♦</p>
      <p>Furthermore, based on datatype groups, we can extend unary datatype
expressions to general (n-ary) datatype expressions. While enumerated expressions remain
the same, relativised negated, conjunctive and disjunctive unary datatype expressions
can be easily extended to the n-nary case. There is a new kind of datatype
expression called domain expression: domain(u1, . . . , un), where ui is either rdfs:Literal
or supported unary datatype predicate URIrefs, or their relativised negations. For
example, the customised predicate ‘sumNoGreaterThanOrEqualTo15’, with extension
E(sumN oGreaterT hanOrEqualT o15) = {hi0, i1, i2, i3i ∈ V (integer)4 | i0 =
Abstract Syntax DL Syntax Semantics
not(u) u ΔD \ uD if u ∈ B
(dom(u))D \ uD if u ∈ S \ B</p>
      <p>Sn≥1(ΔD)n \ uD otherwise
domain(u1, . . . , un) [u1, . . . , un] u1D × . . . × unD</p>
      <p>Table 2. Syntax and semantics of (new) datatype expressions
i1 + i2 + i3 and ¬(i0 ≥ 15)} and arity a(sumN oGreaterT hanOrEqualT o15) = 4,
can be represented by</p>
      <p>xsdx:integerAddition ∧
[ xsdx:integerGreaterThanOrEqualTo15, xsd:integer, xsd:integer, xsd:integer ],
which is a conjunctive expression, where the first conjunct is a predicate URIref (that
represents +int) and the second conjunct is a domain expression.</p>
      <p>We can extend the datatype interpretation ID presented in Definition 3 to give
semantics to datatype groups. For each u ∈ S, uD = E(Mp(u)) ⊆ (dom(u))D, where
(dom(u))D is defined as follows: if dom(u) = (d1, . . . , dn) and a(Mp(u)) = n, then
(dom(u))D = dD
1 × . . . × dnD; if dom(u) = {(d, . . . , d) | i ≥ n} and amin(Mp(u)) =
| {z }
i times
n, then (dom(u))D = Si≥n (dD)i. The abstract syntax, DL syntax and semantics of
relativised negated and domain expressions are presented in Table 5.</p>
      <p>The following definition summarises the conditions that computable datatype
groups require.</p>
      <p>Definition 7 (Conforming Datatype Group) A datatype group G is conforming iff
w ∈ B, and
2. for any u ∈ S \ B: there exist u0 ∈ S \ B such that u0D = uD, and
3. the satisfiability problem for finite negation-free predicate conjunctions is
decidable, and
4. for each primitive datatype URIref ui ∈ B, there exists wi ∈ S, s.t. Mp(wi) =6=ui
where 6=ui is the binary inequality predicate for Mp(ui).</p>
      <p>Finally, OWL-E extends OWL-Eu with the datatype group-related class
constructors presented in Table 3.</p>
      <sec id="sec-3-1">
        <title>Example 8. (OWL-E classes)</title>
        <p>Assume that electronic-shops want to define small items as items of which the sum
of height, length and width is no greater than or equal to 15cm. The SmallItem class
can be represented by the following datatype group-based concept description:
∃Ts, Th, Tl, Tw.(+int ∧ [≥15, integer, integer, integer]),
where Ts, Th, Tl, Tw are concrete roles representing “sum in cm”, “hight
in cm”, “length in cm” and “width in cm”, respectively, and (+int ∧
[≥15, integer, integer, integer]) is a conjunctive datatype expression representing the
customised predicate “sum no larger than or equal to 15”.1 ♦</p>
        <p>Like OWL-Eu, OWL-E (i.e., the SHOIQ(G) DL) is also a decidable extension of
OWL-DL.</p>
        <p>Theorem 2. The SHOIN (G)- and SHOIQ(G)-concept satisfiability and
subsumption problems w.r.t. TBoxes and RBoxes are decidable.</p>
        <p>According to Tobies [13, Lemma 5.3], if L is a DL that provides the nominal
constructor, knowledge base satisfiability can be polynomially reduced to satisfiability of
TBoxes and RBoxes. Hence, we obtain the following theorem.</p>
        <p>Theorem 3. The knowledge base satisfiability problems of SHOIN (G) and
SHOIQ(G) are decidable.
6</p>
        <p>Conclusion
In this paper, we propose OWL-Eu and OWL-E, two decidable extensions of OWL
DL that support customised datatypes and customised datatype predicates. OWL-Eu
provides a general framework for integrating OWL DL with customised datatypes, such
as XML Schema non-list simple types. OWL-E further extends OWL-Eu to support
customised datatype predicates.</p>
        <p>
          We have implemented a prototype extension of the FaCT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] DL system, called
FaCT-DG, to support TBox reasoning in both OWL-Eu and OWL-E (without
nominals). As for future work, we are planning to extend the DIG1.1 interface [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] to
support OWL-Eu, and to implement a Prot´eg´e [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] plug-in to support XML Schema non-list
simple types, i.e. users should be able to define and/or import customised XML Schema
non-list simple types based on a set of supported datatypes, and to exploit our prototype
through the extended DIG interface. Furthermore, we plan to extend the FaCT++ DL
reasoner [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] to support the full OWL-Eu and OWL-E ontology languages.
1 To save space, we use predicates instead of predicate URIrefs here.
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Sean</given-names>
            <surname>Bechhofer</surname>
          </string-name>
          , Frank van Harmelen,
          <string-name>
            <surname>James Hendler</surname>
          </string-name>
          , Ian Horrocks, Deborah L.
          <string-name>
            <surname>McGuinness</surname>
          </string-name>
          ,
          <string-name>
            <surname>Peter F. Patel-Schneider</surname>
          </string-name>
          , and Lynn Andrea Stein eds.
          <source>OWL Web Ontology Language Reference</source>
          . http://www.w3.org/TR/owl-ref/,
          <year>Feb 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Paul</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Biron</surname>
            and
            <given-names>Ashok</given-names>
          </string-name>
          <string-name>
            <surname>Malhotra</surname>
          </string-name>
          .
          <article-title>Extensible Markup Language (XML) Schema Part 2: Datatypes - W3C Recommendation 02 May 2001</article-title>
          .
          <source>Technical report, World Wide Web Consortium</source>
          ,
          <year>2001</year>
          . http://www.w3.org/TR/xmlschema-2/.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>DIG. SourceForge DIG Interface</surname>
          </string-name>
          <article-title>Project</article-title>
          . http://sourceforge.net/projects/dig/,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4] FaCT++. http://owl.man.ac.uk/factplusplus/,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Ian</given-names>
            <surname>Horrocks</surname>
          </string-name>
          .
          <article-title>Using an Expressive Description Logic: FaCT or Fiction</article-title>
          ?
          <source>In Proc. of KR'98</source>
          , pages
          <fpage>636</fpage>
          -
          <lpage>647</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Holger</given-names>
            <surname>Knublauch</surname>
          </string-name>
          , Ray W. Fergerson, Natalya Fridman Noy, and
          <string-name>
            <given-names>Mark A.</given-names>
            <surname>Musen</surname>
          </string-name>
          .
          <article-title>The Prote´ge´ OWL Plugin: An Open Development Environment for Semantic Web Applications</article-title>
          . In International Semantic Web Conference, pages
          <fpage>229</fpage>
          -
          <lpage>243</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Jeff Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ian</given-names>
            <surname>Horrocks</surname>
          </string-name>
          .
          <article-title>Extending Datatype Support in Web Ontology Reasoning</article-title>
          .
          <source>In Proc. of the 2002 Int. Conference on Ontologies, Databases and Applications of SEmantics (ODBASE</source>
          <year>2002</year>
          ),
          <year>Oct 2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Jeff Z.</given-names>
            <surname>Pan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ian</given-names>
            <surname>Horrocks</surname>
          </string-name>
          .
          <article-title>Web Ontology Reasoning with Datatype Groups</article-title>
          .
          <source>In Proc. of the 2003 International Semantic Web Conference (ISWC2003)</source>
          , pages
          <fpage>47</fpage>
          -
          <lpage>63</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Peter</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Patel-Schneider</surname>
          </string-name>
          ,
          <article-title>Patrick Hayes, and Ian Horrocks. OWL Web Ontology Language Semantics and Abstract Syntax</article-title>
          .
          <source>Technical report, W3C</source>
          , Feb.
          <year>2004</year>
          . W3C Recommendation, URL http://www.w3.org/TR/2004/ REC-owl-semantics-
          <volume>20040210</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>RDF-Logic Mailing</surname>
          </string-name>
          List. http://lists.w3.org/archives/public/www-rdf-logic/. W3C Mailing List, starts from
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Alan</given-names>
            <surname>Rector</surname>
          </string-name>
          . Re: [UNITS, OEP]
          <article-title>FAQ : Constraints on data values range</article-title>
          .
          <source>Discussion in [12], Apr</source>
          .
          <year>2004</year>
          . http://lists.w3.org/Archives/Public/public-swbpwg/2004Apr/0216.html.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Semantic</given-names>
            <surname>Web Best Practice</surname>
          </string-name>
          and Development Working Group Mailing List. http://lists.w3.org/archives/public/public-swbp-wg/. W3C Mailing List, starts from
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Stephan</given-names>
            <surname>Tobies</surname>
          </string-name>
          .
          <article-title>Complexity Results and Practical Algorithms for Logics in Knowledge Representation</article-title>
          .
          <source>PhD thesis</source>
          , Rheinisch-Westfa¨lischen Technischen Hochschule Aachen,
          <year>2001</year>
          . URL http://lat.inf.tu-dresden.de/ research/phd/Tobies-PhD-
          <year>2001</year>
          .pdf .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>