<!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>Transforming Ontology Axioms to Information Processing Rules - An MDA Based Approach*</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Diana Kalibatiene</string-name>
          <email>diana@isl.vgtu.lt</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Olegas Vasilecas</string-name>
          <email>olegas@isl.vgtu.lt</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giancarlo Guizzardi</string-name>
          <email>gguizzardi@inf.ufes.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ontology and Conceptual Modeling Research Group (NEMO), Federal University of Espirito Santo</institution>
          ,
          <addr-line>Vitoria - ES -</addr-line>
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Vilnius Gediminas Technical University</institution>
          ,
          <addr-line>Sauletekio al. 11, LT-10223 Vilnius</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2009</year>
      </pub-date>
      <fpage>105</fpage>
      <lpage>112</lpage>
      <abstract>
        <p>In knowledge-based information systems development ontologies are used to represent domain knowledge and transform them to the components of an information system. However, the ontology-based development of application domain rules, constraining or directing different aspects of a domain, is not defined in a formal manner and is required to be developed. In this paper, the authors propose an MDA-based method for transforming ontology axioms to application domain rules. Such rules can be consecutively transformed to information processing rules and implemented by executable rules in a software component of an information system. The paper illustrates the proposed method by applying it to transform Protégé ontology axioms to OCL constraints, which are the part of a UML class diagram.</p>
      </abstract>
      <kwd-group>
        <kwd>ontology</kwd>
        <kwd>transformation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>In knowledge-based information systems (IS) development, a number of authors [1-3]
suggest to represent knowledge by domain ontology, since the semantic content
expressed by ontology can be transformed into IS artefacts, thereby reducing the costs
of a conceptual modelling of the IS. In this context, researches are challenged to
transform domain ontology to a conceptual data model. However, the ontology-based
development of application domain rules is not defined in a formal manner.</p>
      <p>
        In the IS development, a rule-based approach has achieved a lot of attention and
obtained a strong motivation for its application [
        <xref ref-type="bibr" rid="ref7">4-6</xref>
        ]. A number of methods were
proposed to develop and to implement rules: UML with OCL [
        <xref ref-type="bibr" rid="ref8">7</xref>
        ], Demuth et al
method [
        <xref ref-type="bibr" rid="ref9">8</xref>
        ], the Ross method [
        <xref ref-type="bibr" rid="ref10">9</xref>
        ], SWRL [
        <xref ref-type="bibr" rid="ref11">10</xref>
        ], etc. The chosen IS development
methodologies are compared according to the possibility of rules modelling in [
        <xref ref-type="bibr" rid="ref12">11</xref>
        ].
But none of the proposed languages or methods has been accepted as a standard
technology yet, since they are not suitable for modelling all types of rules. Only few
of them deal with reuse of knowledge acquired in the analysis of some particular
application domain and automatic implementation of rules.
      </p>
      <p>The authors of this paper consider that domain ontology should be used for the
modelling and implementing of application domain rules. Since, first, both domain
ontologies and conceptual data models are intended to capture knowledge about a
certain subject domain. Secondly, from a syntactic perspective, in both artefacts,
domain knowledge is expressed in a similar way: terms of concepts, their properties
and relationships, and rules (in ontology – axioms). Third, as stated in [1], ontology
axioms (and ontology as a whole) are typically expressed in a formal way. Therefore,
they can in principle be transformed to application domain rules automatically.</p>
      <p>The main idea of this paper is to investigate the automatic transforming of
ontology axioms to application domain rules, which are implemented as information
processing rules of an IS. Therefore, section 2 overviews the related works according
to information processing rules and their implementation, section 3 presents a method
of the transforming ontology axioms to information processing rules, section 4
presents an example of the proposed transformation, section 5 concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Information Processing Rules and Their Implementation</title>
      <p>
        Definition of a rule depends on the level of abstraction, where this rule is used, or the
development step of a system. System development using MDA framework [
        <xref ref-type="bibr" rid="ref13">12</xref>
        ],
