<!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>Checking the Compliance of Business Process in Business Process Life Cycle</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tuan Anh Pham</string-name>
          <email>tuan-anh.pham@inria.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nhan Le Thanh</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>WIMMICS-INRIA Sohphia Antipolis 2004 Route des Lucioles</institution>
          ,
          <addr-line>06902, Valbonne</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Business process compliance has become more and more important function for business process management (BPM). One of challenges in this area is to check the business process compliance in the business process life-cycle (design-time, run-time). In this paper, we propose a description logic-based approach for business process compliance checking during two phases of the business process life-cycle. In our approach, business process and the set of regulations are represented in a machine readable form. And we use that knowledge bases to check the compliance between them.</p>
      </abstract>
      <kwd-group>
        <kwd>Business Process Compliance</kwd>
        <kwd>OWL 2</kwd>
        <kwd>SWRL</kwd>
        <kwd>Reasoner</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Business process compliance (BPC) checking in companies is a crucial feature for a
BPM system. In essence, many approaches are developed to formally and automatically
prove that business processes comply with relevant constraints like rules, laws. The
requirement for business process compliance checking based on a set of constraints
might emerge in different phases of the process life-cycle. During design time, the
compliance of a process model with a set of constraints is checked for detecting the structure
error (infinite loop, i.e.) and the compliance violation in the early step. At runtime, the
progress of a potentially large number of process instances is monitored to detect or
even predict compliance violations. After studying most important publications on this
topic, we focus on some following research questions:
 What phase of the business process life-cycle our research approach can apply?
 What kind of rule our approach can cover?
 How to adapt our solution to existing business process definition language and
system?</p>
      <p>After providing our analysis on some related works, each research question will be
answered in section 4.</p>
      <p>Our contributions in this paper are:
 Proposing a method for representing and integrating business process and regulatory,
business rules or laws.
 Building a method for business process compliance checking.</p>
      <p>This paper is organized as follows, section 2 reviews the related work for compliance
checking of BPM. Section 3 provides our research methodology. Section 4, we present
our solution. Finally, Section 6 concludes this paper and indicates next steps of our
work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Checking the compliance of business processes is a challenging task: the number and
complexity of business rules is increasing and the rules are subject to constant change.
Becker et al. [27] define business process compliance management (BPCM) as “the
steady modeling, refinement, and analysis of business processes regarding the
fulfillment of regulatory compliance”. Ramezani et al. outline the interdependencies between
BPM and Compliance Management (CM) and describes CM as a “methodology to
elicit, specify and formalize, implement, check and analyze, and optimize compliance
requirements in organizations” [28]. Works on Business process compliance have
focused on examining whether a given process model is compliant with a certain
reference model/pattern. On the technical aspect, the business process pattern initiative has
identified various patterns for the specification of control-flow [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], data-flow [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and
resources [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] in business process management systems. The work in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] deals also
with the planning layer by formalizing process patterns using UML concepts. These
compliance works have focused on the structural level of process models, while another
line of works focuses on the combination of data and structure [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21, 22, 23, 24</xref>
        ]. The
frameworks in [25, 24, 26], for example, provide general compliance criteria for
assessing the compliance of processes with semantic constraints. In addition, some
compliance works aimed at supporting specific purposes, for example: correcting process
models at design time [25], verifying changes in existing models [25], identifying
compliance in the context of process mining [26], and identifying violations of execution
order compliance rules [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>In our approach, we take advantage of Color Petri Net (CPN)’s [32] color set for
checking the compliance of processed data in data-flow with the constraints in the set
of business rules. A color set can be defined in many types: int, string or object. When
firing a transition, the value of each color can be changed, the new value must respect
to the constraint in the set of predefined rules. This work will be explained in more
detail in section 4.</p>
      <p>
        On the other hand, for representing the business rules, some works use an
ontologybased approach [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. They translate the Semantic of Business Vocabulary
and Rule (SVBR) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] vocabulary to OWL [29] and Semantic Web Rule Language
(SWRL) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], they provide the mapping or the rule in order to translate each property
of SVBR (the definition of OMG) to a set of axioms in an ontology.
      </p>
      <p>
        In our approach, we classify the business rule into five main type of business rules,
and we use also Attempto Controlled English (ACE) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] for defining the business rule,
each ACE phrase will be represented by an axiom in business rule ontology. We
consider not only the business rule representation aspect but also the compliance of
business process with a set of business rules.
      </p>
      <p>The advantage of our approach is to ensure that the business process is well-defined
