<!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>Combining DMN and the Knowledge Base Paradigm for Flexible Decision Enactment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ingmar Dasseville</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laurent Janssens</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gerda Janssens</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jan Vanthienen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marc Denecker</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>KU Leuven</institution>
          ,
          <addr-line>DLS, Celestijnenlaan 200A, 3000 Leuven</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>KU Leuven</institution>
          ,
          <addr-line>LIRIS, Naamsestraat 69, 3000 Leuven</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Representing business rules and the rules governing businesses is in itself a challenging task. Supporting the enactment of the represented rules poses even greater challenges. We present a novel approach to enact decisions represented using the Decision Model and Notation standard. The IDP knowledge base system is used as an inference engine for DMN decision models. The di erent forms of inference provided by the knowledge base system allow for exible decision enactment. Our approach additionally allows for decision enactment by automatically generating an interactive graphical interface from the speci cation of the decisions.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Representation</kwd>
        <kwd>Decision Modeling</kwd>
        <kwd>Decision Enactment</kwd>
        <kwd>DMN</kwd>
        <kwd>Knowledge Base Paradigm</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Representing business rules and the rules governing businesses is in itself a
challenging task [22]. Supporting the enactment of the represented rules poses even
greater challenges. Many representation forms for both business rules and
decision management have been proposed [11{13, 18], as well as several rule engines
aimed at the execution of business rules [
        <xref ref-type="bibr" rid="ref9">9, 16</xref>
        ].
      </p>
      <p>
        We present a novel approach for representing and enacting business rules
and decisions. Our approach leverages the simplicity and expressive power of
the Decision Model and Notation (DMN) standard to represent decisions and
the capabilities of a knowledge base system, equipped with multiple inferences
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], to enact them. A user-friendly graphical user interface allows for interactive
decision enactment on the modelled decisions.
      </p>
      <p>
        We present our approach using the well-known uServ case study [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The rules
entailed in the case study were represented in the DMN standard. To enact the
represented decisions our approach utilizes a knowledge base system, IDP. In
IDP knowledge is represented using an extension of rst-order logic, FO( )
language. By utilizing the available inferences of the IDP system we show how the
capabilities of current decision management solutions can be expanded. In
particular we show how the IDP knowledge base system can be used as an inference
engine for DMN. Additionally we discuss several extensions to the uServ use case
which, to the authors' knowledge, are di cult to achieve in existing solutions.
The system can be accessed on http://krr.bitbucket.org/autoconfig/.
      </p>
      <p>Our proposed system guides the user through the decision enactment process
by automatically propagating the user's input, and thus immediately showing
the consequences of their choices. In many rule languages, rules are
computational devices computing heads from bodies; information ow is from bodies to
heads. In the FO( ) language underlying the IDP system, sets of rules are de
nitions. Rules de ne heads in terms of bodies, but do not impose a computational
direction. The IDP system can compute the de ned concepts from known input,
but it can also compute possible values for unknown input, given a known value
for the de ned symbols. As such, the information ow can go from body to head
or from head to body, or a combination of both.</p>
      <p>The remainder of the paper is structured as follows. Section 2 provides a
background on the recent DMN standard, and on knowledge representation and
in particular the IDP knowledge base system. The used example, the uServ
case, is detailed and representations in both DMN and FO( ) are provided in
Section 3. Section 4 gives an explanation of our approach. Several scenarios for
enactment are provided in detail in Section 5. An overview of possible extensions
to our approach is given in Section 6. The paper is concluded in Section 7.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>The approach proposed in this paper uses a knowledge base to represent the
decision rules usually maintained in decision tables or other decision or business
rules management solutions. While knowledge representation and decision
management emerged in di erent elds, they share similar goals. Both domains are
concerned with nding an optimal representation for knowledge. In the case of
decision management this information entails the business decisions of an
organization. In the domain of knowledge representation the information is represented
in a general manner and can be used in several ways, e.g. to enact decisions. In
both domains the emphasis is on ensuring the represented knowledge is
actionable.</p>
      <p>This section provides some background of both decision management and
knowledge representation. The next subsection describes the newly proposed
decision management standard, DMN. Subsection 2.2 describes the eld of
knowledge representation, and in particular the knowledge base paradigm used in our
approach.
2.1</p>
      <sec id="sec-2-1">
        <title>Decision Model and Notation</title>
        <p>DMN, Decision Model and Notation, is a new standard managed by OMG, the
Object Management Group, to describe decision logic in a vendor-independent
language and executable notation [18, 19]. Without DMN, the logic of decisions
(pricing, eligibility, loans, compliance, ...) is all too often described in
imperfect requirements documents and then translated into enterprise systems, with
numerous disadvantages, such as: traceability problems, long revision cycles,
interpretation errors, poor consistency checking, lack of exibility, etc.</p>
        <p>DMN provides a tool-independent decision modelling notation, and is giving
rise to a class of executable modelling tools with the ability to specify and
execute business-friendly and veri able decision models. Key features of DMN
are: (1) Decision Requirements Diagrams (DRD) describing the dependencies
of a decision on other supporting decisions and information sources and (2)
the decision logic, typically either a decision table or an expression in a new
expressions language (FEEL), usable by domain experts but rich enough to
handle real-world decision logic. Decision tables have been around in various
forms for decades, and DMN imposes a number of constraints on their format.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Knowledge Representation</title>
        <p>
          The eld of knowledge representation and reasoning is aimed at developing
fundamental scienti c understanding of knowledge and its uses to solve problems.
Thanks to spectacular progress in solver technology in the elds of SAT [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ],
constraint programming [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], Answer Set Programming [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] this eld is reaching
maturity. This can be seen in the development of increasingly expressive formal
speci cation languages (overlapping or extending classical logic, inductive
denability, higher order aggregates and quanti cation, bounded arithmetic, etc.),
an improved understanding of expressing expert knowledge as formal speci
cations in these rich languages, an increased understanding of how computational
tasks can be decomposed in di erent inference tasks and the development of a
range of e ective inference engines for solving various types of tasks from formal
declarative speci cations.
        </p>
        <p>
          The area is broadening its view to new areas of application. Business Systems
present exciting challenges to the eld of KRR: realistic applications of
knowledge based nature, of great practical and economic interest and posing many
challenging research questions because of the great variety of human knowledge
and the need for modularizing it [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], the need for a range of di erent
functionalities [17] (to compute decisions and run business processes), for veri cation tools
(for compliance checking and others) [
          <xref ref-type="bibr" rid="ref10 ref4">4, 10, 23</xref>
          ] and the need of e cient scalable
reasoning.
        </p>
        <p>
          Most languages in these elds are designed with focus on a single or a few
forms of inference. The aim of the FO( )-KB project [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] is to build a logic
(FO( )) extending classical logic (FO) with language constructs of proven value
from various KR languages and to develop the knowledge base system IDP to
manage an FO( ) knowledge base and use it to solve a range of problems using
various forms of inference. The value of being able to reuse the same declarative
knowledge base for a range of functionalities was demonstrated recently in [14],
where 8 di erent forms of inference reuse the same knowledge base to provide a
exible user-friendly interactive con guration system. More information on the
IDP system can be found at https://dtai.cs.kuleuven.be/software/idp.
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The Running Example</title>
      <p>DMN
The dependencies, i.e. information requirements of the decisions in the uServ case
are represented using a decision requirement diagram (DRD) in Figure 1. Square
boxes, such as the \Eligible for Insurance" box, denote decisions, while rounded
boxes, such as \Price", denote input elements. The arrows show the direction
of the information requirements, e.g. the Eligible for Insurance decision requires
the result of the Client Score decision and information on whether or not the
client is a long term client.</p>
      <p>For reasons of clarity the DRD shown in Figure 1 is limited to the case of
insurance policies covering a single car and driver. Adding support for multiple
cars and drivers requires the use of business knowledge models, which represent
reusable pieces of knowledge. For this particular example this would signi cantly
increase the amount of elements in the DRD.</p>
      <p>The description of the logic of each decision is then detailed at the decision
logic level, using decision tables, boxed expressions, and the FEEL language.</p>
      <p>In Figure 2 the decision table of the Potential Theft Rating decision is shown.
As is evident from the DRD this decision requires three inputs: whether the car
model is on the High Theft Probability Auto list, whether it is a convertible,
and the car's price. These elements are represented by the columns of the table.
Each row then corresponds to one of the rules detailed in the uServ case.
3.2</p>
      <sec id="sec-3-1">
        <title>FO model</title>
        <p>The knowledge represented by the DMN model described in the previous
subsection can be translated to FO( ), in the form of an inductive de nition as
follows.
8
&gt;&gt; 8c [Car] : P T R(c) = High
&gt;
&gt;
&gt;&gt;&gt; 8c [Car] : P T R(c) = High
&gt;
&gt;
&gt;&gt;&gt; 8c [Car] : P T R(c) = High
&gt;
&gt;
&lt; 8c [Car] : P T R(c) = M oderate
&gt;
&gt;
&gt;
&gt;&gt;&gt;&gt; 8c [Car] : P T R(c) = Low
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
:</p>
        <p>HighT hef tP robabibilityList(CarM odel(c)): &gt;9
&gt;
P roperties(c; Convertible): &gt;&gt;&gt;&gt;
&gt;
P rice(c) &gt; 45000: &gt;&gt;&gt;&gt;
&gt;
20000 P rice(c) 45000 &gt;&gt;=
^ P T R(c) 6= High:
P rice(c) &lt; 20000
^ P T R(c) 6= High
^ P T R(c) 6= M oderate:
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
;</p>
        <p>The rules have a one to one correspondence with the rules in the decision
table in Figure 2. In other words the given table and this de nition represent
the same knowledge. All decision tables used to describe the uServ case can in a
similar fashion be translated to de nitions. An automatic translation from DMN
to FO( ) is still ongoing work.</p>
        <p>Since, in general, knowledge represented in the form of decision tables or
DMN's boxed expressions can be translated to FO( ) the inferences present in
IDP's inference engine become available for use with DMN decision models. This
allows business users to represent the needed knowledge in a business oriented
way and leverage the power of generally applicable inferences to enact the
modelled decisions.</p>
        <p>In Section 5 three scenarios are introduced which show the power and usage
of several of these inferences using an automatically generated graphical user
interface.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>From Decision Modelling to Enactment</title>
      <p>As mentioned in Subsection 3.2 the rules speci ed in FO( ) for the uServ case
have a one-to-one correspondence to decision tables and other DMN constructs.
As such a translator from DMN to FO( ) would allow DMN to be used to model
business decisions, or other applications where the knowledge is representable in
DMN, while IDP can be used as the back-end to perform the required inferences.
4.1</p>
      <sec id="sec-4-1">
        <title>Methodology</title>
        <p>Building a new application using our approach is a three step process. In a
rst step the decisions are modelled using DMN. Thus allowing to leverage the
understandability of DMN to represent the required knowledge. Translating this
DMN decision model to FO( ) forms the second step. Currently this translation
has to be done manually, however there is already a simple automated solution
for automatically translating the decision tables to RULEML (as indicated in
earlier work [21]), this approach can be extended to allow for a translation to
FO( ). A direct translation from DMN to FO( ) is currently in progress. After
the translation, as a last step, the interface is automatically generated as for the
uServ demo. Using IDP's inference engine then allows to enact the decisions in
a exible way.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Architectural Information</title>
        <p>
          The theory editor and interaction with the IDP software is the same as for the
IDP Web-IDE[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. The theory editor helps the user with syntax highlighting,
some syntactic sugar and useful error messages and warnings.
        </p>
        <p>Apart from the pre-existing IDP and IDE-tools. The application was fully
developed using web technologies. Selections of the user are communicated using
JSON objects and AngularJS[20] is used to tie the IDP interaction to the web
interface.</p>
        <p>
          Apart from the default theory, the tool itself is completely independent of
the uServ use case. This means that this tool provides the same functionalities
for all FO( ) theories and responds immediately to any change. For instance,
adding new cars to the high theft probability list, will immediately be re ected
in the user interface.
The IDP system supports the various functionalities through a combination of
techniques from SAT, constraint programming and Answer Set Programming.
A full description of the system can be found in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>The speci cation is not executable by itself and the functionality which is
needed determines how the execution is done. For example, the optimal
propagation does a full reduction of the problem to SAT. The approximate version
propagates information using symbolic methods and does not do this
transformation.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Enactment Scenarios</title>
      <p>This section discusses three enactment scenarios provided by our approach.
Firstly direct and indirect consequences of a user's choices are determined, this
allows for interactive enactment which guides the user through the decisions.
Secondly a partially provided solution can be extended to a full solution. This
can be used to generate a possible example, or to determine the outcome of a
decision when input is provided. Lastly our approach allows the optimisation of a
decision outcome with respect to a given criterion. These scenarios are illustrated
with several examples, using a graphical user interface.</p>
      <p>
        The demo's user interface consists of two tabs. The theory tab consists of
an editor for the IDP language, which consists of components described in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
In this tab an arbitrary FO(.) speci cation can be placed. In the con guration
tab, this speci cation is converted into an interactive form. It consists of a set
of properties, which can have one or multiple values. Every possible value for
a property is listed under the property name, together with a \+" and a \-"
button. With these buttons, the user can indicate whether this value is true for
the property. A \+" indicates the value is true. If neither symbol is selected, it
is unknown whether the value is true or not.
      </p>
      <p>This interface allows various functionalities based on the speci cation in
theory tab. These will be explored in the rest of this section.
5.1</p>
      <sec id="sec-5-1">
        <title>Determining Consequences</title>
        <p>In decisions input and output are strongly related, i.e. even when only partial
input is available, information can already be derived. Often it is even possible
to exclude certain outcomes, in some cases a unique outcome can already be
determined [15]. In other words it is possible that choices made by the user,
force some other values to hold, or prevent some other options. In our demo
the system communicates this to the user through a green or red background
for the respectively forced or impossible values. It also disables the buttons
corresponding to that value, thus preventing the user from making inconsistent
choices.</p>
        <p>In IDP this functionality is provided by the propagation inference. This
inference tries to nd the intersection of all solutions which are still possible, given
the set of current choices. Depending on the size of the problem, this can be
done in an exact way, but there are also approximate (more e cient) versions
of this inference available for problems where exhaustive search is not feasible.</p>
        <p>Figure 3 shows the initial con guration of the system. For clarity the
examples in the gures have been limited to the decisions involving only cars, and the
policy is limited to a single car.</p>
        <p>Example 1. When the outcome for the Auto Eligibility decision for Car1 is
selected to be Eligible this choice is automatically propagated using the
represented knowledge. This will e ectively tell the user the minimum requirements
for eligibility.</p>
        <p>As shown in Figure 4 this implies the car must be a Golf, since the other
models are all on the High Theft Probability List and would ensure for the
car to get at most a Provisional eligibility label. For the same reason the car
can not be a convertible of priced over $45 000. Since the Potential Occupant
Injury Risk of a car can be at most Moderate for the car to be Eligible,
the system can derive the car must have at least Driver and Front Passenger
airbags.</p>
        <p>This example shows how a single choice of a desired outcome can have a
large e ect on the remaining possibilities. Figure 4 demonstrates how the extra
information about the choices is communicated to the user. Partially provided
input can have a similar e ect.</p>
        <p>Note the di erence in background of the '+' sign for Auto Eligibility(Car1,
Eligible) and that of the propagated information. A coloured background,
as for Properties(Car1, Convertible) denote this information is a
consequences of the choices that were made. In contrast the clear background of Car1,
Eligible denotes that this tuple was a choice, i.e. it can be undone by the user.
Undoing one of the choices can have an e ect on the propagated information.
The same equally applies for '-' signs.</p>
        <p>It is important to note that if the inputs for a decision are completely
provided, propagation will automatically determine the decision's outcome.
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Extending a Partial to a Complete Solution</title>
        <p>In some situations one can be interested in a possible solution given the current
set of choices, e.g. retaking the previous example, Figure 4 can be expanded to
a full solution, thus showing a possible situation for an eligible car. This
functionality is available in IDP as the model expansion inference. Figure 5 shows
a possible result of the system after a model expansion. Unlike for propagation
the information added by expanding the current information to a full solution
is not a direct consequence of user choices. Thus all information added by
performing model expansion has the signs marked by a clear background, i.e. they
are choices which can be undone.
5.3</p>
      </sec>
      <sec id="sec-5-3">
        <title>Optimisation</title>
        <p>Model expansion gives you an arbitrary solution of the problem. Sometimes one
can be interested in a particular optimum according to some criterion such as
cost or time. For example in the situation where you want to buy a car, and
want to know what car to buy so your insurance policy is as cheap as possible.</p>
        <p>The inference needed for solving optimization problems like this is also
provided by IDP. The possible optimisation criteria de ned in the speci cation are
listed under the drop down menu \Optimize". The use of this inference is shown
in Example 2. All rules up to determining the policy's eligibility are used.
Additionally, to allow for a meaningful use case, the example entails two drivers and
three cars.</p>
        <p>Example 2. The optimisation inference can for example be used to enact the
eligibility decision for a customer asking for a policy covering as many of her
cars as possible as well as preferably covering her grand son, however he has
been convicted of a DUI in the past. She owns three cars, an MX5, a Golf, and
a Polo. The Polo does not have driver side airbags. The policy should not be
immediately rejected, however requiring an underwrite would not be a problem.
The customer is not an elite, preferred, or long term client. After lling
in all these details the optimize inference with the Max Drivers Cars term can
be used to infer the most optimal policy.</p>
        <p>The resulting policy covers both the customer and grandson, and two of her
three cars. Using the interface it is also possible to see what would be the result
if the grandson was not covered by the insurance policy, by deselecting him from
the Covers Driver predicate. In this case, the third car, can also be covered
by the policy. This leaves the customer with two choices, which are equivalent
according to the criterion.</p>
        <p>This inference can be used with any user de ned term, similar to the Max
Drivers Cars term. This term represents the sum of the amount of drivers and
cars covered by the insurance policy. Since internally the minimize inference is
used, the term is negated to allow for maximization. The Max Drivers Cars
term is speci ed in IDP as follows.</p>
        <p>term MaxDriversCars : V f</p>
        <p>(#fd : C o v e r s D r i v e r ( d ) g + #fc : CoversCar(c ) g )
g</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Major Contributions and Future Work</title>
      <p>The power of our proposed approach is in the availability of multiple forms of
inference. The transformation from DMN to FO( ) allows the exible reasoning,
available in IDP, to be used for DMN models. In particular this means the same
DMN decision model can be used for di erent scenarios. The demo explained
in Section 5 shows only the propagation, model expansion, and minimization
inference. However the other inferences available in the IDP system can equally
be useful for business applications.</p>
      <p>If the logic of a business process is represented in FO( ) the progression
inference can be used to enact the process. Allowing the repercussions of performed
actions to in uence the state of the process. This would allow for the integration
of decision and process management if both the decision logic and process logic
is represented.</p>
      <p>Additionally derived inferences can be implemented speci cally geared
towards decision management. Inferences can be de ned which check the
completeness and exclusivity of a decision, by using model expansion as a base for
these inferences counter examples can be generated in case the decision in
question is not complete of exclusive. These counter examples can be help in detecting
where the violations occur, and aid in resolving them.</p>
      <p>The graphical user interface provided for the demo, shows exactly one
outcome of a decision enactment. However in many cases alternative outcome may
be possible. Especially in the case of only partially provided input information,
there may not be a unique outcome. The model expansion inference can be used
to determine all possible outcome alternatives, allowing the user to choose its
most preferable model. This extends to the use of the optimize inference. In
Example 2 two outcomes are possible, one covering the grandson, and another
covering the third car. Using a di erent user interface, the system would be able
to provide both these alternatives.</p>
      <p>The interface o ers a way to show options, user choices and their
consequences in a general manner. Currently it displays all possibilities in the form
of a check box for true and false. For larger domains and applications this may
become cumbersome. In the future the interface will be extended to allow the
e cient visualisation of larger domains, as well as allow for more clear
modularisation of the decisions. This would allow to include the price of the policy
in the modelling, e.g. allowing it to be used with the optimisation inferences to
minimize the price of the policy.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusion</title>
      <p>Enacting business decisions is challenging, especially for an expressive decision
modelling language, such as DMN. Our approach uses the knowledge base
system IDP as an inference engine for DMN. Through translation from DMN to
an extension of rst-order logic, we can leverage the exibility available in IDP.
Additionally a graphical user interface is provided which is automatically
generated from the translated modelling. In this manner we make sure our approach is
generally applicable. We presented our work using the well-known uServ
product derby case study as a test case. The examples show our approach is able
to enact decisions in several ways. It guides the user by immediately showing
the consequences of the choices that are made, it allows a partial solution to be
expanded to a total solution, and it allows to ask for an optimal solution with
respect to a chosen criterion.</p>
      <p>Our approach consists of three steps. The decision knowledge is modelled
using DMN. This modelling is translated to an extension of rst-order logic, FO( ).
The graphical user interface is automatically generated from this representation,
and uses IDP's inference engine to enact the decisions. Several extensions to this
approach are mentioned as future work. The user interface can be extended to
allow for more complex data types. The automation of the translation from DMN
to FO( ), which is currently done manually, is also left as future work. New,
derived inferences speci c to decision enactment will be devised to provide more
possibilities to use the represented decisions.
12. Guido Governatori. Representing business contracts in RuleML. Int. J. Cooperative</p>
      <p>Inf. Syst., 14(2-3):181{216, 2005.
13. Object Management Group. Semantics of business vocabulary and business rules
(sbvr). OMG document number formal/08-01-02, January 2008. Version 1.0.
14. Pieter Van Hertum, Ingmar Dasseville, Gerda Janssens, and Marc Denecker. The
KB paradigm and its application to interactive con guration. In Practical
Aspects of Declarative Languages - 18th International Symposium, PADL 2016, St.</p>
      <p>Petersburg, FL, USA, January 18-19, 2016. Proceedings, pages 13{29, 2016.
15. Laurent Janssens, Johannes De Smedt, and Jan Vanthienen. Modeling and
enacting enterprise decisions. In Advanced Information Systems Engineering Workshops.</p>
      <p>Springer, 2016. Accepted.
16. Christoph Nagl, Florian Rosenberg, and Schahram Dustdar. Vidre{a distributed
service-oriented business rule engine based on ruleml. In Enterprise Distributed
Object Computing Conference, 2006. EDOC'06. 10th IEEE International, pages
35{44. IEEE, 2006.
17. Anil Nigam and Nathan S. Caswell. Business artifacts: An approach to operational
speci cation. IBM Systems Journal, 42(3):428{445, 2003.
18. OMG. Decision Model and Notation, 2015. Accessed on 17.05.2016.
19. James Taylor, Alan Fish, Jan Vanthienen, and Paul Vincent. Emerging standards
in decision modeling. In Intelligent BPM Systems: Impact and Opportunity, pages
133{146. iBPMS Expo, 2013.
20. AngularJS. https://angularjs.org/.
21. Jan Vanthienen. PROLOGA: from business knowledge modeling to ruleml. In
Rule Representation, Interchange and Reasoning on the Web. Series: Lecture Notes
in Computer Science, Vol. 5321 The International RuleML Symposium on Rule
Interchange and Applications (RuleML-2008), page 3p. Springer, 2008.
22. Jan Vanthienen and Filip Caron. Modeling business decisions and processes{which
comes rst? In Proceedings of the International Conference on Knowledge
Discovery and Information Retrieval and the International Conference on Knowledge
Management and Information Sharing, pages 451{456. KMIS, 2014.
23. Ingo Weber, Jorg Ho mann, and Jan Mendling. Beyond soundness: on the
verication of semantic business process models. Distributed and Parallel Databases,
27(3):271{343, 2010.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Krzysztof</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Apt</surname>
          </string-name>
          .
          <article-title>Principles of Constraint Programming</article-title>
          . Cambridge University Press,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Chitta</given-names>
            <surname>Baral</surname>
          </string-name>
          .
          <article-title>Knowledge Representation, Reasoning, and Declarative Problem Solving</article-title>
          . Cambridge University Press, New York, NY, USA,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Armin</given-names>
            <surname>Biere</surname>
          </string-name>
          , Marijn Heule, Hans van Maaren, and Toby Walsh, editors.
          <source>Handbook of Satis ability</source>
          , volume
          <volume>185</volume>
          of
          <article-title>Frontiers in Arti cial Intelligence and Applications</article-title>
          . IOS Press,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Elio</given-names>
            <surname>Damaggio</surname>
          </string-name>
          , Alin Deutsch, Richard Hull, and
          <string-name>
            <given-names>Victor</given-names>
            <surname>Vianu</surname>
          </string-name>
          .
          <article-title>Automatic veri cation of data-centric business processes</article-title>
          .
          <source>In Business Process Management - 9th International Conference, BPM</source>
          <year>2011</year>
          ,
          <article-title>Clermont-</article-title>
          <string-name>
            <surname>Ferrand</surname>
          </string-name>
          , France,
          <source>August 30 - September 2</source>
          ,
          <year>2011</year>
          . Proceedings, pages
          <volume>3</volume>
          {
          <fpage>16</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Ingmar</given-names>
            <surname>Dasseville</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gerda</given-names>
            <surname>Janssens</surname>
          </string-name>
          .
          <article-title>A web-based IDE for IDP</article-title>
          . CoRR, abs/1511.00920,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Broes De Cat.
          <article-title>Separating Knowledge from Computation: An FO( ) Knowledge Base System and its Model Expansion Inference</article-title>
          .
          <source>PhD thesis</source>
          , KU Leuven, Leuven, Belgium, May
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Broes De Cat, Bart Bogaerts, Maurice Bruynooghe, Gerda Janssens, and
          <string-name>
            <given-names>Marc</given-names>
            <surname>Denecker</surname>
          </string-name>
          .
          <article-title>Predicate logic as a modelling language: The IDP system</article-title>
          .
          <source>CoRR, abs/1401.6312v2</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Feldman</surname>
          </string-name>
          and
          <string-name>
            <given-names>James</given-names>
            <surname>Taylor</surname>
          </string-name>
          .
          <article-title>Good old userv product derby in the brave new world of decision management</article-title>
          .
          <source>In Building Business Capability</source>
          <year>2015</year>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>E.</given-names>
            <surname>Friedman-Hill</surname>
          </string-name>
          .
          <article-title>Jess in action: Rule-based systems in Java</article-title>
          . In Action series. Manning,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Laura</surname>
            <given-names>Giordano</given-names>
          </string-name>
          , Alberto Martelli, Matteo Spiotta, and Daniele Theseider Dupre.
          <article-title>Business process veri cation with constraint temporal answer set programming</article-title>
          .
          <source>Theory and Practice of Logic Programming</source>
          ,
          <volume>13</volume>
          (
          <issue>4-5</issue>
          ):
          <volume>641</volume>
          {
          <fpage>655</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Stijn</surname>
            <given-names>Goedertier</given-names>
          </string-name>
          , Christophe Mues, and
          <string-name>
            <given-names>Jan</given-names>
            <surname>Vanthienen</surname>
          </string-name>
          .
          <article-title>Specifying process-aware access control rules in sbvr</article-title>
          .
          <source>In Advances in Rule Interchange and Applications</source>
          , pages
          <volume>39</volume>
          {
          <fpage>52</fpage>
          . Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>