proposed by the OMG, implies creation of models of the following types: the
computation independent model (CIM), the platform independent model (PIM), and
the platform specific model (PSM). A CIM or an application domain model is a view
of a system from the computation independent viewpoint. A vocabulary or application
domain ontology is used to specify it. A PIM defines a set of components and services
of a system. A PSM combines the specifications in the PIM with the specifications
how that system uses a particular type of platform. It contains all information
necessary to generate the final code. A mapping between CIM and PIM, PIM and
PSM should exist to ensure the integral, complete and appropriate transformation of
models. However, OMG specifies only transforming PIM to PSM. A number of IS
development tools, like PowerDesigner [
        <xref ref-type="bibr" rid="ref14">13</xref>
        ] or MagicDraw [
        <xref ref-type="bibr" rid="ref15">14</xref>
        ], support only the
transforming IS models to software system models (PIM to PSM).
      </p>
      <p>
        The concept of an application domain rule can be analysed according to each of
these levels of abstraction. At the CIM level, rules are statements that define or
constrain some aspects of a particular application in a declarative manner. At the PIM
level, rules are statements that define information processing rules using a rule-based
language, like OCL [
        <xref ref-type="bibr" rid="ref8">7</xref>
        ]. At the PSM level, rules are statements in a language of a
specific execution environment, like MS SQL Server 2008 [
        <xref ref-type="bibr" rid="ref16">15</xref>
        ] or ILOG JRules [
        <xref ref-type="bibr" rid="ref17">16</xref>
        ].
      </p>
      <p>According to the implementation of application domain rules at IS, they can be
classified to: (a) Structural rules (terms, definitions, facts, and integrity constraints),
which can be implemented by a conceptual data model of an application domain, e.g.,
entity-relationship or UML class model; and (b) Dynamic rules, which can be
expressed by ECA rules and implemented, like SQL triggers or SQL views. A
dynamic rule is: (a) a dynamic constraint, restricting transition from one state of the
application domain to another; or (b) a derivation rule, calculating or logically
concluding new information from existing information; or (c) a reaction rule, testing a
condition and upon finding it true performing a defined action.</p>
      <p>
        According to the observation in [1], [
        <xref ref-type="bibr" rid="ref18 ref19 ref20">17-19</xref>
        ], ontology defines the basic concepts,
their definitions and their relationships, comprising the vocabulary of an application
domain, and the axioms for constraining interpretation of concepts and expressing
complex relationships between concepts. Consolidation and epistemological axioms
are used to restrict concepts and their relationships in some manner [
        <xref ref-type="bibr" rid="ref21">20</xref>
        ]. Derivation
axioms derive some new information from existing [
        <xref ref-type="bibr" rid="ref21">20</xref>
        ]. In ontology development
tools, like Protégé [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ], axioms are implemented using a particular language, like
Protégé Axiom Language (PAL) [
        <xref ref-type="bibr" rid="ref23">22</xref>
        ] or Ontology Web Language (OWL) [
        <xref ref-type="bibr" rid="ref24">23</xref>
        ]. These
axioms correspond to the consolidation and derivation axioms from [
        <xref ref-type="bibr" rid="ref21">20</xref>
        ].
      </p>
      <p>Therefore: (i) consolidation axioms can be modelled by dynamic constraints
and / or reaction rules, (ii) derivation axioms can be modelled by derivation rules.</p>
    </sec>
    <sec id="sec-3">
      <title>3 Transforming Ontology Axioms to Information Processing Rules</title>
      <p>In this section, we apply the MDA framework to demonstrate the transforming
ontology axioms to application domain rules. The schema is presented in Fig. 1.
In Fig. 1 an application domain is presented by an application domain ontology with
ontology axioms. These axioms are transformed to information processing rules. The
information processing rules are transformed to the corresponding executable rules.</p>
      <p>Since the approach presented here relies on the definition of an explicit
transformation between the meta-models of ontology axioms and information
processing rules, the meta-models of these two paradigms are also defined. Fig. 2
presents general ontology meta-model, which can be adapted to a particular ontology
meta-model, like OWL or Protégé. Derivation and consolidation axioms are
aggregated of statements, which can be states or conditions. Condition can be
composed of one or more conditions. A state is atomic in all cases.</p>
      <p>
        Fig. 3 presents a general meta-model of a conceptual data model, which can be