at design time and executed correctly during runtime. We must consider this aspect
because a business process must always respect a set of predefined rules during the
business process life-cycle. Therefore, the difference between our work and the
previous related works is that our solution allows the system to check not only the
consistency of business process and business rule but also the consistency of the integration
between them at design-time and run-time. And the other difference is to use the
reasoning for preventing the potential sematic error of a business process instance which
occurs on the deduced knowledge or the generated data during both phrases of business
process life-cycle (design-time, run-time), this kind of error cannot be detected by some
other business process compliance checking approach (query-based approach, i.e.).
3</p>
    </sec>
    <sec id="sec-3">
      <title>Research Methodology</title>
      <p>Requirement</p>
      <p>analysis
Evaluation</p>
      <p>State of the</p>
      <p>art
Design and
implementati
on</p>
      <p>Theory and
Solution
proposing
Initially, we started with requirements analysis based on case studies. We also
formulated a state-of-the-art of business process compliance. Based on the state of the art, we
choose a theoretical basis and propose a solution that is also implemented in prototypes.
The solutions do not necessarily address all aspects of the requirements analysis at once
but may also focus on certain aspects. Using the developed prototypes, we are able to
analyze and evaluate developed solutions using data from practical applications. This
may lead to further development and implementation iterations (e.g., in case the
developed concepts do not yet cover all relevant aspects or do not yet yield adequate
solutions). The evaluation of developed solutions may also result in a completely new
iteration leading to modifications or refinements of the solution when studies reveal
additional requirements.</p>
    </sec>
    <sec id="sec-4">
      <title>Modeling Business Process Compliance</title>
      <p>In this section, we will answer the mentioned research questions above. Fig 2 illustrates
the sketch of our approach.</p>
      <p>Design-time
Run-time</p>
      <p>BPMN</p>
      <p>UML
…</p>
      <p>SBVR</p>
      <p>CNL
…
Business Process Editor</p>
      <p>Business Rule Editor
Business Process Knowledge Base</p>
      <p>Business Rule Knowledge Base
Integration of BPKB and BRKB</p>
      <p>Interpreter</p>
      <p>ECA-based Execution Language
In Fig 2, a business process can be defined by some graphic design language (BPMN,
UML, i.e.). Depending on the selected design language, the user’s defined model will
be translated into a Color Petri Net [32] (CPN) graph for checking the correctness of
the model at the design time. In order to do that automatically, the CPN graphs are
represented in a machine readable form. Description logic and first order logic are
chosen to describe the model and the constraint for ensuring the structure correctness of
the business process model. An inference engine (reasoner) is used to reason and verify
the consistency of the model’s knowledge base. If the knowledge base is consistent, the
business process is validated. On the other hand, a set of business rules is represented
in a business rule knowledge base. The inference engine is used to check the
consistency of this knowledge base for ensuring that there are no conflicts inside the set of
business rules. After having two consistent knowledge bases, we combine them into
one knowledge base. The combined knowledge base is used for checking the
compliance of a business process instance with a set of business rules inside business rule
knowledge base.
As mentioned above, we use Color Petri Nets for checking the model of a business
processes; in this section, we introduce the method of building business process, this
method helps the user to represent a business process by an ontology. The advantage of
this method is to allow the user to check the consistency business process automatically
by the reasoning. The TBox of business process ontology is defined as follow:
 CPN⊑≧1hasPlace.Place⊓≧1hasTransition.Transition⊓≧1hasInputArc.InputArc
⊓≧1hasOutputArc.OutputArc
 Place⊑≧0hasToken.Token⊓≧1hasArc.(InputArc⊓OutputArc)

Transition⊑≧1hasInputArc.InputArc⊓≧1hasOutptArc.OutputArc⊓≦1hasGuard</p>
      <sec id="sec-4-1">
        <title>Function.Expression</title>
        <p>
InputArc⊑1hasSourcePlace.Place⊓=1hasTargetTransition.Transition⊓≦1hasExpression.Expression

OutputArc⊑=1hasTargetPlace.Place⊓=1hasSourceTransition.Transition⊓≦1hasExpression.Expression</p>
        <p>CPN is the concept for representing all CPN graphs. A CPN graph is well-defined if
