<!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>Closing the User-Centric Service Coordination Cycle</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hans Weigand</string-name>
          <email>H.Weigand@uvt.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Johannesson</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Birger Andersson</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Bergholtz</string-name>
          <email>maria@dsv.su.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeewanie Jayasinghe Arachchige</string-name>
          <email>J.JayasingheArachchig@uvt.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Royal Institute of Technology Department of Computer and Systems Sciences</institution>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tilburg University</institution>
          ,
          <addr-line>P.O.Box 90153, 5000 LE Tilburg</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the future vision of an Internet of Services, users take an active role in service selection and composition. In this context, web services are mostly interfaces to real services and can be classified as coordination services with respect to the latter. To enable users to perform service composition, the effect of the coordination services must be described in such a way that users are not only able to discover services but also to detect and prevent possible conflicts in their composition. To meet these requirements, a service description language for coordination services is proposed based on the REA business ontology.</p>
      </abstract>
      <kwd-group>
        <kwd>Internet of Services</kwd>
        <kwd>service design</kwd>
        <kwd>REA</kwd>
        <kwd>service description</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In spite of considerable progress that has been made in the area of Service Oriented
Computing, the impact on society has still been limited. There is not yet such a thing
as an Internet of Services that would allow users to integrate the services they want to
use easily and seamlessly. It has been acknowledged that users must play a more
active role in service composition, if only because of the long tail of specific and
heterogeneous services around [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] that simply cannot be handled all by the IT
departments. Enterprise mashups may provide an instrument to realize this service
cocreation effort of users and developers [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In this paradigm, software resources such
as (REST or SOAP) web services are embedded in widgets that provide simple user
interaction mechanisms to these resources; these (visual) widgets are combined by the
user himself to create mashups.
      </p>
      <p>
        However, users are not interested in composing web services as such. To them,
these are merely interfaces to “real” services such as traveling, meeting support, child
care, entertainment or car maintenance. Users have a need to plan and coordinate the
services they use (cf. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]).
      </p>
      <p>Fig. 1 depicts the envisioned user-centric service coordination cycle: users
compose mashups and interact with the widgets in them to access web services. The
web service typically supports the coordination with a service provider who offers a
real-world service as part of a service bundle. The service affects a resource that
concerns the user (the resource could be the user himself, for instance in the case of a
hotel reservation). That web services themselves may be composite software entities
is left out of this figure as being less relevant to the user, but is of course relevant to
the software developer.</p>
      <p>
        Both web services and services need a description, but what should be in this
description? In composing web services, a major challenge is to reconcile
incompatible data representations. In composing services in the real world, a major
challenge is to meet the constraints imposed by the fact that resources are scarce, can
only be in one place at a time and often cannot be shared. For that reason, [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] argues
convincingly that “asset-driven” service modeling will be a central concern in
developing an Internet of Services and claims that “novel methodologies and tools are
needed to support the modeling of the key assets of services”. In our view, this
modeling should support at least conflict prevention and conflict detection.
      </p>
      <p>Let s be a service that a user U intends to consume and let M be the set of
resources and actors involved in the execution of s. Each m in M has a time-based
context A(E,C) where E is a set of events planned for m and C a set of constraints on
E. The goal of conflict prevention is to ensure that when s is added to the planning of
U, all context constraints are still met, for all m in M. Typical events that stem from
the planning of s are the start of the service execution and its ending. The goal of
conflict detection is to check context constraints when an event e is added. Typical
events are contingencies such as a flight being delayed. We can assume that in a
future Internet of Services and Internet of Things, most of these events are generated
without active user involvement. If s is a composite service, then the check should be
done on all the services involved individually and jointly.</p>
      <p>In order to make conflict prevention and conflict detection possible at all, web
services must provide more information than input and output requirements such as
we find in a WSDL document. What we need is a generic language to describe
services, the resources they use as well as planned and actual events on the type level.
Web services can use this language to represent the preconditions and effects of the
real services they connect to as well as their own semantics. A mashup environment
can collect and combine this information, integrate it with other sources such as the
user’s agenda (that should be represented in the same format) in order to provide the
user with the conflict prevention and conflict detection functionality described above.
On the basis of the service description and after instantiating the formulae with actual
data, the user immediately knows the effect of a successful service invocation.</p>
      <p>
        In this paper, we propose to ground the service description language in the REA
ontology [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] where we concentrate on coordination services as being of most interest
to the user. An advantage of REA is that it has a very small set of basic concepts, and
therefore is relatively easy to understand.
      </p>
      <p>
        To arrive at rigorous and relevant research results, we use Peffers’ design science
