<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">An introduction to Commitment Based Smart Contracts using ReactionRuleML</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Joost</forename><surname>De Kruijff</surname></persName>
							<email>j.c.dekruijff@uvt.nl</email>
							<affiliation key="aff0">
								<orgName type="institution">Tilburg University</orgName>
								<address>
									<postBox>P.O. Box 90153</postBox>
									<postCode>5000 LE</postCode>
									<settlement>Tilburg</settlement>
									<country key="NL">The Netherlands</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Hans</forename><surname>Weigand</surname></persName>
							<email>h.weigand@uvt.nl</email>
							<affiliation key="aff0">
								<orgName type="institution">Tilburg University</orgName>
								<address>
									<postBox>P.O. Box 90153</postBox>
									<postCode>5000 LE</postCode>
									<settlement>Tilburg</settlement>
									<country key="NL">The Netherlands</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">An introduction to Commitment Based Smart Contracts using ReactionRuleML</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">038378BBBFBE20B9039A2D55FC1B5ADB</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T16:48+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>RuleML</term>
					<term>Reaction RuleML</term>
					<term>Blockchain</term>
					<term>Commitment-Based Smart Contracts</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Smart contracts gain rapid exposure since the inception of blockchain technology. Today's smart contracts are coded in non-mainstream procedural programming languages (e.g. Solidity for Ethereum), which lifts the requirement to draft enterprise ready smart contract to both a legal professional and a programmer instead of only the former. In search for a smart contract language that reduces the threshold to draft one, this conceptual paper elaborates how business logic can be converted to executable code for commitment-based smart contracts. Hereby, a contract is viewed as a set of reciprocal commitments. The smart contract ensures the automated execution of all or most of these commitments. In order to leverage its event processing capabilities, Reaction RuleML has been used to appropriately represent the elements and working of passive and active rules within a commitment based smart</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Smart contracts combine protocols with user interfaces to formalize and secure relationships over computer networks. Objectives and principles for the design of these systems are derived from legal principles, economic theory and theories of reliable and secure protocols <ref type="bibr" target="#b0">[1]</ref>. The concept of smart contracts emerged in the 1990s, but only gained exposure since the inception of blockchain technology. Today's smart contracts are coded using imperative programming languages, in mainstream programming languages (e.g. Javascript and Go for Tendermint) and non-mainstream procedural languages (e.g. Solidity for Ethereum) or. Representing contractual terms in code rather than natural language, could bring clarity and predictability to agreements, as a smart contract could then be tested against a set of material facts, allowing legal professionals on either side to know precisely how the contract would execute in every computationally-possible outcome <ref type="bibr" target="#b1">[2]</ref>.</p><p>In order to make smart contracts more familiar to ordinary internet users, it is important to minimize the threshold to read and write them, in particular for users from the legal practice who draft paper-based or electronic legal contracts (from now: conventional contracts). In this context, <ref type="bibr" target="#b1">[2]</ref> has built an argument for logic-based smart contracts. In contrast to procedural languages, declarative languages, and logic-based languages in particular, strive for the ideal of programming by wish: a legal professional states what he or she wants, and the computer figures out how to achieve it <ref type="bibr" target="#b1">[2]</ref>. Declarative programming therefore splits into two separate parts: methods for humans on how to write wishes, and algorithms for computers that fulfil them <ref type="bibr" target="#b2">[3]</ref>. The consideration to use declarative languages for smart contracts has several objectives. <ref type="bibr" target="#b0">(1)</ref> Current implementations of smart contracts unintentionally add a third party to the process; the requirement for a programmer or programming knowledge to write a smart contract, which is in sharp contrast to the promise of smart contracts to remove intermediaries <ref type="bibr" target="#b3">[4]</ref> and lower or nullify transaction costs altogether <ref type="bibr" target="#b4">[5]</ref>. <ref type="bibr" target="#b1">(2)</ref> In common legal practice, procedural and regulatory rules are written in natural language. Legal professionals are not expected to become programmers or vice versa. <ref type="bibr" target="#b2">(3)</ref> It is unlikely that a legal professional can verify the legal validity of a smart contract coded by a programmer in a procedural language and it is therefore unlikely that large businesses will adopt smart contracts under these circumstances. Based on these objectives, we believe that there is need for a logical format that smart contract verification interpreters, that are immutable and live on the blockchain, can actually understand <ref type="bibr" target="#b5">[6]</ref>. Several languages such as LKIF (knowledge interchange), SBVR (knowledge discovery), PENELOPE, ConDec (temporal knowledge), ContractLog, OWL-S2, eSML <ref type="bibr" target="#b6">[7]</ref> and RuleML, have been proposed to facilitate this process for various useful purposes, but mostly from a generic knowledge engineering context and none for smart contracts in specific.</p><p>Our research objective is to make a theoretical contribution to the science of contract languages for (logic-based) smart contracts. Chopra's concept of business contracts as a bundle of commitments is applied using RuleML as a markup language for drafting smart contracts. We evaluate existing approaches using declarative rules <ref type="bibr" target="#b7">[8]</ref> and introduce an alternative using reaction rules via the RuleML sublanguage Reaction RuleML, whereby a commitment is evaluated as an (economic) event.</p><p>The practical goal of this paper is to set a future direction for commitmentbased smart contracts by exploring to what extent business rules in natural language can be translated to code that is applicable to any blockchain platform.</p><p>This paper is structured as follows. First, we explore the elements of commitment-based smart contract and possible execution styles, followed by an introduction to Reaction RuleML, code examples per execution style and a conclusion.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Elements of a Commitment-Based Smart Contract</head><p>A contract is a legally binding or valid agreement between two or more parties. The main objective of a contract is to fulfill a certain goal and to safeguard against undesirable outcomes, together referred to as contract robustness <ref type="bibr" target="#b1">[2]</ref>. Contracts that are not robust may lead to transaction costs, expensive conflict resolution, or even a collapse of a transaction as a whole.</p><p>It might be objected that commitments represent the positive actions to be performed by the actors only. What about prohibitions? For instance, a music customer is not allowed to copy the music he can download. In some cases, like the music copying, there may be technical means to make the prohibited action impossible, but there are also actions of agents that are not under control. In these cases, what the parties should commit to, is to take the consequences (e.g. paying a penalty). The prohibition -don't do A -is reformulated as a contingency commitment -IF &lt;A&gt; THEN &lt;consequence&gt;, where a transformation is described between deontic logic and dynamic logic <ref type="bibr" target="#b8">[9]</ref>. In the example, the customer commits himself to be a penalty when he has made an illegal copy. Our claim is that all contract clauses can be similarly represented as commitments (validation of this claim is out of the scope of this paper).</p><p>In the context of blockchain, a commitment is equal to a future transaction, the robustness of their smart contract depends on how its commitments relate to the goals of the contract parties <ref type="bibr" target="#b1">[2]</ref>. This definition implies that a commitment-based smart contract should at least contain goals, commitments, conditions to execute and timing constraints.</p><p>As each contract goal consists of reciprocal commitments. In line with the economic exchange pattern <ref type="bibr" target="#b9">[10]</ref>, the duality between parties consists of rights and obligations. For every obligation that A owes to B, there is a balancing right from B to A. Commitments can both be financial (e.g. payment) or non-financial (e.g. promise to deliver a good) and may or may not happen under certain circumstances and a specified time.</p><p>Since there is no formal way to schedule transaction events via the blockchain protocol itself <ref type="bibr" target="#b10">[11]</ref>, smart contracts should be coded in such a way that they are schedulable, based on timing or other conditions. In order to mitigate this limitation, various solutions are presented in the smart contract community with regard to smart contracts execution method.  In this paper, we provide code examples of business rules within commitment based smart contracts using Reaction RuleML, for both execution methods, as they are both relevant in practice today. Besides the execution method, we have made other considerations that can be summarized as follows:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Method</head><p>• Transaction events are atomic, meaning that they happen in total ('execute' in the technical sense) or not happen at all. • The business logic (or rules of engagement) for economic settlement, is preferred to executed on-chain • Each commitment that has time constraints consists of at least two smart contracts, since a second smart contract is created that takes care of the scheduled call of business logic in the 'main' smart contract • Smart contract transactions for settlement are initialized by the smart contract itself, not by the parties involved, since the smart contracts protects the interests of all actors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RuleML</head><p>RuleML is as markup language with the ability to express business rules as modular, stand-alone units. It can be extended and possesses the ability to resolve conflicts using priorities and override predicates <ref type="bibr" target="#b7">[8]</ref>. RuleML adopts Java's class versus method naming convention by distinguishing upper-case type tags from lower-case role tags, and uses the Datalog sublanguage of Horn logic as its kernel foundation.</p><p>Commitments can be simulated by both branches of the RuleML family of rules; transformative (declarative) rules and reactive rules. Derivation rules are believed to provide the most accurate conceptual representation of a contract. The main goal of a declarative rule is knowledge generation <ref type="bibr" target="#b11">[12]</ref>, whereby the validation of a premise will induce or justify a conclusion. Multiple rules can hereby be related to a single conclusion. <ref type="bibr" target="#b7">[8]</ref> used declarative rules convert natural language contracts (in its existing form) into executable code using RuleML. Their approach aimed to mitigate RuleML's limitative support for reasoning on deontic concepts and its lack of ability to identify the behavior of roles in the contract and contract violations. According to this view, monitoring on contract performance deals with normative concepts like obligation, permission, prohibition (violation) and behavior. Since commitments do not follow traditional contract logic, we broadened our search for other rule structures within the RuleML family that provide better fit for the event driven nature of commitment based smart contracts.</p><p>Reaction rules are concerned with the invocation of actions in response to (complex) events and actionable situations <ref type="bibr" target="#b12">[13]</ref>. Reaction RuleML is the quasi-standard for representing reaction rules. It is regarded as a userfriendly XML-serialized sublanguage of RuleML and acts as an interchange format for reactive rules and rule based event-processing languages. Reaction rules using Reaction RuleML typically implement forward-chaining operational semantics for Condition-Action rules where changing conditions trigger update actions, like IF/THEN/ELSE (derivative reasoning), IF/DO (production rules), ON/DO (trigger rules), ON/IF/DO (Event-Condition-Action or ECA) or a variation of ON/IF/DO and IF/THEN (Knowledge Representation or KR) <ref type="bibr" target="#b13">[14]</ref>.</p><p>Blockchain is considered to be a distributed database to transfer value or value derivatives (tokens). The introduction of smart contract functionality brought along functionality from the active database domain, like inserting and triggering. Nevertheless, blockchain is not limited to be an active distributed database either, since it has the capability to interact with (complex) events that consider time-and other constraints. Other (non-exhaustive) meta-model considerations for commitment based smart contract rules are summarized below:</p><p>• Since we consider commitments as social economic events that may contain other events (e.g. to pay) <ref type="bibr" target="#b14">[15]</ref>, the rules themselves should be event oriented. • These events should be callable or detectable, which allows IF conditions to be specific for detected events only.</p><p>• The meta-model should allow multiple event definitions to be part of the same rule procedure, in order to process a contract goal as a bundle of reciprocal commitments. • It is preferred to support smart contract wide states (e.g. deposit percentage) that apply to the entire smart contract, instead of defining them on run-time. This will maximize re-usability and consistency when contracts grow in complexity. • Prohibitions or violations are not similarly handled compared to conventional contracts <ref type="bibr" target="#b15">[16]</ref>. The prohibition -don't do A -is reformulated as a contingency commitment -IF A THEN &lt;consequence&gt; or ON A DO &lt;consequence&gt; in order to eliminate the need for complex and hard-to-maintain ELSE statements.</p><p>The remainder of this paper shows how lazy and eager rules within the commitment based contract can be defined. RuleML inhibits three execution styles for rules: passive, active and reasoning. Figure <ref type="figure">x</ref> shows how passive and active rules align with the smart contract execution styles. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Method Blockchain Method Reaction RuleML Explanation</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Lazy</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Lazy execution</head><p>Passive reaction rules wait for incoming events in order to trigger an action. In this example, we assume an &lt;event&gt; that contains a &lt;Message&gt; that is sent to the smart contract. This message may (transaction) or may not (query) change the state of the smart contract (e.g. balance), a condition that can be used in the &lt;body&gt;. For example, it could be verified is there is a change to the state or if there is an outstanding obligation between the sender and the receiver. Once the condition is fulfilled, the smart contract triggers an automatic response message &lt;action&gt;, which sends a &lt;Message&gt; to the blockchain network to settle the balance. The same workflow holds for rights as well. The fact that a party has the ability to call (or schedule) execution when they want, gives a sense of control to stakeholders with regards to when actions are executed and transaction costs are incurred. Due to the lower compute costs involved with lazy execution, it is a popular way of designing smart contract rules.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Eager execution</head><p>Active reaction rules poll in order to verify whether or not an event has taken place by checking the changes to the state of the smart contract. This method does not require an additional smart contract that serves as the scheduler. All code can be part of one smart contract. In this example, we verify every hour through an &lt;event&gt;, whether or not a payment has been made that changed the state or settled an obligation from the sender to the receiver. Similar to lazy execution, once the condition is fulfilled, the smart contract triggers an automatic response message &lt;action&gt;, which sends a &lt;Message&gt; to the blockchain network to settle the balance. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusion</head><p>This conceptual paper examines rule definition for commitment-based smart contracts using Reaction RuleML as the declarative smart contract language. We have distinguished two execution modes for smart contracts: lazy execution and eager execution. A commitment based smart contract code example is provided for each execution mode in order to illustrate how rules can be coded. These code examples comply to nonexhaustive design considerations with regards to reliability and accountability. Since both methods are used in parallel in practice, the paper aimed to provide a sufficient introduction to these modes and its semantics.</p><p>The Reaction RuleML examples in this paper are a first step. An important next step for the development of commitment based smart contracts as a concept is to apply it in distinctive use-cases and implementation options, as well as the verification of input events, in particular when these events are outside the blockchain. In addition, the code examples could be simplified by extending Reaction RuleML with dedicated properties for commitment based smart contracts.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. Smart contract execution modes</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. Aligning smart contract execution and Reaction RuleML execution modes Smart contract transactions are in essence text messages that are mined by network nodes. As a result, we depict transactions as &lt;Messages&gt; in Reaction RuleMl. The code examples provided fully adhere to the design considerations as presented in the previous section</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Formalizing and securing relationships on public networks</title>
		<author>
			<persName><forename type="first">N</forename><surname>Szabo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">First Monday</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">9</biblScope>
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Analyzing Contract Robustness through a Model of Commitments</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Chopra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Oren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Miles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Luck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Modgil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Desai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Agent-Oriented Software Engineering XI</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">6788</biblScope>
			<biblScope unit="page" from="17" to="36" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Declarative Programming for Knowledge Management</title>
		<author>
			<persName><forename type="first">M</forename><surname>Umeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wolf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bartenstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Geske</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Seipel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Takata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">16th Int Conf. on Applications of Declarative Programming and Knowledge Management, INAP 2005</title>
				<meeting><address><addrLine>Fukuoka, Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">Oct 22-24, 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Smart Contracts: Bridging the Gap Between Expectation and Reality</title>
		<author>
			<persName><forename type="first">L</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">J</forename><surname>Saw</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sargeant</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Oxford Law Opinion</title>
		<imprint>
			<date type="published" when="2016-07-11">11 July 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Book-Smart, Not Street-Smart:Blockchain-Based Smart Contracts and The Social Workings of Law</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">E C</forename><surname>Levy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Engaging Science, Technology, and Society</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="1" to="15" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Enabling Reasoning with LegalRuleML, International</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>Lam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hashmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Scofield</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Symposium on Rules and Rule Markup Languages for the Semantic Web, RuleML 2016: Rule Technologies. Research, Tools, and Applications</title>
				<imprint>
			<biblScope unit="page" from="241" to="257" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Designing a Smart-Contract Application Layer for Transacting Decentralized Autonomous Organizations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Norta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Advances in Computing and Data Science</title>
				<imprint>
			<date type="published" when="2016-11">November, 2016</date>
			<biblScope unit="page" from="11" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Modelling Contracts Using RuleML, Legal Knowledge and Information Systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Governatori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rotolo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Seventeenth Annual Conference</title>
				<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="141" to="150" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Specifying dynamic and deontic integrity constraints</title>
		<author>
			<persName><forename type="first">R</forename><surname>Wieringa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-J</forename><surname>Meyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weigand</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data &amp; Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="157" to="189" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Towards a Reference Ontology of Complex Economic Exchanges for Accounting Information Systems</title>
		<author>
			<persName><forename type="first">I</forename><surname>Blums</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weigand</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">EDOC</title>
		<imprint>
			<biblScope unit="volume">2016</biblScope>
			<biblScope unit="page" from="119" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title/>
		<author>
			<persName><surname>Stackoverflow</surname></persName>
		</author>
		<ptr target="https://ethereum.stackexchange.com/questions/42/how-can-a-contract-run-itself-at-a-later-time#87" />
		<imprint>
			<date type="published" when="2016-01">Januari 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Loosely-Coupled and Event-Messaged Interactions with Reaction RuleML 1.0 in Rule Responder</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Teymourian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Paschke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Boley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Athan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">CEUR Workshop Proceedings</title>
		<imprint>
			<biblScope unit="volume">874</biblScope>
			<biblScope unit="issue">13</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Reaction RuleML 1.0: Standardized Semantic Reaction Rules</title>
		<author>
			<persName><forename type="first">A</forename><surname>Paschke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Boley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Athan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Complex Reactivity with Preferences in Rule-Based Agents</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="100" to="119" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">ECA-RuleML: An Approach combining ECA Rules with temporal interval-based KR Event/Action Logics and Transactional Update Logics</title>
		<author>
			<persName><forename type="first">A</forename><surname>Paschke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">RuleML Reaction Rules Technical Goup</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
	<note>ECA-RuleML Proposal for</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Understanding the Blockchain Using Enterprise Ontology</title>
		<author>
			<persName><forename type="first">J</forename><surname>De Kruijff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weigand</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">29th Int. Conference on Advanced Information Systems Engineering</title>
				<imprint>
			<date type="published" when="2017-06">June 2017</date>
			<biblScope unit="page" from="12" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">On the Move to Meaningful Internet Systems</title>
		<author>
			<persName><forename type="first">J</forename><surname>De Kruijff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Weigand</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">OTM 2017 Conferences: Confederated International Conferences: CoopIS, C&amp;TC, and ODBASE 2017</title>
		<title level="s">Proceedings, Part II</title>
		<meeting><address><addrLine>Rhodes, Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">October 23-27, 2017</date>
			<biblScope unit="page" from="383" to="398" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