and only if it has at least one place, one transition, one input arc and output arc. We
define in BPO following classes: CPN, Place, Transition, OutputArc,
InputArc and some properties which define the relations between them, hasPlace,
hasTransition, hasInputArc, hasOutputArc. Place represents the
properties of place, we define a concept Place. A place may have a token or not, it has also
at least one InputArc or one OutputArc. The concept Transition is defined for all
transitions. A transition must have at least one InputArc and one OutputArc. It’s
one of the minimum conditions for having a well-defined CPN graph. A transition may
have only one guard function or not. The concept InputArc defined for all input arcs.
An input arc has only one source place and one target transition. It may be marked by
only one expression or not. An OutputArc has only one source transition and only
one target place. It also may have only one expression or not. A business process
instance is a set of individuals inside the business process ontology (BPO).
4.2</p>
        <sec id="sec-4-1-1">
          <title>Representation of Regulatory</title>
          <p>The different structural categories of business rules are (Wagner 2005):
1. Integrity (or constraints); For example: Each company must have one and only one
director.
2. Derivation (conditions resulting in conclusions); For example: Platinum customers
receive a 5% discount. John Doe is a platinum customer. As a conclusion, John Doe
receives a 5% discount.
3. Reaction (Event, Condition, Action, Alternative action, Post-condition); For
example: An invoice is received. If the invoice amount is more than $2,000 then a
supervisor must approve it.
4. Production (condition, action); For example: If there are no defects in the last batch
of cars then the batch is approved.
5. Transformation (change of state); For example: A man’s age can change from 28
to 29, but not from 29 to 28.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Business Rules Ontology.</title>
          <p>In this section, we introduce the method of building a business rule ontology (BRO).
As mentioned above, there are five type of rules. For each type of rules, we create a set
of axioms in the BRO. We also introduce some transitive rules for allowing the reasoner
to reason on BRO and BPO to detect the potential semantic error automatically.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>Integrity Rule.</title>
        <p>The integrity rule have the same meaning with a constraint in the relational database.
In table 1, we define the cardinality rules. It will be translated into a set of cardinality
axiom inside BRO.</p>
        <sec id="sec-4-2-1">
          <title>Example 1:</title>
          <p>The rule “Someone that owns at least 2 cars” is represented by an OWL 2 syntax as
follow:</p>
          <p>ObjectMinCardinality(2 hasCar SomeOne)</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Derivation Rule.</title>
        <p>This kind of rule allows the system to deduce a new knowledge. If a set of facts
satisfies the derivation rule, the reasoner will deduce a new fact from the existing facts.
We use SWRL rule to represent this kind of rule.</p>
        <sec id="sec-4-3-1">
          <title>Example 2:</title>
          <p>A rule “Platinum customers receive a 5% discount” is represented by a SWRL rule
as follow:</p>
          <p>PlatinumCustomer(w)-&gt;hasDiscount(x,5)</p>
        </sec>
      </sec>
      <sec id="sec-4-4">
        <title>Reaction Rule.</title>
        <p>One of the important rule is the reaction rule which allows the user to define the
relationship between a set of actions in a specific domain. We propose six kind of
relationships between the tasks: dependency, parallel execution, choice execution,
sequential exlusion, parallel exclusion and choice exclusion. These relationships are
represented by an OWL object property.</p>
        <sec id="sec-4-4-1">
          <title>Example 3:</title>
          <p>A rule “Task A is depended on task B” is represented by an object property as follow:
hasDependencyTask(B,A)</p>
        </sec>
      </sec>
      <sec id="sec-4-5">
        <title>Production Rule and Transformation Rule.</title>
        <p>This kind of business rules is represented in the form “IF something DO something”.
For representing this form with OWL language, we use SWRL [30].</p>
        <p>Example 4: a rule “if a customer is a VIP member, they do not have to provide more
information” is represented by a SWRL rule as follow:</p>
        <p>isVIPMember(cus)-&gt; not provideInfor(cus)</p>
      </sec>
      <sec id="sec-4-6">
        <title>Transitive Rule.</title>
        <p>We define a set of transitive rules inside the business rule ontology. This kind of
error occurs after a sequence of activities. At design-time, when a user designs a
business process instance, the user’s defined business process will be combined with the set
of transitive rules for detecting the potential semantic error when they use these chosen
activities in a business process. At run-time, if there are some changes on the business
process instance, transitive rule will be used for detecting the error which can occur
with this change.</p>
        <sec id="sec-4-6-1">
          <title>Rule Example</title>
          <p>Task A is depended on task B
