<!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>
      <title-group>
        <article-title>Ontology-Driven Association Rule Extraction: A Case Study</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrea Bellandi</string-name>
          <email>a.bellandi@imtlucca.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Barbara Furletti</string-name>
          <email>b.furletti@imtlucca.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Valerio Grossi</string-name>
          <email>vgrossi@di.unipi.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Romei</string-name>
          <email>romei@di.unipi.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science - University of Pisa Largo B. Pontecorvo</institution>
          ,
          <addr-line>3 - 56127 Pisa</addr-line>
          ,
          <country country="IT">ITALY</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>IMT - Lucca Institute for Advanced Studies Piazza S. Ponziano</institution>
          ,
          <addr-line>6 - 55100 Lucca</addr-line>
          ,
          <country country="IT">ITALY</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper proposes an integrated framework for extracting Constraint-based Multi-level Association Rules with an ontology support. The system permits the definition of a set of domain-specific constraints on a specific domain ontology, and to query the ontology for filtering the instances used in the association rule mining process. This method can improve the quality of the extracted associations rules in terms of relevance and understandability.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Background knowledge</title>
      <sec id="sec-2-1">
        <title>OWL Overview</title>
        <p>
          OWL is a family of three ontology languages: OW L − Lite, OW L − DL, and
OW L − F ull. The first two languages can be considered syntactic variants of the
SHIF (D) and SHOIN (D) description logics (DL), respectively, whereas the
third language was designed to provide full compatibility with RDF(S). We focus
mainly on the first two variants of OWL because OWL-Full has a nonstandard
semantics that makes the language undecidable and therefore difficult to
implement. OWL comes with several syntaxes, all of which are rather verbose. Hence,
in this paper we use the standard DL syntax [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. The main building blocks of
DL knowledge bases are concepts (or classes), representing sets of objects, roles
(or properties), representing relationships between objects, and individuals
representing specific objects. OWL ontologies consist of two parts: intensional and
extensional. The former part consists of a T Box and an RBox, and contains
knowledge about concepts (i.e. classes) and the complex relations between them
(i.e. roles). The latter part consists of an ABox, and contains knowledge about
entities and how they relate to the classes and roles from the intensional part.
In our scenario, TBox and RBox shall provide supermarket domain knowledge,
while all the supermarket items constitute ABoxes which are interlinked with
intensional knowledge.
        </p>
        <p>The semantics for OWL DL is fairly standard. An interpretation I = (ΔI , ·I )
is a tuple where ΔI , the domain of discourse, is the union of two disjoint sets
ΔIO (the object domain) and ΔID (the data domain) and I is the interpretation
function that gives meaning to the entities defined in the ontology. I maps each
OWL class C to a subset CI ⊆ ΔIO, each object property PObj to a binary
relation POIbj ⊆ ΔIO × ΔIO, and each datatype property PData to a binary relation
PDIata ⊆ ΔIO × ΔID. The whole definition is in the OWL W3C Recommendation
(http://www.w3.org/TR/owl-semantics/).</p>
      </sec>
      <sec id="sec-2-2">
        <title>Data Mining and Association Rules</title>
        <p>Data mining is the analysis of (often large) observational data sets to find
unsuspected relationships and to summarize the data in novel ways that are both
understandable and useful to the data owner. The relationships and summaries
derived through a data mining exercise are often referred to as models or
patterns. The main tasks of Data mining are generally divided in two categories:
P redictive and Descriptive. The objective of the predictive tasks is to predict
the value of a particular attribute based on the values of other attributes, while
for the descriptive ones, is to derive patterns (correlations, trends, clusters, ...)
that summarize the relationships in the data.</p>
        <p>The Association rule mining is one of the major techniques of data mining and
it is perhaps the most common form of local-pattern discovery in unsupervised
learning systems. These methodologies retrieve all possible interesting patterns
in the database. Given a database D of transactions, where each transaction</p>
        <p>
          T ∈ D is a set of items, an association rule is a (statistical) implication of the
form X → Y , where X, Y ∈ D and X ∩ Y = ∅. A rule X → Y is said to have a
support (or frequency) factor s if and only if, at least s% of the transations in
T satisfy X ∪ Y . A rule X → Y is satisfied in the set of transactions T with a
conf idence factor c if and only if, at least c% of the transactions in T that satisfy
X also satisfy Y . The support is a measure of statistical significance, whereas
the confidence is a measure of the strength of the rule. A rule is said to be
“interesting” if its support and confidence are greater than user-defined thresholds
supmin and conmin, respectively, and the objective of the mining process is to
find all such interesting rules [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Description of the approach</title>
      <p>In this section, we describe our approach for guiding the extraction process of
Multi-level Constraint-based Association Rules with an ontology support. Our
scenario consists of the set of components shown in figure 1. The ontology (OD)
describes the domain of interest (D) and it is used as a means of meta-data
representation. The interpretation module translates the requests of an user
(user constraints) into a set of f ormal constrains (QD defined on OD) so that
they can be supplied to the Ontology Query Engine by means of a suitable
query language. The aim of these constraints is to exclude some items from
the output association rules, or to characterize interesting items according to
an abstraction level. The user constraints syntax is formalized in table 1. It
includes both pruning constraints, used for filtering a set of non-interesting items,
and abstraction constraints, which permit a generalization of an item to a concept
of the ontology. By using pruning constraints, one can specify the exclusion of
a set of items from the input transactions set, and, as a consequence, from the
extracted rules. This kind of constraints refers either to a single item, or to
an ontology concept, and they can include a condition expressed on a set of
ontology properties. Abstraction constraints permit exploring different levels of
the ontology concepts. The generalization to a predefined level of the hierarchy
I is the set of items (i1, i2, ...in ∈ I).</p>
      <p>C is the set of the concepts of the ontology (c1, c2, ...cn ∈ C).</p>
      <p>Pc is the set of the properties of the concept c ∈ C (p1, p2, ...pn ∈ Pc).
condc is a Description Logic expression.</p>
      <p>ALL represents all the instances defined in the ontology.</p>
      <p>A constraint is defined on I, C and PC in the following form:
1. Pruning Constraints. A pruning constraint is of one of the following forms:
(a) prune(e), where e ∈ I ∪ C ∪ {ALL}.</p>
      <p>(b) prunecondc (c), where c ∈ C ∪ {ALL}.
2. Abstraction Constraints. An abstraction constraint is of one of the following
forms:
(a) abstract(e, c), where e ∈ I ∪ C, c ∈ C and c is a super-concept of e.
(b) abstractcondc1 (c1, c2) where c1 ∈ C ∪ {ALL}, c2 ∈ C and c2 is a super-concept
of c1.
(c) abstractlconde (e), where e ∈ I ∪ C ∪ {ALL}, and l is a non-negative integer
indicating the level of the hierarchy; cond can be unspecified.
improves the support of association rules, and consequently avoids the discovery
of a massive quantity of useless rules, especially in case of sparse data.</p>
      <p>The ontology query engine interacts with the ontology by performing the set
QD of queries. The resulting RD instances set, is used by the DB query engine
for retrieving the instances that contain the filtered/abstracted/pruned items
(i.e., the items specified in RD). The data base is the repository of the data to
pass in input to the data mining tools. The box “Data Mining Tools” contains
the tool for analyzing and processing the data. In our context we refer to a
specific algorithm for extracting association rules, but we would like to point
out that the system can operate with other kinds of DM tools. The support and
the confidence measures are initially provided by the user.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Case study: a Market Basket Analysis application</title>
      <p>In this section we show the results of a case study by using data taken from a
national supermarket, and stored in a relational database (DB). The aim of this
study is to construct and test the framework described in the previous section
with real data and w.r.t. specific market analysis. In this case, the data consist
of a set of purchase transactions T = [transID, item], where transID is the
cash voucher identification and item is the purchased item. The DB contains
775,000 transactions. According to the approach proposed in sec. 3, meta-data
(description of the items) and data to analyze have been organized respectively
in separate structures:
The ontology - contains the description of the items and their hierarchical
organization. Starting from the DB structure (tables and fields)3, we derived
the OWL ontology schema mapping the fields of the DB tables in classes
and properties of the ontology. Also, we automatically filled up the ontology
with about 30,000 items, and their attributes (approximately 100).
Let us consider the item Vodka Keglevich Melon. The correspondent
hierarchical structure and the list of the item attributes are shown in the table
below.</p>
      <p>∇</p>
      <p>Hierarchical Structure Attributes of Vodka
owl:Things hasColour: transparent;</p>
      <p>XXX Supermarket hasAlcoholicContent: high;
∇ ∇L0∇LFo1∇oLDds2rtiuLVnff3kossdSkVapanoicddykDarKinekgsleDviecphaMrtmeleonnt ihhhhsaaaaFssssiSFPBzilzrrzaayiecvn::eodN:u7:0rEoK;:UcMelR;gele7lov.5nic6;h;;
The DB - contains the transactions T .</p>
      <p>
        The experimentation has been conducted using SeRQL (“Sesame RDF Query
Language”) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] language for querying the ontology and the Apriori algorithm [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
for mining association rules. SeRQL is an RDF/RDFS query language that is
currently being developed by Aduna as part of Sesame [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It combines the best
features of other (query) languages (RQL, RDQL, N-Triples, N3) and adds some
of its own. Sesame is a RDF database which can be employed to manage RDF
triples.
      </p>
      <p>In the first two tests we abstract all items to two upper levels (level L2 and
level L1) for verifying what categories of items are bought together. In this way
we abstract all items to only 14 high level concepts in the first case and to only
4 high level concepts in the second one. These abstraction constraints can be
expressed respectively as:</p>
      <p>Query 1 ≡ abstract2(ALL)</p>
      <p>Query 2 ≡ abstract1(ALL)</p>
      <p>The third test concerns an investigation for organizing a future promotional
campaign during the holidays (Christmas and Easter). The focus is on typical
sweets and cakes (with well-known brands) of the two holidays, and the
alcoholic drinks. The objective is to verify how those articles are related. All kinds of
sweets/cakes are abstracted to Foodstuffs (associated with the item brand) and
all kinds of alcoholic drinks to Drinks. These constraints can be expressed as:
Query 3 ≡ prune(∃hasBrand.=null)(ALL)∧ abstract(∃hasBrand.&lt;&gt;null)(Alcoholic, Drinks)
∧ abstract(∃hasBrand.&lt;&gt;null)(Sweets, F oodStuffs)
∧ abstract((∃hasRecurrence.=Easter)t(∃hasRecurrence.=Christmas))(Sweets, F oodStuffs)
3 We considered the DB table named Marketing that, for each article, specifies a
hierarchical structure w.r.t. the department organization in the supermarket.
The part of the ontology schema (i.e. the part of the DL knowledge base) related
to the Query 3 can be expressed by the following TBox fragment:
T3 = EatableT hing v (∃hasBrand.string) u (= 1hasBrand)
u EatableT hing v (∃hasRecurrence.string) u (≥ 0hasRecurrence)
u (Drinks v EatableT hing) u (F oodStuffs v EatableT hing)
u (Alcoholic v Drinks) u (Sweets v F oodStuffs)
According to the interpretation function I = (ΔI , ·I ) defined in section 2, the
semantic interpretation of the conditions expressed by the abstract clauses is:
Alcoholic v (∃hasBrand. &lt;&gt;null)
t Sweets v (∃hasBrand. &lt;&gt;null)
u (∃hasRecurrence. =Easter) t (∃hasRecurrence. =Christmas)
= AlcoholicI ∩ {xa | ∃ya.(xa, ya) ∈ hasBrandI ∧ ya 6= nullI}
∪ SweetsI ∩ {xs | ∃ys.(xs, ys) ∈ hasBrandI ∧ ys 6= nullI}
∩ {z | ∃w.(z, w) ∈ hasRecurrenceI ∧ w = EasterI}
I
∪ {h | ∃k.(h, k) ∈ hasRecurrenceI ∧ k = ChristmasI}
= {A} ∩ {xa | ∃ya.(xa, ya) ∈ {(a, ba)} ∧ ya 6= null}
∪ {S} ∩ {xs | ∃ys.(xs, ys) ∈ {(s, bs)} ∧ ys 6= null}
∩ {zs | ∃ws.(zs, ws) ∈ {(p, rp)} ∧ ws = Easter}</p>
      <p>∪ {h | ∃ks.(hs, ks) ∈ {(q, rq)} ∧ ks = Christmas}
= {A} ∩ {(a, brand)}
∪ {S} ∩ {(s, brand)}
∩ {(p, Easter)} ∪ {(q, Christmas)}
= {(alcoholic, ba)} ∪ {(sweetsEaster, bs)} ∪ {(sweetsChristmas, bs)}
where {A} and {S} are the instances sets of the classes Alcoholic and Sweets
respectively, with a ∈ {A} and s, p, q ∈ {S}; ba, bs are any well-known brands
of Alcoholic and Sweets respectively. The semantic expressed by prune clause
is very similar to abstract so we omit it for lack of space.</p>
      <p>In the last test, we consider the case in which the supermarket augments its
services by introducing a new department (Assisted Service). This event introduces
an innovation in the supermarket domain, so we have to modify the ontology4
i.e. we have to introduce a new data property, for some category (typeOfService
(ToS) with enumerated type Assisted Service, Take Away, Free Service). We
abstract to level L2 all the items with typeOfService equals to Assisted Service or
Take Away, ignoring the others. This constraint can be expressed as:
4 Notice that, the introduction of a new property does not imply the re-engineering
of the structure, but only the introduction of the property in the higher classes so
that the property is inherited by each subclasses.
For the lack of space we omit the semantic interpretation of the Query4.</p>
      <p>
        For evaluating our framework we submitted to the system the queries
introduced above. Our framework automatically translates these constraints into
SeRQL language for querying the ontology. In all tests we applied the Apriori
implementation of the KDDML System [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], setting the support threshold to
1%5, and confidence to 50%. In Table 2, the five rows represent the results of
the tests. The first query labeled noconstraints represents the request without
any constraints. #Trans reports the number of transactions that satisfy the
constraints, #Items reports the total number of different articles that compose
the transactions, #Itemsets and #Rules report the number of itemsets and the
rules computed by the Apriori, respectively. Furthermore LI and AI contain
statistical information about the number of items contained in the largest
transaction, and the average number of items contained in a transaction. In figure 2
Query ID
      </p>
      <p>#Trans #Items #Itemsets #Rules LI AI
we report the supports graph of the queries. In the abscissa there are the top
50 frequent itemsets, while in the ordinate there is the support related to the
ith frequent item. As you can notice, in the picture the result of Test 2 has not
been reported because it contains only 15 frequent itemsets. The use of real data
typically brings issues related to the quality of the extracted model. Items at the
lower levels of the taxonomy may not have enough support to appear in any
frequent itemsets. This aspect is underlined in figure 2 in which we can notice
that the Query 0 retrieves only itemsets with a very low support. This is mainly
due to the large number of articles. Moreover, rules extracted at the lower levels
of a concept, are too much specific, and may not be interesting. Consider for
example the following rule extracted at low level:</p>
      <p>The rule is not relevant due to the low support. Consider instead the following
rule, that corresponds to the previous, but at an higher level of abstraction, and</p>
      <sec id="sec-4-1">
        <title>5 This low support threshold is dued to the large number of items.</title>
        <p>satisfying Query 4:
{F oodStuffs AssistitedService} ⇒ {F oodStuffs T akeAway}
[supp = 0.26, conf = 0.68].</p>
        <p>This rule abstracts all the items to level L2 of the ontology and each of them is
selected by the typeOfService property. The information extracted from this
association rule can suggest that the assisted service department has to provide to
the customers also (take away) cooked meals (roastedchicken, cookedlasagne).
In general, items abstracted at the higher levels, tend to have higher support
counts. This fact increases the quality of the extracted rules, and as consequence,
helps the analyst in the decision support. Association rules related to Query 3,
for example, emphasize the concept of multi-level rule correlating concepts at
different abstraction level. For example the concept FoodStuffs (level L2) with
BAU LI and M OT T A as brands, and Drinks (level L2) with AST I6, are
related to Red M eats (level L7) slaughtered and packed by the supermarket. It
can suggest to the analyst some marketing decisions on these products during
Easter or Christmas period.</p>
        <p>The study of multi-level association rules is well-known in literature, and in this
context, our work may not seem innovative. The focus of our approach is the
introduction of the expressive power of ontologies for constraint-based
multilevel association rule mining. The main advantages can be summarized in terms
of extensibility and flexibility. Our framework is extensible because data
properties and concepts can be introduced in the ontology without either changing
the relational database containing the transaction, or the implementation of
our framework. The flexibility is guaranteed from the separation of the data to</p>
      </sec>
      <sec id="sec-4-2">
        <title>6 M OT T A, BAU LI and AST I are Italian food and drink brands.</title>
        <p>analyze (the transactions) from the meta-data (description of the data).
Furthermore it interesting to point out that our approach is general, and can be
adapted to further data mining analysis.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Related Works</title>
      <p>
        Methods to define and integrate item constraints are originally introduced by
Srinkant and Agrawal in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and by Han and Fu in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Recently, in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
we can find the attempt to integrate the item-constraints evaluation directly in
the rule extraction algorithm. In [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], the authors concentrate on improving the
Apriori algorithm, while in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] the authors focus on the definition of a two-phase
approach: specification of the constraint association queries, and submission of
the constraints in the mining process.
      </p>
      <p>Our approach follows the research line proposed by the cited works,
nevertheless it introduces three main differences: (i) we employ an ontology to represent
an item taxonomy; (ii) constraints can be defined on the basis of specific
properties of the items; (iii) by using an ontology instead of a taxonomy, a new item
property or a concept can be added without re-engineering the (meta-data)
representation model or the relational database.</p>
      <p>
        Other studies concern the merging of the association rules mining with a
domain ontology. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], the authors use an ontology to improve the counting
support during the association rule mining phase by using a taxonomy. Another
interesting approach is presented in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], where an ontology-based algorithm is
employed for discovering rules of product fault causes, in an attempt to discover
high-level clearer rules. In this case, the system enables the user only to specify
an ideal level of generality of the extracted rules. In addition, our framework
also enables the users to specify different levels of abstraction for different items,
depending on the specific properties of such items. A concise syntax has been
defined to this aim. In our view, the use of an ontology enforces constraints
definition, enabling us to use data properties in domain-specific constraints.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and future works</title>
      <p>We proposed an integrated framework for the extraction of constraint-based
multi-level association rules with the aid of an ontology. Our system permits the
definition of domain-specific constraints by using the ontology for filtering the
instances used in the association rule mining process. The main advantages of the
proposed framework can be summarized in terms of extensibility and flexibility.</p>
      <p>In our case study, the supermarket domain is modeled only by classes and
data properties and it would be very interesting to study: (i) how object
properties (and more complex logical relationships) can be employed in our framework;
(ii) what aspects they can improve. Other important future works are the
possibility of modeling the antecedent and the consequent of an association rule as
ontology concepts in order to express constraints on the association rules
structure. Furthermore we could improve the system by integrating the constraints
evaluation directly in the mining algorithm.</p>
      <p>Acknowledgement. This work is supported by M U SIN G project
(www.musing.eu/).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Methta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shafer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Srikant</surname>
          </string-name>
          , R.:
          <article-title>Fast algorithms for mining association rules in large databases</article-title>
          .
          <source>In Proceedings of the 20th International Conference on Very Large Databases (VLDB '94)</source>
          , Santiago de Chile, Chile, pp.
          <fpage>478</fpage>
          -
          <lpage>499</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srikant</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Swami</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Mining association rules between sets of items in large databases</article-title>
          .
          <source>In Proceedings of ACM SIGMOD Conference on Management of Data (SIGMOD '93)</source>
          , San Diego, CA, pp.
          <fpage>207</fpage>
          -
          <lpage>216</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
          </string-name>
          , P., eds.:
          <source>The Description Logic Handbook</source>
          . Cambridge University Press (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Broekstra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kampman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>SeRQL: An RDF Query and Transformation Language</article-title>
          , http://www.cs.vu.nl/ jbroeks/papers/SeRQL.pdf,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Broekstra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kampman</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>van Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Sesame: A Generic Architecture for Storing and Querying RDF and RDF Schema</article-title>
          . In Ian Horrocks and James Hendler, editors,
          <source>Proceedings of the first International Semantic Web Conference (ISWC</source>
          <year>2002</year>
          ),
          <source>number 2342 in Lecture Notes in Computer Science</source>
          , pages
          <fpage>5468</fpage>
          ,
          <string-name>
            <surname>Sardinia</surname>
          </string-name>
          , Italy, June 9 12,
          <year>2002</year>
          . Springer Verlag, Heidelberg Germany.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Geller</surname>
          </string-name>
          , J.:
          <article-title>Using an interest Ontology for Improved Support in Rule Mining</article-title>
          .
          <source>In Proceedings of the 5th International Conference of Data Warehousing and Knowledge Discovery (DaWaK</source>
          <year>2003</year>
          ), Prague, Czech Republic, pp.
          <fpage>320</fpage>
          -
          <lpage>329</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          ., and
          <string-name>
            <surname>Fu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Discovery of multiple-level association rules from large databases</article-title>
          .
          <source>In Proceedings of the 21st International Conference on Very Large Data Bases (VLDB '95)</source>
          San Francisco, CA, pp.
          <fpage>420</fpage>
          -
          <lpage>431</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Yan</surname>
          </string-name>
          , W.:
          <article-title>Application of Data Mining in Fault Diagnosis Based on Ontology</article-title>
          .
          <source>In Proceedings of the 3rd Conference on Information Technology and Applications (ICITA '05)</source>
          , Sydney, Australia, pp.
          <fpage>260</fpage>
          -
          <lpage>263</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Lakshmanan</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          , V.,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Han,
          <string-name>
            <given-names>J</given-names>
            ., and
            <surname>Pang</surname>
          </string-name>
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Exploratory mining and pruning optimizations of constrained associations rules</article-title>
          .
          <source>In Proceedings of the 1998 ACM SIGMOD international conference on Management of data (SIGMOD Seattle</source>
          , WA, pp.
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Romei</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruggieri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Turini</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>KDDML: a middleware language and system for knowledge discovery in databases</article-title>
          ,
          <source>Data and Knowledge Engineering</source>
          ,
          <volume>57</volume>
          (
          <issue>2</issue>
          ):
          <fpage>179</fpage>
          -
          <lpage>220</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Srikant</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Agrawal</surname>
          </string-name>
          , R.: Mining Generalized Association Rules,
          <source>In Proceedings of the 21st International Conference on Very Large Data Bases (VLDB '95)</source>
          , San Francisco, CA, pp.
          <fpage>407</fpage>
          -
          <lpage>419</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Srikant</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vu</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>R</given-names>
          </string-name>
          : Mining
          <source>Association Rules with Item Constraints In Proceedings of the 3rd International Conference of Knowledge Discovery and Data Mining (KDD '97)</source>
          , Newport Beach, CA, pp.
          <fpage>67</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinbach</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kumar</surname>
          </string-name>
          , V.: Introduction to Data Mining,
          <string-name>
            <surname>Pearson International Edition - Addison Wesley</surname>
          </string-name>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>