<!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 Design Patterns: Adoption Challenges and Solutions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Karl Hammar</string-name>
          <email>karl.hammar@jth.hj.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Jonkoping University P.</institution>
          <addr-line>O. Box 1026 551 11 Jonkoping</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2001</year>
      </pub-date>
      <abstract>
        <p>Ontology Design Patterns (ODPs) are intended to guide nonexperts in performing ontology engineering tasks successfully. While being the topic of signi cant research e orts, the uptake of these ideas outside the academic community is limited. This paper summarises some issues preventing broader adoption of Ontology Design Patterns among practitioners, suggests research directions that may help overcome these issues, and presents early results of work in these directions.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Design Pattern</kwd>
        <kwd>eXtreme Design</kwd>
        <kwd>Tools</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>While the rst requirement above can be said to be ful lled by the ODPs
published online (the majority of which result from projects and research
involving both researchers and practitioners), the latter two requirements have
largely been overlooked by the academic community. Many patterns are poorly
documented, and at the time of writing, none have been su ciently vetted to
graduate from submitted to published status in the prime pattern repository
online2. Toolset support is limited to some of the tasks required when employing
patterns, while other tasks are entirely unsupported. Furthermore, the most
mature pattern usage support tools are implemented as a plugin for an ontology
engineering environment which is no longer actively maintained3.</p>
      <p>In the following paper, these ODP adoption challenges are discussed in more