Task A exclude task B in sequential
Task A execute in parallel with task B
Task A exclude task B in parallel
Task A execute in choice with task B
Task A exclude task B in choice
Task A execute in parallel with task B
Task B execute in parallel with task C
=&gt; Task A execute in parallel with task C
Task A exclude task B in parallel
Task A exclude task B in sequential
Task A exclude task B in choice
Task A is depended on task B
Task A execute in choice with task B
Task execute in parallel with task B
Task A is depended on task B
Task A execute in choice with task B
Task A execute in parallel with task B
OWL and SWRL
hasDependencyTask(A,B) Λ
hasExSequentialTask(B,A)</p>
          <p>-&gt; Class( owl:Nothing )
hasParallelTask(A,B) Λ
hasExParallelTask(B,A)</p>
          <p>-&gt; Class( owl:Nothing )
hasChoiceTask(A,B) Λ
hasExChoiceTask(B,A)</p>
          <p>-&gt; Class( owl:Nothing )
ObjectPropertyChain(hasExParallelTask
hasExParallelTask) hasExParallelTask
hasExParallelTask(B,A)
hasExChoiceTask(B,A) Λ
hasExSequentialTask(B,A) Λ</p>
          <p>-&gt; Class( owl:Nothing )
hasDependencyTask(A,B) Λ
hasChoiceTask(B,A) -&gt; Class( owl:Nothing )
hasDependencyTask(A,B) Λ
hasParallelTask(B,A) -&gt; Class(owl:Nothing )
hasChoiceTask(A,B) Λ
hasParallelTask(B,A) -&gt; Class( owl:Nothing )
4.3</p>
        </sec>
        <sec id="sec-4-6-2">
          <title>Checking the Business Process Compliance Using Reasoning</title>
          <p>In Fig 3, Business processes (CPN graph) are represented by a set of individuals of
the correspondence concept in BPO. Business rules are created and modified by an
editor. Each rule is represented by a set of axioms and SWRL rule inside BRO. In order
to check the compliance of business process with business rules, we merge BRO and
BPO into one ontology; two concepts Transition in BPO and Task in BRO are defined
as two equivalence concepts. The business term individuals can be used as a color and
a token in CPN graph (business process). During the execution of business process, the
value of individual can be changed but the change must respect the constraints inside
BRO (TBox and Properties).</p>
          <p>At design time, when a user defines a business process, the business term will be
used to name an item. Each transition individual in BPO is equivalent to an action
individual in BRO. Depending on the user’s given order, BPO editor will generate a set
axioms inside BPO.</p>
          <p>For example: there are two tasks inside BRO, which is defined that b depends on a
as follow:</p>
          <p>ObjectPropertyAssertion(:hasDependencyTask ∶b∶a)
It means that a must be executed before b, but at design time a user define that a
executes after b, and the rule is generated as follow:</p>
          <p>ObjectPropertyAssertion(:hasDependencyTask ∶a∶b)
Two rules above are opposite, so the merged ontology of BRO and BPO will be
inconsistent. It can be checked by a reasoner (Pellet, Hermit). Because the property
hasDependencyTask is defined as a TransitiveObjecProperty in the
reaction rule 1 in table 3.</p>
          <p>At runtime, we use the same approach to verify the consistency of merged ontology.