adapted to a meta-model of a particular conceptual data model, like entity-relationship
[
        <xref ref-type="bibr" rid="ref24">23</xref>
        ]. The authors use [
        <xref ref-type="bibr" rid="ref24">23</xref>
        ] and [
        <xref ref-type="bibr" rid="ref25">24</xref>
        ] to define the meta-model of a conceptual data
model. One ECA rule can constrain one or several entities. One entity can be
constrained by zero or several ECA rules. The ECA rule is an aggregation of one
event, which activates rule, zero or one condition and one or two actions. If the ECA
rule has no condition, it is assumed that the condition is satisfied in all cases.
According to the rule properties defined in [5], the ECA rule should be atomic, e.g. it
cannot be split into separate rules. However, the condition itself can be composed of
one or more conditions. The condition and the action are aggregated of rule clauses.
The rule clause is aggregated of facts (associated entities and / or attributes) of a
conceptual data model.
The action in the ECA rule is atomic in all cases. The ECA rule can have two actions:
the first one is performed, when the condition is satisfied, and the second one is
performed, when the condition is not satisfied.
      </p>
      <p>
        The mapping of meta-classes from Fig. 2 and Fig. 3 is defined as follows: a
concept maps to an entity, a definition maps to an entity description, a property maps
to an attribute, a relationship maps to a relationship, a statement maps to a rule clause,
an axiom maps to an application domain rule, a state maps to an action or a condition,
and a condition maps to a condition. For the detailed mapping see the case study. For
more details about the mapping of an ontology to a conceptual data model see [
        <xref ref-type="bibr" rid="ref24">23</xref>
        ]
and [
        <xref ref-type="bibr" rid="ref26">25</xref>
        ]. For the detailed study of the transforming axioms to information processing
rules the authors choose the PAL, which is used to define axioms in Protégé ontology,
and Object Constraint Language (OCL), which is used to define information
processing rules in UML class diagrams.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4 Transforming PAL Constraints to OCL Constraints</title>
      <p>In this section the authors present the transforming PAL constraints to OCL
constraints. We have chosen Protégé because it allows for the open source software to
be installed locally and provides all features and capabilities required for the present
research. UML is the most popular for modelling of business and IS. OCL is proposed
as a formal language to express rules, since UML diagrams are typically not refined
enough to express those rules explicitly. However, OCL does not have any graphical
notation and thus does not account for easily comprehensible language.</p>
      <p>The authors define Protégé ontology (ProtégéOntology) as a set of CLASSPO,
SLOTPO, RELPO, VOCPO, VALUEPO, DOMAINPO, PALCONST elements:
ProtégéOntology := {CLASSPO, SLOTPO, RELPO, VOCPO, VALUEPO,</p>
      <p>DOMAINPO, PALCONST},
(1)
where CLASSPO = {classPOi | i : N} is a set of concepts in the ProtégéOntology, like a
customer or an order. SLOTPO = {slotPOi | i : N} is a set of slots presenting properties
of classes, like customer_name, and their relationships with other classes, like a slot
customer in the class order. RELPO = {is-a, inverse, has} is a set of relationships,
where is-a presents the hierarchical relationship between classes, inverse – the inverse
relationship between slots, and has presents slots of a class. VOCPO = {documPOi |
i : N} is a set of class definitions. Each class has one particular definition. VALUEPO
= {valuePOi | i : N} is a set of values in an ontology. A value can be a string, a symbol,
a class, etc. DOMAINPO = {domainPOi | i : N} is a set of domains in the
ProtégéOntology. A domain (domainPOi) is a set of possible values (valueOi) of slots
(slotPOi). In Protégé ontology all axioms are simply implemented by PAL constraints.
The authors define PAL constraints as follows:</p>
      <p>PALCONST := {palconstPOi | i : N },