detail, and the author's ongoing work on addressing them is reported. The paper
focuses exclusively on Content ODPs as de ned in the NeOn Project4, as this
is most common type of Ontology Design Patterns with some 100+ patterns
published. The paper is structured as follows: Section 2 introduces relevant
related published research on ODPs, Section 3 focuses on the tasks that need be
performed when nding, adapting, and applying patterns, Section 4 details the
challenges preventing the adoption of ODPs by practitioner ontologists, Section 5
proposes solutions to these challenges, Section 6 presents the initial results of
applying some of those solutions, and Section 7 concludes and summarises the
paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Ontology Design Patterns were introduced as potential solutions to these types
of issues at around the same time independently by Gangemi [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Blomqvist
and Sandkuhl [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The former de ne such patterns by way of a number of
characteristics that they display, including examples such as \[an ODP] is a template
to represent, and possibly solve, a modelling problem" [8, p. 267] and \[an ODP]
can/should be used to describe a `best practice' of modelling" [8, p. 268]. The
latter describes ODPs as generic descriptions of recurring constructs in
ontologies, which can be used to construct components or modules of an ontology.
Both approaches emphasise that patterns, in order to be easily reusable, need
to include not only textual descriptions of the modelling issue or best practice,
but also some formal ontology language encoding of the proposed solution. The
documentation portion of the pattern should be structured and contain those
elds or slots that are required for nding and using the pattern.
      </p>
      <p>
        Since their introduction, ODPs have been the subject of some research and
work, see for instance the deliverables of the EU FP6 NeOn Project5 [
        <xref ref-type="bibr" rid="ref15 ref5">15, 5</xref>
        ]
and the work presented at instances of the Workshop on Ontology Patterns6
2 http://ontologydesignpatterns.org/
3 XD Tools for NeOn Toolkit, http://neon-toolkit.org/wiki/XDTools
4 http://ontologydesignpatterns.org/wiki/Category:ContentOP
5 http://www.neon-project.org/
6 http://ontologydesignpatterns.org/wiki/WOP:Main
at the International Semantic Web Conference. There are to the author's best
knowledge no studies indicating ontology engineering performance improvements
in terms of time required when using patterns, but results so far indicate that
their usage can help lower the number of modelling errors and inconsistencies
in ontologies, and that they are perceived as useful and helpful by non-expert
users [
        <xref ref-type="bibr" rid="ref3 ref6">3, 6</xref>
        ].
      </p>
      <p>
        The use and understanding of ODPs have been heavily in uenced by the work
taking place in the NeOn Project7, the results of which include a pattern
typology [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and the eXtreme Design collaborative ontology development methods,
based on pattern use [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. eXtreme Design (XD) is de ned as \a family of
methods and associated tools, based on the application, exploitation, and de nition
of Ontology Design Patterns (ODPs) for solving ontology development issues"
[14, p. 83]. The method is in uenced by the eXtreme Programming (XP)[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
agile software development method, and like it, emphasises incremental
development, test driven development, refactoring, and a divide-and-conquer approach
to problem-solving [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Additionally, the NeOn project funded the development
of the XD Tools, a set of plugin tools for the NeOn Toolkit IDE intended to
support the XD method of pattern use.
      </p>
      <p>
        Ontology Design Patterns have also been studied within the CO-ODE project[
        <xref ref-type="bibr" rid="ref1 ref7">1,
7</xref>
        ], the results of which include a repository of patterns8 and an Ontology
PreProcessing Language (OPPL)9.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Using Ontology Design Patterns</title>
      <p>The eXtreme Design method provides recommendations on how one should
structure an Ontology Engineering project of non-trivial size, from tasks and
processes of larger granularity (project initialisation, requirements elicitation,
etc) all the way down to the level of which speci c tasks need be performed
when employing a pattern to solve a modelling problem. Those speci c
pattern usage tasks (which are also applicable in other pattern-using development
methods) are:</p>
      <sec id="sec-3-1">
        <title>1. Finding patterns relevant to the particular modelling issue 2. Adapting those general patterns to the modelling use case 3. Integrating the resulting specialisation with the existing ontology (i.e., the one being built)</title>
        <p>3.1</p>
        <sec id="sec-3-1-1">
          <title>Finding ODPs</title>
          <p>
            In XD, the task of nding an appropriate design pattern for a particular
problem is viewed as a matching problem where a local use case (the problem for
which the ontology engineer needs guidance) is matched to a general use case
7 http://www.neon-project.org/
8 http://odps.sourceforge.net/odp/html/index.html
9 http://oppl2.sourceforge.net/
(the intended functionality of the pattern) encoded in the appropriate pattern's
documentation. In order to perform such matching, the general use case needs
be expressed in a way that enables matching to take place. In practice, pattern
intent is encoded using Competency Questions [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ], and matching is performed
by hand, by the ontology engineer him/herself. XD Tools supports rudimentary
keyword-based search across the ontologydesignpatterns.org portal, which can
provide the ontology engineer with an initial list of candidate patterns for a given
query.
3.2
          </p>
        </sec>
        <sec id="sec-3-1-2">
          <title>Specialising ODPs</title>
          <p>Having located a pattern appropriate for reuse in a speci c scenario, the ontology
engineer needs to adapt and specialise said pattern for the scenario in question.
The speci c steps vary from case to case, but a general approach that works in
the majority of cases is as follows:</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>1. Specialise leaf classes of the subclass tree 2. Specialise leaf properties of the subproperty tree 3. De ne domains and ranges of specialised properties to correspond with the specialised classes</title>
        <p>The XD Tools provide a wizard interface that supports each these steps.
They also provide a certain degree of validation of the generated specialisations,
by presenting the user with a list of generated axioms (expressed in natural
language) for the user to reject or accept.
3.3</p>
        <sec id="sec-3-2-1">
          <title>Integrating ODP Instantiations</title>
          <p>Once a pattern has been adapted for use in a particular scenario, the resulting
solution module needs to be integrated with the ontology under development. This
integration involves aligning classes and properties in the pattern module with
existing classes and properties in the ontology, using subsumption or equivalency
mappings. This integration process may also include refactoring of the existing
ontology, in the case that requirements dictate that the resulting ontology be
highly harmonised. There is at the time of writing no known tool support for
ODP instantiation integration, and this process is therefore performed entirely
by hand.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>ODP Adoption Challenges</title>
      <p>
        As indicated above, there is a thriving research community studying patterns
and developing new candidate ODPs. Unfortunately the adoption of Ontology
Design Patterns in the broader Semantic Web community, and in particular
among practitioners, is limited. The author has, based on experiences from
several studies involving users on di erent levels (from graduate students to domain
experts from industry) [
        <xref ref-type="bibr" rid="ref10 ref11 ref12">12, 10, 11</xref>
        ], identi ed a number of issues that give rise to
confusion and irritation among users attempting to employ ODPs, and which
are likely to slow uptake of these technologies. Those issues are detailed in the
subsequent sections.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Issues on Finding ODPs</title>
        <p>
          As explained, there are two methods for nding appropriate design patterns for
a particular modelling challenge - users can do matching by hand (by consulting
a pattern repository and reading pattern documentations one by one), or users
can employ the pattern search engine included in XD Tools to suggest candidate
patterns. In the former case, as soon as the list of available patterns grows to a
non-trivial number (such as in the ontologydesignpatterns.org community
portal), users nd the task challenging to perform correctly, particularly if patterns
are not structured in a way that is consistent with their expectations [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
        <p>In the latter case, signal-to-noise ratio of pattern search engine results is often
discouragingly low. In initial experiments (detailed in Section 6) the author found
that with a result list displaying 25 candidate patterns, the correct pattern was
included in less than a third of the cases. In order to guarantee that the correct
pattern was included, the search engine had to return more than half of the
patterns in the portal, essentially negating the point of using a search engine.
Also, the existing pattern search engine included in XD Tools does not allow
for ltering the results based on user criteria, which makes it easy for a user
to mistakenly import and apply a pattern which is inconsistent with ontology
requirements, e.g., on reasoning performance or other constraints.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Issues on Composing ODPs</title>
        <p>The process of integrating a specialised pattern solution module into the target
ontology is not supported by any published tools, and consequently relies entirely
on the user's ontology engineering skill. Users performing such tasks are often
confused by the many choices open to them, and the potential consequences of
these choices, not limited to:
{ Which mapping axioms should be used between the existing classes and
properties and those of the solution module, e.g., equivalency or
subsumption?
{ Where those pattern instantiation module mapping axioms should be placed:
in the target ontology, in the instantiated pattern module, or in a separate
mapping module?
{ The interoperability e ects of customising patterns: for instance, what are
the risks in case pattern classes are declared to be subsumed by existing top
level classes in the target ontology?
{ How selections from the above composition choices a ect existing ontology
characteristics such as reasoning performance, etc.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3 Issues on Pattern and Tooling Quality</title>
        <p>
          Users often express dissatisfaction with the varying degree of documentation
quality [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. While some patterns are documented in an exemplary fashion,
many lack descriptions of intents and purpose, consequences of use, or
example use cases. Experienced ontology engineers can see through this by studying
the accompanying OWL module in order to learn the bene ts and drawbacks of
a certain pattern, but it is uncommon for non-expert users to do this successfully.
        </p>
        <p>It is not uncommon for patterns to include and build upon other patterns,
and these dependencies are not necessarily intuitive or well-explained. On several
occasions the author has been questioned by practitioner users as to why, in the
ontologydesignpatterns.org repository, the pattern concerning time indexed
events makes use of the Event class that is de ned in the (non time-indexed)
Participation pattern. The consequence of this dependency structure is of course
that any user who models time indexed events using patterns automatically also
includes non time-indexed participation representations in their resulting model,
which very easily gives rise to modelling mistakes.</p>
        <p>In more practical terms, the XD Tools were designed to run as a plugin for
the NeOn Toolkit ontology IDE. This IDE unfortunately never gained greater
adoption. Additionally, XD Tools and its dependencies require a speci c older
version of NeOn Toolkit. This means that ontology engineers who want to use
newer tools and standards are unable to use XD Tools, but rather have to do
their pattern-based ontology engineering without adequate tool support.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Improvement Ideas</title>
      <p>The author's ongoing research aims to improve upon ODP usage methods and
tools, in the process solving some of the issues presented above. To this end, a
number of solution suggestions have been developed, and are currently in the
process of being tested (some with positive results, see Section 6). The following
sections present these suggestions and the consequences they would have on both
patterns and pattern repositories. Implementation of these suggested
improvements within an updated version of the XD Tools targeting the Protege editor
is planned to take place in the coming months.</p>
      <sec id="sec-5-1">
        <title>5.1 Improving ODP Findability</title>
        <p>In order to improve recall when searching for suitable ODPs, the author suggests
making use of two pieces of knowledge regarding patterns that the current XD
Tools pattern search engine does not consider: rstly, that the core intent of the
patterns in the index is codi ed as competency questions, which are structurally
similar to such queries that an end-user may pose, and secondly, that patterns
are general or abstract solutions to a common problem, and consequently, the
speci c query that a user inputs needs to be transformed into a more general
form in order to match the indexed patterns level of abstraction.</p>
        <p>The rst piece of knowledge can be exploited by using string distance
metrics to determine how similar an input query is to the competency questions
associated with a pattern solution. Another approach under study is to employ
ontology learning methods to generate graphs from both indexed pattern
competency questions and input queries, and then measuring the degree of overlap
between concepts referenced in these two graphs.</p>
        <p>The second piece of knowledge can be exploited by reusing existing language
resources that represent hyponymic relations, such as WordNet. By enriching the
indexed patterns with synonyms of disambiguated classes and properties in the
pattern, and by enriching the user query using hypernym terms of the query, the
degree of overlap between a user query (worded to concern a speci c modelling
issue) against a pattern competency question (worded to concern a more general
phenomenon) can be computed.
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Improving ODP Integration</title>
        <p>The challenge of integrating an instantiated pattern module into a target
ontology is at its core an ontology alignment challenge. Consequently existing ontology
alignment and ontology matching methods are likely to be useful in this context.
The behaviour of such systems against very small ontologies such as
instantiated pattern modules, is however not well known. The advantage that patterns
have over general ontologies in this context is the knowledge that patterns are
designed with the very purpose of being adapted and integrated into other
ontologies, which is not true in the general ontology alignment use case. Therefore,
the pattern creator could a priori consider di erent ways in which that pattern
would best be integrated with an ontology, and construct the pattern in such a
way as to make this behaviour known to an alignment system.</p>
        <p>The author suggests reusing known good practice from the ontology
alignment domain, and combining this with such pattern-speci c alignment hints
embedded in the individual pattern OWL les. For instance, a pattern class
could be tagged with an annotation indicating to a compatible alignment
system that this class represents a very high level or foundational concept, and
that consequently, it should not be aligned as a subclass; or a pattern class or
property could be tagged with annotations indicating labels of suitable sub- or
superclasses in the integration step.</p>
        <p>Additionally, improved user interfaces would aid non-expert users in applying
patterns. Such user interfaces should detail in a graphical or otherwise intuitive
manner the consequences of selecting a particular integration strategy, in the
case that multiple such strategies are available for consideration.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Results</title>
      <p>The author has developed a method of indexing and searching over a set of
Ontology Design Patterns based on the ideas presented in Section 5. The method
combines the existing Lucene-backed Semantic Vectors Search method with a
comparison of competency questions based on their relative Levenshtein edit
distances, and a comparison of the number of query hypernyms that can be
found among the pattern concept synonyms. Each method generates a con dence
value between 0 and 1, and these con dence values are added together with equal
weight to generate the nal con dence value which is used for candidate pattern
ordering. While the approach requires further work, early results are promising,
as shown in Table 1.</p>
      <p>The dataset used in testing was created by reusing the question sets
provided by the Question Answering over Linked Data (QALD) evaluation
campaign. Each question was matched to one or more ODPs suitable for building
an ontology supporting the question. This matching was performed by two
senior ontology experts independently, and their respective answer sets merged.
The two experts reported very similar pattern selections in the cases where only
a single pattern candidate existed in the pattern repository compliant with a
competency question (e.g., the Place10 or Information Realization11 patterns),
but for such competency questions where multiple candidate patterns existed
representing di erent modelling practices (e.g., the Agent Role12 or Participant
Role13 patterns), their selections among these candidate patterns diverged.
Consequently, the joint testing dataset was constructed via the union of the two
experts' pattern selections (representing the possibility of multiple correct
modelling choices), rather than their intersection. Recall was de ned as the ratio of
such expert-provided ODP candidates that the automated system retrieves for
a given input question.</p>
      <p>As shown in the table, the average recall within the rst 10, 15, 20 or 25
results is 3-4 times better using the author's composite method (Composite3) than
using the existing XD Tools Semantic Vectors Search (XD-SVS). It should be
noted that while Composite3 also increases the precision of the results compared
to XD-SVS by a similar degree, that resulting precision is still rather poor, at
5-6 %. The potential pattern user will consequently see a lot of spurious results
10 http://ontologydesignpatterns.org/wiki/Submissions:Place
11 http://ontologydesignpatterns.org/wiki/Submissions:Information\
_realization
12 http://ontologydesignpatterns.org/wiki/Submissions:AgentRole
13 http://ontologydesignpatterns.org/wiki/Submissions:ParticipantRole
using either of the approaches. This is understood to be a potential usability
problem, and an area for further work.</p>
      <p>A factor believed to be limiting the success of this method is the fact that
resolving ODP concepts and properties to corresponding concepts and properties
in natural language resources (in this case WordNet) is an error-prone process.
This is largely due to the ambiguity of language and the fact that concepts in
ODPs are generally described using only a single label per supported language.
If pattern concepts were more thoroughly documented, using for instance more
synonymous labels, class sense disambiguation would likely work better, and
ODP search consequently work better also. Additionally, WordNet does contain
parts of questionable quality (both in terms of coverage and structure), the
improvement of which may lead to increased quality of results for dependent
methods such as the one presented here.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>This paper has introduced and discussed some concrete challenges regarding the
use of Ontology Design Patterns, with an emphasis on tooling-related challenges
that prevent non-expert users from performing Ontology Engineering using such
patterns. Those challenges primarily concern; a) the task of nding patterns, b)
decisions to make when integrating pattern based modules with an existing
ontology, and, c) pattern and tooling quality. The author's work aims to overcome
these challenges by developing improved methods and accompanying tools for
today's Ontology Engineering IDE:s (i.e., Protege), better supporting each step
of ODP application and use.</p>
      <p>The author has developed an ODP search method exploiting both the
similarity between pattern competency questions and user queries, and the relative
abstraction level of general pattern solutions versus concrete user queries, a method
shown to increase recall when searching for candidate ODPs signi cantly. Future
work includes improving recall and precision further, and developing methods
and tooling to support the ODP integration task.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aranguren</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antezana</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuiper</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
          </string-name>
          , R.:
          <article-title>Ontology Design Patterns for Bio-ontologies: A Case Study on the Cell Cycle Ontology</article-title>
          .
          <source>BMC bioinformatics 9(Suppl 5)</source>
          ,
          <source>S1</source>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Beck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andres</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Extreme Programming Explained: Embrace Change</article-title>
          .
          <string-name>
            <surname>Addison-Wesley Professional</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Experiments on Pattern-based Ontology Design</article-title>
          .
          <source>In: Proceedings of the Fifth International Conference on Knowledge Capture</source>
          . pp.
          <volume>41</volume>
          {
          <fpage>48</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sandkuhl</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : Patterns in Ontology Engineering:
          <article-title>Classi cation of Ontology Patterns</article-title>
          .
          <source>In: Proceedings of the 7th International Conference on Enterprise Information Systems</source>
          . pp.
          <volume>413</volume>
          {
          <issue>416</issue>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Daga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montiel</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikitina</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villazon-Terrazas</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <source>D2.5.2: Pattern Based Ontology Design: Methodology</source>
          and
          <string-name>
            <given-names>Software</given-names>
            <surname>Support</surname>
          </string-name>
          .
          <source>Tech. rep., NeOn Project</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Dzbor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suarez-Figueroa</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Espinoza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez-Perez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palma</surname>
          </string-name>
          , R.:
          <source>D5</source>
          .
          <article-title>6.2 Experimentation and Evaluation of the NeOn Methodology</article-title>
          .
          <source>Tech. rep., NeOn Project</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Egan~a,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Rector</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Stevens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Antezana</surname>
          </string-name>
          , E.:
          <article-title>Applying Ontology Design Patterns in Bio-Ontologies</article-title>
          .
          <source>In: Knowledge Engineering: Practice and Patterns</source>
          , pp.
          <volume>7</volume>
          {
          <fpage>16</fpage>
          . Springer (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Ontology Design Patterns for Semantic Web Content</article-title>
          .
          <source>In: The Semantic Web{ISWC</source>
          <year>2005</year>
          , pp.
          <volume>262</volume>
          {
          <fpage>276</fpage>
          . Springer (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Gruninger,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Fox</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.S.:</surname>
          </string-name>
          <article-title>The role of competency questions in enterprise engineering</article-title>
          .
          <source>In: Benchmarking|Theory and Practice</source>
          , pp.
          <volume>22</volume>
          {
          <fpage>31</fpage>
          . Springer (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Ontology Design Patterns in Use: Lessons Learnt from an Ontology Engineering Case</article-title>
          .
          <source>In: Proceedings of the 3rd Workshop on Ontology Patterns</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Towards an Ontology Design Pattern Quality Model (</article-title>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarasov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Information Reuse and Interoperability with Ontology Patterns and Linked Data</article-title>
          .
          <source>In: Business Information Systems Workshops</source>
          . pp.
          <volume>168</volume>
          {
          <fpage>179</fpage>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blomqvist</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Pattern-Based Ontology Design</article-title>
          . In: Ontology Engineering in a Networked World, pp.
          <volume>35</volume>
          {
          <fpage>64</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blomqvist</surname>
          </string-name>
          , E.:
          <article-title>eXtreme Design with Content Ontology Design Patterns</article-title>
          .
          <source>In: Proceedings of the Workshop on Ontology Patterns (WOP</source>
          <year>2009</year>
          ),
          <source>collocated with ISWC</source>
          <year>2009</year>
          . p.
          <volume>83</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>David</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Aguado de Cea, G.,
          <string-name>
            <surname>Suarez-Figueroa</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montiel-Ponsoda</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poveda</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <source>D2</source>
          .
          <article-title>5.1: A Library of Ontology Design Patterns: Reusable Solutions for Collaborative Design of Networked Ontologies</article-title>
          .
          <source>Tech. rep., NeOn Project</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>