If a user modifies a business process, the modification will be generated and insert into
BPO; for each modification, the reasoner will check the consistency of merged
ontology and notify the result to the user automatically.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper, an ontology-based approach for business process compliance checking is
proposed. It takes important features of the ontology which are the reasoning
capabilities, the possibility to express complex actions, and its declarative semantics to validate
not only the consistency of business rules and business process but also the compliance
of business process with a set of business rules. The advantage of this approach is to
allow the system to detect the semantic flaws of business process automatically at
design time and run-time. Nevertheless, by using this approach, if BRO has many
concepts and properties, the reasoning may take long time for checking the consistency of
BPO and BRO ontology. According to that, future theoretic works involve three main
issues. The first one is to focus on the distributed reasoning. The second one will be
achieved by selecting the related rule of an action for the validation. And the last goal
is to consider the business process execution and work with a data source.
22. G. Governatori, Z. Milosevic, and S. Sadiq. Compliance checking between business
processes and business contracts. In Enterprise Distributed Object Computing Conference,
2006. EDOC'06. 10th IEEE International, pages 221-232. IEEE, 2006.
23. L. Thom, M. Reichert, C. Chiao, C. Iochpe, and G. Hess. Inventing Less, Reusing More,
and Adding Intelligence to Business Process Modeling. In Database and Expert Systems
Applications, pages 837850. Springer, 2008.
24. M. El Kharbili, S. Stein, I. Markovic, and Pulverm E. Towards a framework for semantic
business process compliance management. In Proceedings of the workshop on Governance,
Risk and Compliance for Information Systems, pages 1-15. Citeseer, 2008.
25. F. Arbab, N. Kokash, and S. Meng. Towards using reo for compliance-aware business
process modeling. Leveraging Applications of Formal Methods, Verification and Validation,
pages 108-123, 2009.
26. T. Gschwind, J. Koehler, and J. Wong. Applying patterns during business process modeling.</p>
      <p>In BPM, volume 5240, pages 4-19. Springer, 2008.