(2)
where PALCONST is a set of axioms defined by PAL constraints. Each element of
PALCONST is a PAL constraint (palconstPOi) defined be a PAL-name (palnamePOi) or
a label of a constraint, a PAL-documentation (paldocumPOi) or a description of a
constraint, a PAL-range (palrangePOi), which is a set of local and global variables that
appear in the statement of the PAL constraint, and a PAL-statement (palstatPOi). A
PAL-range (palrangePOi) consists of a set of classes (classPOi). A PAL-statement
(palstatPOi) consists of a set of statements (statementPOi), which are connected using
logical connectives and / or quantifiers. A statement (statementPOi) is composed of a
class (classPOi) or a slot (slotPOi) associated by a relationship (relOi) with a class
(classPOi) or a slot (slotPOi) or a value (valuePOi).</p>
      <p>
        Analysing and detailing a UML class diagram, which can be used to represent a
particular conceptual data model, falls outside the principal scope of this paper. The
authors define only an OCL constrain here. For more details about mapping of the
Protégé ontology and a UML class diagram can be seen in [
        <xref ref-type="bibr" rid="ref27">26</xref>
        ]. According to [
        <xref ref-type="bibr" rid="ref8">7</xref>
        ], the
following components of OCL constraints are defined:
      </p>
      <p>OCLCONST := {oclconsti | i : N },
(3)
where OCLCONST is a set of OCL constraints in a UML class diagram. Each element
of OCLCONST is an OCL constraint (oclconsti) defined be a context (contextOCLi), a
type (statetypeOCLi) and an OCL statement (statementOCLi).</p>
      <p>The context can be a particular class, an attribute or a method of a UML class
diagram. Statement types can be stereotypes (invariant, precondition or
postcondition), an initial value and derived value. A statement (statementOCLi) is
composed of a class (classUMLi), an attribute (attributeUMLi) or a method (methodUMLi),
which is associated by a mathematical operator with a class (classUMLi), an attribute
(attributeUMLi), a method (attributeUMLi) or a value (valueUMLi). An example of a
statement is self.numberOfEmployees &gt; 50, where numberOfEmployees is an attribute
and 50 is a possible value of this attribute. The reserved word self is used to refer to
the contextual instance. For instance, if the context is the Company class, then self
refers to an instance of the Company class.</p>
      <p>The transformation of a PAL constraint to the corresponding OCL constraint
follows: (a) a PAL-range (palrangePOi) is transformed to the context of an OCL
constraint (contextOCLi); (b) a PAL-statement (palstatPOi) is transformed to an OCL
statement (statementOCLi); (c) a PAL-name (palnamePOi) is transformed to the name of
an OCL constraint; (d) a PAL-documentation (paldocumPOi) may be transformed to
comments of an OCL constraint, which are denoted by two dashes (--). The analysis
of PAL shows that all PAL-statements correspond to OCL invariants.</p>
      <p>An Example of Transforming PAL to OCL
A prototype of the PAL OCL transformation plug-in was developed to carry out the
experiment of automatic transformation of PAL constraints to OCL constraints. In
this prototype it is necessary to specify a file, where OCL constraints will be stored
and all PAL constrains will be automatically transformed to OCL constraints.</p>
      <p>
        An example of transforming a PAL constraint from the Newspaper ontology [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ],
restricting that the Employee end date should be after the start date, to the
corresponding OCL constraint follows:
• A PAL constraint:
(%3APAL-RANGE "(defrange ?Employee :FRAME Employee)\n")
(%3APAL-STATEMENT "(forall ?Employee \n (&lt; (
'start_date' ?Employee) ('end_date' ?Employee)))\n"))
• An OCL constraint:
context Employee inv start_date_before_end_date:
self.end_date &gt; self.start_date
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>The analysis of the related works in the field of knowledge-based information systems
development using the domain ontology shows that rules used in application domain
are presented in the ontology by axioms.</p>
      <p>In this article, we contribute with an MDA-inspired method for transforming
ontology axioms to information processing rules. In order to illustrate the presented
method of transforming ontology axioms to information processing rules, we show
the transforming of PAL constraints to OCL constraints.</p>
      <p>The case study as well as the implemented prototype shows that the suggested