phases [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. The problem identification and motivation has been stated. Our solution
objective is to develop a coordination service description language based on REA
(without addressing a particular syntactic style, e.g. OCL or OWL). In section 2, we
work out how REA represents services and the coordination of services. On the basis
of that we show in section 3 how service descriptions can be developed that enable
the required conflict detection (design and development). This is applied to the
wellknown hotel reservation case (demonstration).
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Coordination Services in REA</title>
      <sec id="sec-2-1">
        <title>2.1 REA and Capacity Planning</title>
        <p>
          The Resource-Event-Agent (REA) ontology was first formulated in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and has been
developed further, e.g. in [
          <xref ref-type="bibr" rid="ref14 ref4 ref8">14,4,8</xref>
          ]. The following is a short overview of the core
concepts of the REA ontology based on [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>
          A resource is any object that is under the control of an agent and regarded as
valuable by some agent. This includes goods and services. The value can be monetary
or of an intangible nature, such as status, health state, and security. Resources are
modified or exchanged in processes. A conversion process uses some input resources
to produce new or modify existing resources, like in manufacturing. An exchange
process occurs as two agents exchange (provide, receive) resources. To acquire a
resource an agent has to give up some other resource. An agent is an individual or
organization capable of having control over economic resources, and transferring or
receiving the control to or from other agents [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. Agents participate in events from
inside (the primary perspective of the model) or outside.
        </p>
        <p>The constituents of processes are called economic events. An economic event is
carried out by an agent and affects a resource. The notion of stockflow is used to
specify in what way an economic event affects a resource. REA identifies five
stockflows: produce, use, consume, give and take, where the first three occur in
conversion processes and the latter two in exchange processes. REA recognizes two
kinds of duality between events: conversion duality and exchange duality.</p>
        <p>
          Events can be assigned to a location. Sometimes the acronym REAL is used for
REA plus location [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
        <p>Using the REA model, we can define the notions of capacity and availability. We
take the perspective of the resource manager a (e.g. hotel manager) who has received
or reserved certain resources from another agent x (e.g. hotel owner). He can commit
resources of a certain resource type to another agent x for a certain date. In that case,
there is a specify relationship between the reservation and the resource type. The
commitment/reservation has a cardinality indicating the number of resources
reserved. The actual allocation of resources (instances) to a certain reservation is
usually done later. If we assume the Capacity is stable over time, the following
definitions suffice:</p>
        <p>Capacity(a,t) = card(R)</p>
        <p>R= {r: resource | typify(r,t) ( x:agent received(a,x,r)</p>
        <p>s:reservation (give(x,s) take(a,s) specify(s,t) reserve(s,r)) }
Reserved(a,t,d) = ∑ c: card(s,c), s RS(a,t,d) where</p>
        <p>RS(a,t,d) = {s: reservation | x,a:agent give(a,s) take(x,s) specify(s,t)</p>
        <p>date(s,d) }</p>
        <p>Available(a,t,d) = Capacity(a,t) - Reserved(a,t,d)
The capacity for a resource type t is what the agent has received or that is made
available to him (and that is of the resource type t. To calculate the availability at
some date/time d, we first sum up the commitments, and detract this number from the
capacity.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Coordination services</title>
        <p>
          Coordination services are defined in [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] as services supporting an exchange process
(a set of events) for a good or a service. Processes like identification, negotiation,
order execution and after-sales take place in both cases. We introduce the notion of
coordination object for the object of these processes: what is negotiated and executed?
The central coordination object is the purchase order fulfilled by the exchange event,
but in complex processes there are many more. The following two reoccur quite often,
especially when services are concerned: appointment and reservation. The reason for
that is simply that the delivery of a service requiring resources from both the provider
and customer to be present at the same time and place requires more coordination
than the delivery of a good.
        </p>
        <p>Using REA coordination objects can be specified in terms of commitments.
Therefore, another way of characterizing coordination services is to say that these
services manipulate commitments: their goal is to give, take and fulfill commitments.</p>
        <p>
          We assume that for all coordination objects there is an agreement process first
followed by an execution and evaluation process, that is, the coordination process per
coordination object takes the form of a “Conversation for Action” [
          <xref ref-type="bibr" rid="ref3 ref6">3,6</xref>
          ]. The message
exchange in these conversations is not in the scope of this paper, but what is
important is the effect of these conversations, since that is directly relevant for a user
composing and using a certain mashup application.
        </p>
        <p>
          In standard REA, a reservation is a relationship between a commitment and a
resource. In the following, we use the term “reservation” more specifically for a
commitment that precedes the purchase order, which obliges a provider not to sell a
resource to any other agent than the customer for whom the reservation is created.
From an economic point of view, the main objective of this kind of reservations is to
reduce uncertainty about the business transaction – to mitigate the risks involved,
such as items being out of stock or functionality not available, and to reduce the need
for slack [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. So although the reservation has some costs in the form of less
operational discretion, it increases the total value for both customer and provider.
        </p>
        <p>
          The REA application model in Fig. 2 contains and relates two coordination objects:
reservation and purchase order. The reservation is commitment that specifies a
resource type and there is a “reserve” relationship with resource, being all resources
involved in the fulfillment of the commitment and set apart for that purpose. Quite
often, the commitment specifies a resource type only and the allocation of the specific
resource is done later. According to REA, there is exchange reciprocity between
commitments. This reciprocity leads to dependencies between commitments that must
be managed properly by the coordination services. The contract can be explicit or
implicit. It may contain additional commitments, usually conditional ones (terms),
such as a penalty for non show-up. In line with [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] we distinguish between
dcommitments (decrement) and i-commitments (increment), for commitments by or to
the service provider, respectively. The fulfill relationship is one between commitment
and economic event. The fulfillment of the reservation is the accept-order event by
which the purchase order is created. The fulfillment of the purchase order is the
service exchange event. Since this could be seen as the ultimate objective of the
reservation as well, we define a fulfill* relationship being the transitive closure of
fulfill-relationships.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Service Description and Conflict Detection</title>
      <sec id="sec-3-1">
        <title>3.1 Service Description Using REA</title>
        <p>Using the REA ontology, service descriptions can be developed for coordination
services either in the form of REA events REA relations. Table 1 specifies the basic
predicates.</p>
        <p>RELATIONS
At(Agent,Location)
Fulfil(Event,Commitment)
Clause(Commitment, Contract)
Available(Agent,
ResourceType,Time): Number
Capacity(Agent , Resource
Type):Number
PlannedCapacity(Agent, Resource
Type, Time):Number</p>
        <p>
          The relations and terms have a direct counterpart in REA or have been defined in
section 2. We use some shorthands for the events. Commit stands for create
commitment, Cancel for withdraw commitment. Purchase and Pay stand for the
standard exchange events. Move stands for the event of changing the location of the
agent or some resource. In both Commit and commitment we make use of an
embedded functor e(x,t) where e is an Event Type, x can be a any object (and there
may be more than one argument x) and t is a time reference. Expressions of this form
are called i-events and are used in the same way as actions in the situation calculus
[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], where they can be the object of a do-action.
        </p>
        <p>
          Using these predicates, we define the following list of coordination services (table
2). Note that they are services in terms of [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]: their goal is an event that affects a
relevant resource. Being coordination services, they manipulate commitments. Table
2 presents the IOPEs (Input/Output/Precondition/Effect) for hotel services but in a
quite general way. As such it can be applied to a flight service or theater service as
well. However, the way the coordination services are bundled in web services may
differ. In the typical hotel case, the Create_Contract and Check_In are one
transaction: at the moment the customer shows up, according to his reservation, a
contract is set up and a specific resource is allocated. In the typical flight case, the
Create_Contract is performed long time before the Check_In.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Conflict Detection</title>
        <p>As said in section 1, each resource or agent is assumed to have a time-based context
A(E,C) where E is a set of planned events and C a set of constraints on E. To support
Coordination</p>
        <p>Service
Check_Availability
Create_Reservation
Cancel_Reservation
Create_Contract
Check_In
Check_Out
Receive_Payment
Cancel_Contract</p>
        <p>Input
ResrcType R
Time T
User U
Customer C
Time T
ResrcType R
Customer C
Time T
ResrcType R
Id Res
Customer C
Time T
Id Res
Customer C
Time T
Id PO
Customer C
Id Ri
Customer C
Id PO
Customer C
Time T
Resource Rs
Id PO</p>
        <p>Output
Bool A
Id Res
Id PO
Amount
F
Id Ri
Id S
Id P
conflict detection and conflict prevention, we should be able to check whether E
meets the constraints C.</p>
        <p>Let M be the set of resources relevant to U. To determine the contents of M, the set
Eu of committed events for U is calculated first as follows:</p>
        <p>fulfill*(e,c) participate(e,U))}</p>
        <p>Eu = {e: event | c: commitment(c)
Then</p>
        <p>M = {m | e Eu: stockflow(e,m) participate(e,m)} (resources and agents
involved, as far as known)</p>
        <p>For some m M, the context Em contains the committed events that involve m. Note
that U M. However, not only the context of U, but the context of every m M should
not violate its constraints. The constraints in the context can be resource-specific, but
a very fundamental constraint is that there can be no “agenda conflict”:</p>
        <p>e1, e2 Em e1.time e2.time =
Another general constraint is that the resource can be at only one place at a time, and
needs time for moving:
e1, e2 Em : e1.time.end = e2.time.start e1.location = e2.location
e1, e2 Em : next(e1, e2) e1.location &lt;&gt; e2.location
( ei Em : e1&lt; ei &lt; e2 ei.type= «move» e1.object = m</p>
        <p>ei.destination = e2.location)
where next(e1, e2) means that e2 is the first event after e1.</p>
        <p>To prevent conflicts when considering the use of a service s, the user first adds the
commitments produced by s to his context (using the coordination service effect
descriptions), and then executes the conflict detection process.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Anderson</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>The Long Tail: How endless choice is creating unlimited demand</article-title>
          .
          <source>Random House Business Book</source>
          , London (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Benatallah</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casati</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Toumani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>Web Service Conversation Modeling: A Cornerstone for E-Business Automation</article-title>
          .
          <source>IEEE Internet Computing</source>
          <volume>8</volume>
          ,
          <issue>1</issue>
          (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dietz</surname>
          </string-name>
          .
          <source>J. Enterprise Ontology - Theory and Methodology</source>
          . Springer, Berlin (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Geerts</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCarthy</surname>
            ,
            <given-names>W.E.</given-names>
          </string-name>
          <article-title>An Accounting Object Infrastructure For Knowledge-Based Enterprise Models</article-title>
          .
          <source>IEEE Int. Systems &amp; Their Applications</source>
          , pp.
          <fpage>89</fpage>
          -
          <lpage>94</lpage>
          , (
          <year>1999</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gailly</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laurier</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poels</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Positioning and Formalizing the REA enterprise ontology</article-title>
          .
          <source>Journal of Information Systems</source>
          <volume>22</volume>
          ,
          <fpage>219</fpage>
          -
          <lpage>248</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Goldkuhl</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Action and media in interorganizational interaction</article-title>
          .
          <source>Comm.. ACM 49</source>
          , 5 pp.
          <fpage>53</fpage>
          -
          <lpage>57</lpage>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hoyer</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stanoevska-Slabeva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Towards</surname>
          </string-name>
          <article-title>a reference model for grassroots enterprise mashup environments</article-title>
          .
          <source>Proc. ECIS</source>
          <year>2009</year>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hruby</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>Model-Driven Design of Software Applications with Business Patterns</article-title>
          . Springer Verlag (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>McCarthy</surname>
            <given-names>W.E.</given-names>
          </string-name>
          ,
          <article-title>The REA Accounting Model: A Generalized Framework for Accounting Systems in a Shared Data Environment. The Accounting Review (</article-title>
          <year>1982</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>McCarthy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          <article-title>Some philosophical problems from the standpoint of artificial intelligence</article-title>
          .
          <source>Machine Intelligence</source>
          ,
          <volume>4</volume>
          :
          <fpage>463</fpage>
          -
          <lpage>502</lpage>
          (
          <year>1969</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>O</given-names>
            <surname>'Leary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>REAL-D:</surname>
          </string-name>
          <article-title>A Schema for Data Warehouses</article-title>
          ,
          <source>Journal of Information Systems</source>
          , Volume
          <volume>13</volume>
          , Number 1, pp.
          <fpage>49</fpage>
          -
          <lpage>62</lpage>
          (
          <year>1999</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Peffers</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuunanen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rothenberger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chatterjee</surname>
          </string-name>
          ,
          <source>S. A Design Science Research Methodology for Information Systems Research. Journal of Management Information Systems</source>
          ,
          <volume>24</volume>
          (
          <issue>3</issue>
          ),
          <fpage>45</fpage>
          -
          <lpage>77</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pistore</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Traverso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paolucci</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wagner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>From Software</surname>
          </string-name>
          <article-title>Services to a Future Internet of Services</article-title>
          . In: G. Tselentis et al (eds),
          <article-title>Towards the Future Internet</article-title>
          . IOS Press, (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <article-title>UN/CEFACT Modelling Methodology (UMM) User Guide</article-title>
          . Available at http://www.unece.org/cefact/umm/UMM_userguide_220606.
          <string-name>
            <surname>pdf</surname>
          </string-name>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Weigand</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heuvel</surname>
            ,
            <given-names>W.J.A.M.</given-names>
          </string-name>
          <article-title>van den. A conceptual architecture for pragmatic web services</article-title>
          . In M. Schoop, A. de Moor, &amp; J.
          <string-name>
            <surname>Dietz</surname>
          </string-name>
          (Eds.),
          <source>Proc. 1st Int. Conf. on the Pragmatic Web</source>
          (pp.
          <fpage>53</fpage>
          -
          <lpage>66</lpage>
          ). Heidelberg: Springer-Verlag (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Weigand</surname>
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johannesson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andersson</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <article-title>Bergholtz Value-based Service Modeling and Design: Toward a Unified View of Services</article-title>
          .
          <source>Proc. CAiSE'09</source>
          , Springer, pp.
          <fpage>410</fpage>
          -
          <lpage>424</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>