27. Becker, J., Delfmann, P., Eggert, M., Schwittay, S.: Generalizability and Applicability of
Model-Based Business Process Compliance-Checking Approaches – A State-of-the-Art
Analysis and Research Roadmap. BuR - Business Research 5, 221–247 (2012).
28. Ramezani, E., Fahland, D., van der Werf, J.M., Mattheis, P.: Separating Compliance Man
gement and Business Process Management. In: Daniel, F., Barkaoui, K., Dustdar, S. (eds.)
BPM Workshops 2011, Part II. LNBIP, vol. 100, pp. 459–464. Springer, Heidelberg(2012)
29. http://www.w3.org/TR/owl-features/
30. http://www.w3.org/Submission/SWRL/
31. Tuan Anh Pham, Nhan Le Thanh.: A Rule-Based Language for Integrating Business
Processes and Business Rules. The 9th International Web Rule Symposium (RuleML) , Berlin,
Germany, 2015
32. Jensen, Kurt. Coloured Petri Nets (2 ed.). Berlin: Heidelberg. p. 234. ISBN 3-540-60943-1,
1996</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ryan K.L. Ko</surname>
          </string-name>
          ,
          <string-name>
            <surname>Stephen</surname>
            <given-names>S.G.</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          , and
          <article-title>Eng Wah Lee, "Business process management (BPM) standards: a survey,"</article-title>
          <source>Business process Management Journal</source>
          , vol.
          <volume>15</volume>
          , pp.
          <fpage>744</fpage>
          --
          <lpage>791</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Marc</given-names>
            <surname>Fasbinder</surname>
          </string-name>
          , “Why model business processes”,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Hommes</surname>
          </string-name>
          ,
          <article-title>"The Evaluation of Business process Modeling Techniques,"</article-title>
          Delft University of Technology,
          <source>Ph.D. thesis 90-9017698-5</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Craig</given-names>
            <surname>Schlenoff</surname>
          </string-name>
          , Michael Gruninger,Florence Tissot, John Valois,Taddle Creek Road,Steptools Inc, Josh Lubell, Jintae Lee,”
          <article-title>The Process Specification Language (PSL) Overview and Version 1</article-title>
          .0 Specification,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Jos de Brujin, Holger Lausen, Axel Polleres, Dieter Fensel:
          <article-title>The Web Service Modeling Language WSML: An Overview</article-title>
          .
          <source>ESWC</source>
          <year>2006</year>
          :
          <fpage>590</fpage>
          -
          <lpage>604</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Armin</given-names>
            <surname>Haller</surname>
          </string-name>
          , Mateusz Marmolowski, Eyal Oren, Walid Gaaloul, “oXPDL: a Process Model Exchange Ontology”,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Heinrich</given-names>
            <surname>Herre</surname>
          </string-name>
          , “
          <article-title>General Formal Ontology (GFO): A Foundational Ontology for Conceptual Modelling”</article-title>
          ,
          <source>Theory and Applications of Ontology: Computer Applications</source>
          <year>2010</year>
          , pp
          <fpage>297</fpage>
          -
          <lpage>345</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Emiliano</surname>
            <given-names>Reynares</given-names>
          </string-name>
          , Ma Laura Caliusco, Ma Rosa Galli, “
          <article-title>An automatable approach for SBVR to OWL 2 mappings”</article-title>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Gintare</given-names>
            <surname>Bernotaityte</surname>
          </string-name>
          , Lina Nemuraite, Rita Butkiene, and Bronius Paradauskas, “
          <article-title>Developing SBVR Vocabularies and Business Rules from OWL2 Ontologies”</article-title>
          , ICIST,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Emiliano</surname>
            <given-names>Reynares</given-names>
          </string-name>
          , Ma Laura Caliusco, Ma Rosa Galli ,“
          <article-title>SBVR to OWL 2 Mappings: An Automatable and Structural-Rooted Approach”</article-title>
          ,
          <source>In CLEI ELECTRONIC JOURNAL</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Gintare</surname>
            <given-names>Bernotaityte</given-names>
          </string-name>
          , Lina Nemuraite, Rita Butkiene, Bronius Paradauskas, “
          <article-title>Developing SBVR Vocabularies and Business Rules from OWL2 Ontologies”</article-title>
          ,
          <source>Information and Software Technologies Communications in Computer and Information Science</source>
          Volume
          <volume>403</volume>
          ,
          <year>2013</year>
          , pp
          <fpage>134</fpage>
          -
          <lpage>145</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Liu</surname>
            <given-names>Feng</given-names>
          </string-name>
          , Zhang Wei.
          <article-title>Colored Petri net extended with price information and its applicaion[J]</article-title>
          .
          <source>Journal of Computer Applications;</source>
          <year>2007</year>
          ,
          <volume>201</volume>
          :
          <fpage>2501</fpage>
          -
          <lpage>2503</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. S¨oren Auer,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Dietzold</surname>
          </string-name>
          , and Thomas Riechert.
          <article-title>OntoWiki - A Tool for Social, Semantic Collaboration</article-title>
          .
          <source>In Proceedings of the 5th International Semantic Web Conference, number 4273 in Lecture Notes in Computer Science</source>
          , pages
          <fpage>736</fpage>
          -
          <lpage>749</lpage>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Tuan Anh Pham,
          <string-name>
            <surname>Thi-Hoa-Hue</surname>
            <given-names>Nguyen</given-names>
          </string-name>
          , Nhan Le Thanh:
          <article-title>Ontology-based business process validation</article-title>
          .
          <source>RIVF</source>
          <year>2015</year>
          :
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>P.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boley</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tabet</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grosof</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Swrl: A semantic web rule language combining owl and ruleml</article-title>
          .
          <source>W3C Member Submission (May 21</source>
          <year>2004</year>
          ), http://www.w3.org/Submission/SWRL/.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>16. http://www.omg.org/spec/SBVR/</mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>WMP Van Der Aalst</surname>
            , AHM Ter Hofstede,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Kiepuszewski</surname>
            , and
            <given-names>AP</given-names>
          </string-name>
          <string-name>
            <surname>Barros</surname>
          </string-name>
          .
          <article-title>Workflow patterns</article-title>
          .
          <source>Distributed and Parallel Databases</source>
          ,
          <volume>14</volume>
          (
          <issue>1</issue>
          ):
          <fpage>5</fpage>
          -
          <lpage>51</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>N.</given-names>
            <surname>Russell</surname>
          </string-name>
          , A. ter
          <string-name>
            <surname>Hofstede</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Edmond</surname>
          </string-name>
          , and W. van der Aalst.
          <article-title>Workflow data patterns: Identification, representation and tool support</article-title>
          .
          <source>Conceptual Modeling-ER</source>
          <year>2005</year>
          , pages
          <fpage>353</fpage>
          -
          <lpage>368</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <given-names>H.N.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Coulette</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.T.</given-names>
            <surname>Dong</surname>
          </string-name>
          .
          <article-title>Broadening the use of process patterns for modeling processes</article-title>
          .
          <source>Proc. SEKE, Knowledge Systems Institute Graduate School</source>
          , pages
          <fpage>57</fpage>
          -
          <lpage>62</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>A.</given-names>
            <surname>Awad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Smirnov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Weske</surname>
          </string-name>
          .
          <article-title>Towards Resolving Compliance Violations in Business Process Models</article-title>
          .
          <source>GRCIS. CEUR-WS. org</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. I.
          <string-name>
            <surname>Weber</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Homann</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mendling</surname>
          </string-name>
          .
          <article-title>Semantic business process validation</article-title>
          .
          <source>In Proc. of International workshop on Semantic Business Process Management</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>