method can be implemented and used for the automation of ontology axioms
transformation to the information processing rules of an information system.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Guarino</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          :
          <article-title>Formal Ontology and Information Systems</article-title>
          .
          <source>In: Proc. of FOIS'98</source>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>15</lpage>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          IOS Press (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          2800, pp.
          <fpage>185</fpage>
          -
          <lpage>207</lpage>
          . Springer (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <article-title>in conceptual modeling</article-title>
          .
          <source>ACM TODS</source>
          ,
          <volume>24</volume>
          (
          <issue>4</issue>
          ),
          <fpage>494</fpage>
          -
          <lpage>528</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Addison-Wesley</surname>
          </string-name>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Rules</given-names>
            <surname>Approach</surname>
          </string-name>
          . John Wiley &amp; Sons (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ross</surname>
          </string-name>
          , R. G.:
          <article-title>Principles of the Business Rule Approach</article-title>
          . Addison
          <string-name>
            <surname>Wesley</surname>
          </string-name>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          7.
          <source>OMG: UML 2</source>
          .0
          <string-name>
            <given-names>OCL</given-names>
            <surname>Specification. OMG Final Adopted Specification</surname>
          </string-name>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          8.
          <string-name>
            <surname>Demuth</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hussmann</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loecher</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>OCL as a Specification Language for Business Rules in Database Applications</article-title>
          . In: Gogolla,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kobryn</surname>
          </string-name>
          , C. (eds.)
          <source>Proc. of UML 2001. LNCS</source>
          , vol.
          <volume>2185</volume>
          , pp.
          <fpage>104</fpage>
          -
          <lpage>117</lpage>
          . Springer-Verlag (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ross</surname>
            ,
            <given-names>R. G.</given-names>
          </string-name>
          :
          <article-title>The Business Rule Book</article-title>
          . Classifying, Defining and
          <string-name>
            <given-names>Modeling</given-names>
            <surname>Rules</surname>
          </string-name>
          .
          <source>Business Rules Solutions. LLC Houston</source>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          10.
          <article-title>The Rule Markup Initiative</article-title>
          .
          <article-title>SWRL: A Semantic Web Rule Language Combining OWL and RuleML</article-title>
          , version
          <volume>0</volume>
          .6. (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          11.
          <string-name>
            <surname>Herbst</surname>
            <given-names>H.</given-names>
          </string-name>
          , et al.:
          <article-title>The Specification of Business Rules: A Comparison of Selected Methodologies</article-title>
          . In:
          <string-name>
            <surname>Verrijn-Stuart</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Olle</surname>
          </string-name>
          , T. W. (eds.)
          <article-title>Methods and Associated Tools for the Information System Life Cycle</article-title>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>46</lpage>
          . Elsevier (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          12.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mukerji</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          . (eds.):
          <source>MDA Guide Version 1.0</source>
          .1.
          <string-name>
            <surname>OMG</surname>
          </string-name>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          13. PowerDesigner. Sybase, Inc. (
          <year>2009</year>
          )
          <article-title>(February</article-title>
          ,
          <year>2009</year>
          ): http://www.sybase.com/products/modelingdevelopment/powerdesigner
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          14. MagicDraw. No Magic,
          <string-name>
            <surname>Inc.</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>(February</article-title>
          ,
          <year>2009</year>
          ): http://www.magicdraw.com/
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          15. MSSQL.
          <source>Microsoft SQL Server</source>
          <year>2008</year>
          . (
          <year>2008</year>
          ) (
          <year>September</year>
          ,
          <year>2008</year>
          ): http://www.microsoft.com/sqlserver/2008/en/us/overview.aspx
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          16.
          <string-name>
            <surname>ILOG: ILOG JRules. BRMS Resource</surname>
          </string-name>
          <article-title>Center</article-title>
          . (
          <year>2008</year>
          ) (
          <year>September</year>
          ,
          <year>2008</year>
          ): http://blogs.ilog.com/brmsdocs/2008/06/15/ilog-jrules-6
          <article-title>-for-architects-and-developers-2/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          17.
          <string-name>
            <surname>Bozsak</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , et al.:
          <article-title>KAON - towards a large scale semantic web</article-title>
          . In: Bauknecht,
          <string-name>
            <surname>K.</surname>
          </string-name>
          , et al (eds.)
          <source>Proc. of E-Commerce and Web Technologies</source>
          <year>2002</year>
          . LNCS, vol.
          <volume>2455</volume>
          , pp.
          <fpage>304</fpage>
          -
          <lpage>313</lpage>
          . Springer (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          18.
          <string-name>
            <surname>Sugumaran</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Storey</surname>
            ,
            <given-names>V. C.</given-names>
          </string-name>
          :
          <article-title>The Role of Domain Ontologies in Database Design: An Ontology Management and Conceptual Modeling Environment</article-title>
          .
          <source>ACM TODS</source>
          ,
          <volume>31</volume>
          (
          <issue>3</issue>
          ),
          <fpage>1064</fpage>
          -
          <lpage>1094</lpage>
          , ACM Press (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          19.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kruse</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Draws</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Intelligent Binding in the Engineering of Automation Systems Using Ontology and Web Services</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and</source>
          Cybernetics - Part C:
          <article-title>Applications</article-title>
          and Reviews,
          <volume>33</volume>
          (
          <issue>3</issue>
          ),
          <fpage>403</fpage>
          -
          <lpage>412</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          20.
          <string-name>
            <surname>Guizzardi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falbo</surname>
            ,
            <given-names>R. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pereira</surname>
            <given-names>Filho</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J. G.</surname>
          </string-name>
          :
          <article-title>Using Objects and Patterns to Implement Domain Ontologies</article-title>
          .
          <source>Special Issue on Software Engineering</source>
          ,
          <volume>8</volume>
          (
          <issue>1</issue>
          ) (
          <year>2002</year>
          ) (
          <year>September</year>
          ,
          <year>2008</year>
          ): http://www.scielo.br/scielo.php?pid=
          <fpage>S0104</fpage>
          -
          <lpage>65002002000100005</lpage>
          &amp;script=sci_arttext&amp;tlng=en
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          21.
          <string-name>
            <surname>Protégé</surname>
          </string-name>
          . Stanford Center for Biomedical Informatics Research (
          <year>2009</year>
          ) (April,
          <year>2009</year>
          ): http://protege.stanford.edu
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          22.
          <string-name>
            <surname>Grosso</surname>
            ,
            <given-names>W. Quick</given-names>
          </string-name>
          <article-title>Guide to the Protégé Axiom Language and Toolset (PAL)</article-title>
          . Stanford University (
          <year>2005</year>
          ) (
          <year>March</year>
          ,
          <year>2009</year>
          ): http://protege.stanford.edu/plugins/paltabs/pal-quickguide/
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          23. OMG: OntologyDefinition Metamodel. (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          24.
          <string-name>
            <surname>AIS: PowerDesigner Dictionary</surname>
          </string-name>
          Meta-Model. Applied Information Science International (
          <year>1996</year>
          ) (
          <year>September</year>
          ,
          <year>2008</year>
          ): http://www.aisintl.com/case/products/PowerDesigner/sdp/meta_model.html
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          25.
          <string-name>
            <surname>Vasilecas</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bugaite</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Ontology-based Information Systems Development: the Problem of Automation of Information Processing Rules</article-title>
          . In: Neuhold,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Yakhno</surname>
          </string-name>
          , T. (eds.)
          <source>Proc. of ADVIS'2006. LNCS</source>
          , vol.
          <volume>4243</volume>
          , pp.
          <fpage>187</fpage>
          -
          <lpage>196</lpage>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          26.
          <string-name>
            <surname>Knublauch</surname>
          </string-name>
          , H.: UMLBackend. Stanford University (
          <year>2007</year>
          ) (
          <year>March</year>
          ,
          <year>2009</year>
          ): http://protege.cim3.net/cgi-bin/wiki.pl?UMLBackend
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>