<?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">OWL-S for Describing Artifacts</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Rossella</forename><surname>Rubino</surname></persName>
							<email>rossella.rubino@unibo.it</email>
							<affiliation key="aff0">
								<orgName type="department">CIRSFID -Alma Mater Studiorum</orgName>
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<addrLine>Via Galliera 3</addrLine>
									<postCode>40121</postCode>
									<settlement>Bologna</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ambra</forename><surname>Molesini</surname></persName>
							<email>ambra.molesini@unibo.it</email>
							<affiliation key="aff1">
								<orgName type="department">DEIS -Alma Mater Studiorum</orgName>
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<addrLine>Viale Risorgimento 2</addrLine>
									<postCode>40136</postCode>
									<settlement>Bologna</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Enrico</forename><surname>Denti</surname></persName>
							<email>enrico.denti@unibo.it</email>
							<affiliation key="aff1">
								<orgName type="department">DEIS -Alma Mater Studiorum</orgName>
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<addrLine>Viale Risorgimento 2</addrLine>
									<postCode>40136</postCode>
									<settlement>Bologna</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">OWL-S for Describing Artifacts</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">2B3A145CBFE9A51428B67EA55C6E9765</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T14:54+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Artifacts for Multi-Agent Systems have been defined as runtime entities providing some kind of function or service that agents can fruitfully exploit to achieve their individual or social goals. In order to enable agents to autonomously discover the available services, select the proper artifact(s), and use the services they need, it is necessary to describe the services offered by artifacts in terms of (i) what each service does, (ii) how to access it, and (iii) how it works. In this paper we explore how OWL-S (Ontology Web Language for Services), a language specifically aimed for the description of Web Services, can be exploited also for describing the services offered by artifacts. In particular, we investigate how to represent the artifact features by means of OWL-S, provide an example, and discuss some preliminary results in terms of advantages and limitations of this approach.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>According to Activity Theory <ref type="bibr" target="#b23">[24]</ref>, most of the human activities are mediated by some kind of artifact -physical, such as blackboards and traffic lights, or cognitive, such as languages and norms. Analogously, in the context of Multi-Agent Systems (MASs), artifacts are both conceptual and runtime entities that mediate agent activities <ref type="bibr" target="#b26">[27]</ref>, providing some kind of function or service that agents can fruitfully exploit to achieve their individual or social objectives.</p><p>In particular, in the Agents&amp;Artifacts (A&amp;A) <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b16">17]</ref> meta-model, recently proposed for MAS engineering, artifacts -along with agents -are adopted as the basic building blocks to engineer complex software systems. More precisely, agents are the basic abstractions to represent active, task-/goal-oriented components, designed to pro-actively carry on one or more activities towards the achievement of an objective, requiring different levels of skill and reasoning capabilities. On the other hand, artifacts are the basic abstractions to represent passive, function-oriented building blocks, which are constructed and used by agents, either individually or cooperatively, during their working activities. So agents can be used to model individual activities, while artifacts can be well suited for mediating the interaction between individual components and their environment (including the other components), and for embodying the portion of the environment that is explicitly designed to support agents activities <ref type="bibr" target="#b16">[17]</ref>.</p><p>Many sorts of artifacts can populate a MAS, providing agents with a number of different services, embodying a variety of diverse models, technologies and tools, and addressing a wide range of application issues. In particular, artifacts are used to mediate between individual agents and the MAS (individual artifacts), to build up agent societies (social artifacts), and to mediate between a MAS and an external resource (resource artifacts) <ref type="bibr" target="#b19">[20]</ref>.</p><p>In this paper we explore the use of the OWL-S <ref type="bibr" target="#b2">[3]</ref> language for describing the services offered by artifacts, so that agents can autonomously discover, select and use artifacts offering particular services into which they are interested. OWL-S is a OWL-based Web Service ontology, which supplies Web Service providers with a core set of markup language constructs for describing the properties and capabilities of their Web Services in unambiguous, computer-interpretable form. OWL-S markup of Web services will facilitate the automation of Web Service tasks, including automated Web Service discovery, execution, composition and inter-operation. OWL-S seems a good candidate for describing services provided by artifacts because it should allow to express in a high-level way these services so as to support agents on the one hand in choosing the proper artifact, on the other, agents should be able to understand how the artifact works and know how to access it. As a consequence the use of OWL-S for describing artifacts' services could improve the openness of MASs and the mobility of agents: agents could access to artifacts in a standard way in each place of the net.</p><p>So, the paper is structured as follows. Section 2 introduces the artifact features, while Section 3.1 briefly presents the fundamental semantic web languages, with special regard to OWL-S. Next, Section 3.2 introduces how OWL-S can be used for describing artifacts, and Section 3.3 provides some details about artifact representation in OWL-S; a discussion about the pros and cons of this approach is developed in Section 3.4. Then Section 4 presents a simple example -a sketch of a flight tracking system -based on the (social) artifacts provided by the TuCSoN infrastructure technology. Some relevant related work is reported in Section 5; conclusions follow in Section 6.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Artifacts features</head><p>In its most general acceptation, an artifact conceptually exposes <ref type="bibr" target="#b19">[20]</ref>:</p><p>Usage Interface -The set of operations provided by an artifact defines what is called its usage interface, which (intentionally) resembles interfaces of services, components or objects -in the object-oriented acceptation of the term. Operations are the means by which an artifact provides for a service or function: an agent executes an action over an artifact by invoking an artifact operation. Execution typically terminates with an operation completion, representing the outcome of the invocation.</p><p>Operating Instructions -Coupled with a usage interface, an artifact provides agents with operating instructions, that is a description of the procedure that an agent has to follow to meaningfully interact with an artifact over the time. Moreover, operating instructions also come with the specification of preconditions for actions and effects to perceptions <ref type="bibr" target="#b27">[28]</ref>.</p><p>Function Description -Finally, an artifact is characterised by a description of the functionality it provides. Function description explains what to obtain from the artifact -a key information for artifact selection. Clearly, function description is an abstraction over the actual implementation of the artifact: it hides inessential implementation details while highlighting its key aspects.</p><p>For instance, consider the case of a digital camera. In order to choose a digital camera among all that are available in the market, interested customers usually start by checking the cameras' technical specifications, such as its memory, zoom capabilities, etc.: these are actually a form of function description -they explain what the camera does. Also, each camera has its own buttons and panels, which must be operated according to the instruction provided by the vendor in the user's manual. Buttons and panels represent the camera's usage interface -i.e., how to access itwhile the user's manual describes how to use them to suitably configure the camera resolution, the zoom ratio, etc. -thus representing the operating instruction.</p><p>In addition, artifacts typically exhibit further relevant properties, which enhance MAS engineers' but also agents' ability to use them for their own purposes. For instance, it should be possible to monitor artifacts as an observable part of the environment, so as to check the development of the activities, track the system history, and evaluate the overall system performance. Desirable artifact features can then be listed as follows:</p><p>Inspectability -The state of an artifact, its content, the laws governing its behaviour, its usage interface, operating instructions and function description might be all or partially inspectable by agents.</p><p>Controllability -The operational behaviour of an artifact should be controllable so as to allow engineers and agents to monitor its proper functioning: it should be possible to stop and restart an artifact working cycle, to trace its inner activity, and to observe and control a step-by-step execution.</p><p>Malleability -The behaviour of an artifact should be modifiable at execution time in order to adapt to the changing needs or mutable external conditions of a MAS.</p><p>Linkability -Artifacts can be used encapsulate and model reusable services in a MAS. To scale up with complexity of an environment, it might be useful to compose artifacts, by allowing artifacts to invoke operations on other artifacts.</p><p>As a final remark, it is worth noting that the above artifact features usually play different roles in the viewpoints of agents and of MAS engineers. For instance, operating instructions are mostly seen as a design tool by/for engineers, and as a run-time support by/for rational agents. Instead, features like inspectability and malleability gain particular interest when the two viewpoints can be made one: for instance, an intelligent agent capable of playing the role of the MAS engineer could in principle understand the state and dynamics of the MAS by observing the artifacts, and then possibly change the overall MAS behaviour by suitably altering the artifacts behaviour <ref type="bibr" target="#b19">[20]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">OWL-S and Artifacts</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">From Semantic Web Languages to OWL-S</head><p>The Semantic Web project <ref type="bibr" target="#b7">[8]</ref> is aimed at defining a common framework for information exchange by giving semantics to the content of the documents shared and reused across applications. For this purpose, several ingredients are put together: customisable Extensible Markup Language (XML) <ref type="bibr" target="#b5">[6]</ref> for describing data, descriptive technologies such as the Resource Description Framework (RDF) <ref type="bibr" target="#b13">[14]</ref> and the Resource Description Framework Schema (RDFS) <ref type="bibr" target="#b6">[7]</ref>, and ontology languages such as the Ontology Web Language (OWL) <ref type="bibr" target="#b15">[16]</ref> and Ontology Web Language for Services (OWL-S) <ref type="bibr" target="#b2">[3]</ref>. RDF has been conceived for describing Web resources -that is, anything identified by a Uniform Resource Identifier (URI): in turn, RDFS specifies the schema for defining properties, classes and inter-relationships among classes. Their applications include the description of any kind of web content for multiple purposes, such as content rating, labelling for search engines, site maps, collaborative services, and e-commerce applications (e.g. to express price, availability, etc. of shopping items). Yet, the lack of some particular features (such as the local scope of properties, the disjointedness of classes, and other special characteristics) led to the development of a new language built on top of RDF and RDFS, specifically designed for processing Web information: OWL (Ontology Web Language, <ref type="bibr" target="#b15">[16]</ref>). More precisely, three versions of OWL are available which provide different trade-offs between expressive power and efficient reasoning: OWL Lite, OWL DL (Description Logic) and OWL Full. OWL Lite supports users who just need a classification hierarchy and simple constraint features, while OWL DL is for users demanding the maximum expressiveness without losing computational completeness and decidability of reasoning systems; OWL Full is meant for users who need the maximum expressiveness and syntactic freedom of RDF, though with no computational guarantees.</p><p>However, just describing resources is not enough in the perspective of discovering, invoking, composing and monitoring web resources which offer services: this is why a specialisation of OWL for service description, called OWL-S (Ontology Web Language for Services), has also been defined. Figure <ref type="figure" target="#fig_0">1</ref> shows the (top-level) ontology of OWL-S in terms of an RDF graph -a kind of graph used to represent the relationships among resources, property and property values, where nodes (ovals) represent resources or property values, and arcs represent properties. According to that ontology, the discovery, selection and exploitation of a service calls for a suitable description of (i) what the service does, reported by the Service Profile; (ii) how it works, explained in the Service Model ; and (iii) how to access it, detailed in the Service Grounding.</p><p>Service Profile -The service profile includes a description of what can be accomplished by the service, its limitations in terms of applicability and quality of service, and what is required from the service requester in order to use the service <ref type="bibr" target="#b2">[3]</ref>. In addition, the service profile can contain information about the organisation or entity which provides the service and the service category, possibly referring to some standard classification system, such as United Nations Standard Products and Services Code (UNSPSC). Service Model -After the service is found based on the service profile, the user needs to know how to ask for the service and what happens when the service is executed. To this end, the service model describes the semantic content of requests, the conditions under which particular outcomes may occur and, optionally, the step-by step processes leading to such outcomes.</p><p>OWL-S defines a subclass of the service model, namely the process model, which provides further details about the number of inputs, outputs, preconditions and effects. Three types of processes can be defined: atomic, simple, and composite processes <ref type="bibr" target="#b2">[3]</ref>. Atomic services feature no ongoing interaction between user and service -just think of a service that returns the postal code of a city, or the longitude and latitude of a given place. Simple processes are a sort of 'intermediate abstractions', which can be used in two ways -as a view of atomic processes, and as a simplified representation of composite processes. Finally, composite services are composed of multiple services, and may require extended interaction or conversation between the requester and the set of services that are being used -think, for instance, of the online sell of a book.</p><p>Service Grounding -Service grounding basically specifies how to access a service, linking Web Services' semantic and syntactic description levels: in particular, its main task is to transform the semantic data to XML messages to be sent over the network, and conversely to define how the received XML messages should be interpreted as semantic data <ref type="bibr" target="#b14">[15]</ref>. 1   So, it typically defines the communication protocol, the message formats and the serialisation techniques adopted for each semantic type of input or output specified in the service model.</p><p>Since the current definition of OWL-S does not account for any means to express grounding information, the WSDL <ref type="bibr" target="#b9">[10]</ref> language has been selected as the initial grounding mechanism for describing the service interface. However, it should be noted that OWL-S does not ascribe inputs, outputs, preconditions and effects directly to WSDL operations; instead, such conditions are attached to atomic processes, which are then bound to WSDL operations by the OWL-S grounding service <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b0">1]</ref>.</p><p>In the next subsection we will discuss how OWL-S can be brought to the artifact world, i.e. exploited to discover and invoke not only Web Services, but also the services provided by artifacts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Bringing OWL-S to the Artifact World</head><p>In order to enable agents to identify and use the services provided by artifacts -which is the key for building open MASs where intelligent agents dynamically look for artifacts and select the most adequate to their goals -, the artifacts' features need to be expressed in some high-level language. Such a high-level language should also make it possible for agent to adopt a uniform cognitive level for interaction.</p><p>1 Web Services are usually described at two abstraction levels: one defining atomic operations in terms of input / output messages, the other mapping operations and their associated messages to physical endpoints (ports and bindings). Ports declare the operations available with the corresponding inputs / outputs, while bindings declare the transport mechanism (usually SOAP <ref type="bibr" target="#b11">[12]</ref>) used by each operation <ref type="bibr" target="#b8">[9]</ref>. Usually, agents speak with each other via languages like FIPA-ACL <ref type="bibr" target="#b10">[11]</ref>, while exploiting the environmental resources as a means for lower-level interaction. So, the agents' interaction space spans over different cognitive levels, because agents cannot interact with the other components (agents and resources) of the MAS in a uniform way. Artifacts, instead, make it possible to wrap the resources of a MAS and bring them to the cognitive level of agents, so that both the interaction among agents (on the one side) and between agents and artifacts (on the other) can occur at the same cognitive level, exploiting the high-level language that describes artifacts' services as the common language. In order to make this possible, the selected high-level language should be standard enough to support both the MAS openness and agent mobility, allowing heterogeneous agents to join a MAS, discover and use the services provided by the artifacts. By the way, this choice also simplifies the design of the MAS interaction space, since engineers no longer need to design ad-hoc protocols for each resource in the environment (the relationship between each resource and the artifact that wraps it concerns the internal design of the artifact and does not affect the interaction space of the MAS).</p><p>Among the possible choices, OWL-S seems a good candidate for several reasons. First, most of today's services are available as Web Services, and OWL-S is specially designed for that purpose. Moreover, Web Services can be "implemented" by agents and artifacts as in simpA-WS <ref type="bibr" target="#b22">[23]</ref>, using agents to model service users and providers, and artifacts as high-level mediating entities: so, artifacts operate as interfaces, encapsulating the technology that enables interaction via standard Web service protocols. As a further aspect, in principle OWL-S makes it possible to express the artifact features -function description, usage interface, and operating instruction -in a natural way via the service profile, the service model and the service grounding, respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Artifact Representation</head><p>The mapping between the artifact features and OWL-S could be represented through an RDF Graph as depicted in Figure <ref type="figure" target="#fig_1">2</ref>.</p><p>The service profile can be used to represent what the service offered by artifacts does, i.e. the function description; a fragment of the OWL-S file relating to the service profile is shown in Figure <ref type="figure">3</ref>. The profile class represents the general profile of a service whose text description is contained in the property called textDescription. The profile description can be accompanied by a list of properties called serviceParameters: the actual parameter name, represented by serviceParameterName, can be just a literal, or the URI of the process parameter (a property). Of course, only one text description per profile is admitted, as stated by the value 1 in the owl : cardinality tag.</p><p>As stated in the previous section, OWL-S introduces the process model as its own special subclass of service model: so, the service model is expressed here as a process model. Correspondingly, Figure <ref type="figure">4</ref> defines inputs, outputs, preconditions and results for each process model. The Parameter class is the union of the Input and the Output classes; in the same way, results are represented in as a class, too. hasPrecondition, instead, is a property of Process. Finally, the usage interface that describes how to access the artifact is represented through the service grounding, which takes the form of a collection of AtomicProcessGrounding instances (see Figure <ref type="figure" target="#fig_3">5</ref>) -one for each atomic process in the process model: this class relates elements of an OWL-S atomic process to a WSDL specification (or any other specification). Each instance of AtomicProcessGrounding must have exactly one value for owlsProcess: the other properties depend on the specifics of the grounding type. The MessageMap class maps the OWL-S parameters onto the parameters of the grounded operation. In particular, InputMessageMap maps inputs to grounding specification (see Figure <ref type="figure">6</ref>), while OutputMessageMap maps outputs to grounding specification (see Figure <ref type="figure" target="#fig_4">7</ref>); the owlsParamater property specifies the OWL-S parameter. According to the model shown in Figure <ref type="figure" target="#fig_1">2</ref>, the usage in-Figure <ref type="figure">6</ref>: Some fragments from the OWL document that describe the MessageMap and InputMes-sageMap terface also includes other artifact properties such as inspectability, controllability, malleability and linkability. These properties enable agents to access artifact after selecting the service. Therefore, their OWL-S representation depends on the language chosen for grounding.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Discussion</head><p>Let us report here some preliminary considerations about the use OWL-S for describing artifacts. As a first aspect, using OWL-S to describe what the service provided by artifact does and how it works in terms of preconditions, inputs, outputs and results is relatively simple: indeed, all we have to do is to make the information that agents are usually supposed to know semantically readable. However, the OWL-S description of how the service is actually carried out is not straightforward, mainly because of the OWL-S' inability to describe the information related to the physical functioning of the service: this forces to include another language -WSDL being the most natural choice in the Web service context -to add that kind of expressiveness. Yet, WSDL is definitely not the most adequate choice for describing the services offered by artifacts, since it requires information that simply do not fit the artifact case -e.g. the data and message types to be transmitted, the supported operations, how the message is going to be transmitted, where the service is located, etc.</p><p>-because it cannot be generalised to any services provided by artifacts, given that the technical details depend on the specific implementation.</p><p>On the artifact side, it should be pointed out that there is currently no semantic language similar to WSDL to describe the implementation details of a service: so, further investigation is needed in order to evaluate possible candidates, or possibly define some new ad hoc language.</p><p>Among the existing composing languages, BPEL <ref type="bibr" target="#b1">[2]</ref>, for instance, could be worth exploration, despite some overlaps with OWL-S; this and other approaches are briefly considered below.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">OWL-S and Artifacts: a simple example</head><p>As outlined in the previous section, OWL-S makes it possible to express the artifact features (the function description, describing what the service does; the usage interface, describing how to access it; and the operating instructions, explaining how the service works) via the service profile, the service model and the service grounding, respectively. However, while expressing the service offered by an artifact via the OWL-S service profile notion is relatively simple from the conceptual viewpoint, mapping the usage interface and the operating instructions onto the service model and the service grounding notions calls for some hypotheses on both the artifact model and its supporting infrastructure -i.e., about the environment where the artifact itself lives and is called to operate.</p><p>To this end, in the following we adopt TuCSoN tuple centres <ref type="bibr" target="#b18">[19]</ref> as the the reference model for (social) artifacts, and the TuCSoN technology <ref type="bibr" target="#b21">[22]</ref> as the corresponding infrastructure. For the sake of concreteness we consider the case of a flight tracking service, and present it from its OWL-S description to its implementation onto the TuCSoN infrastructure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">TuCSoN Infrastructure</head><p>TuCSoN<ref type="foot" target="#foot_0">2</ref> is an example of agent coordination infrastructure supporting a notion of social artifact, namely a coordination artifact called tuple centre. Tuple centres are programmable tuple spaces, that agents access by writing, reading, and consuming tuples -that is, ordered collections of heterogeneous information chunks -via simple communication operations (out, to insert a tuple; rd, to read a tuple; in, to remove a tuple; tuples are accessed associatively. While the behaviour of a tuple space in response to communication events is fixed, the behaviour of a tuple centre can be programmed by defining a set of specification tuples (expressed in the ReSpecT language <ref type="bibr" target="#b17">[18]</ref>), which define how a tuple centre should react to incoming/outgoing communication events. As a result, tuple centres can be seen as general-purpose customisable coordination artifacts, whose behaviour can be dynamically specified, forged and adapted so as to automate coordination among agents <ref type="bibr" target="#b23">[24]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Example</head><p>In case of the flight tracking service, a tuple centre can be used to mediate the interaction between the user requesting an information (delay and location) about a given flight and the agent charged of retrieving this information.</p><p>As a service provided by an artifact, the flight tracking service can be described through:</p><p>• a function description -here providing information about the delay and the location of a selected flight;</p><p>• a usage interface -that is, the set of communication operations: here, out, to insert a tuple in the tuple centre; rd, to read a tuple from a tuple centre; in, to remove a tuple from the tuple centre;</p><p>• operating instructions -that is, the procedure to be followed by the user in order to obtain the desired flight information; here, the user should first request the information by inserting a request tuple such as flight request(flightNumber), then retrieve the desired information by reading a response tuple such as flight status(flightNumber,Delay,Location).</p><p>In the OWL-S model<ref type="foot" target="#foot_1">3</ref> , the tuple centre offering the flight tracking service is characterised by a function description (what the service does), is described by some operating instructions (how the service works), and supports a usage interface (how to access to the service).</p><p>In turn, while the function description is provided through a service profile which contains a simple text description (see Figure <ref type="figure" target="#fig_5">8</ref>.a), the service model can be described in terms of inputs, outputs, preconditions and effects. Figure <ref type="figure" target="#fig_5">8</ref>.b depicts a fragment of the corresponding OWL-S document which specifies the input (FlightNumber), the condition under which the information will be provided (FlightNumberExists) and the effect (InfoProvided).</p><p>Finally, in order to represent the usage interface, we need a language similar to WSDL for describing both the type of actions (in, out, rd) and the correct sequence for using them and so obtain the information required. As explained in the previous section, further investigation is needed in order to evaluate possible candidates among the existing languages or possibly define a new ad hoc language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related work</head><p>The approach examined in this paper combines Semantic Web and the theory of coordination with the aim of describing the services provided by artifacts via OWL-S. There are also other Web Service composition languages, such as BPEL4WS <ref type="bibr" target="#b1">[2]</ref> and WSCI <ref type="bibr" target="#b4">[5]</ref>.</p><p>Business Process Execution Language for Web Services (BPEL4WS) enables the specification of executable business processes, covering also Web Services, and business process protocols in terms of their execution logic or control flow. Executable business processes specify the behaviour of individual participants within Web Service interactions and can be invoked directly, whereas business process protocols abstract from internal behaviour to describe the messages exchanged by the various Web Services within an interaction. The main drawback of BPEL's approach is that it enables only the composition of Web Services, while OWL-S also supports Web Services' publication and discovery.</p><p>Many other approaches could be used to express how a service is implemented in terms of action protocol (the remaining part of operating instructions) and usage interface. For instance, one could think of a semantic language for describing services offered by an artifact based on the research area on semantic tuple spaces <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b25">26]</ref>. As an alternative, non-semantic approaches could be followed, such as <ref type="bibr" target="#b28">[29,</ref><ref type="bibr" target="#b27">28]</ref>: for instance, process algebra -a standard approach to describe interaction protocols in the distributed systems field -could be adopted as a specification language for operating instructions.</p><p>Moreover, it could be interesting to study not only OWL-S but also the Web Service Modelling Ontology (WSMO) <ref type="bibr" target="#b24">[25]</ref>, which shares with OWL-S the vision that ontologies are essential to support automatic discovery, composition and inter-operation of Web services, although they greatly differ in the approach to achieve these results <ref type="bibr" target="#b3">[4]</ref>. Indeed, WSMO defines a conceptual framework within which the ontologies developed through OWL-S have to be created. Futhermore, while OWL-S does not make any distinction between the types of Web Services, WSMO specifies mediatorsthat is, mapping programs aimed at solving the inter-operation problems between Web Services (such as translation between ontologies, between the messages produced by a Web service and those expected by another Web service, etc). In the process of mediator definition, WSMO introduced a taxonomy of possible mediators that helps to define and classify the different tasks that mediators are supposed to solve.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>By drawing an analogy between the OWL-S model and the artifact notion, in this paper we exploited OWL-S for describing the services offered by artifacts. We first presented the notion of artifacts for MAS and how the services provided by such artifacts could be described; then, we presented a preliminary proposal for describing the services provided by artifacts based on OWL-S and a simple example of such a proposal. One conclusion is that OWL-S can be exploited rather easily to express the function description -that is, what the service does -and the operating instructions -that is, its preconditions, effects, inputs and outputs -but can not be directly exploited, in its current version, for describing the usage interface which is strictly related to the implementation of the service Accordingly, future work will be devoted on the one hand to explore semantics languages for the description of usage interface; on the other, to compare OWL-S and WSMO for artifact description, both from an abstract viewpoint and in concrete examples of artifacts.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Top level of the service ontology represented as an RDF Graph</figDesc><graphic coords="4,188.18,85.04,221.47,122.40" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Artifact service ontology represented as an RDF Graph</figDesc><graphic coords="5,188.52,85.04,220.80,165.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :Figure 4 :</head><label>34</label><figDesc>Figure 3: Some fragments from the OWL document that describe the service profile</figDesc><graphic coords="6,56.60,151.36,484.73,175.21" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Some fragments from the OWL document that describe the service grounding</figDesc><graphic coords="7,68.80,170.15,460.33,198.63" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: Some fragments from the OWL document that describe the OutputMessageMap</figDesc><graphic coords="8,177.25,99.06,243.33,116.01" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 8 :</head><label>8</label><figDesc>Figure 8: Some fragments from the OWL document that describe a) the service profile, on the left, and b) the service model, on the right, of the flight tracking service.</figDesc><graphic coords="9,89.04,85.35,419.64,164.95" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">TuCSoN technology is available as an open-source project at the TuCSoN Web site http://tucson.sourceforge.net.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">For the sake of shortness, here we show only a sketch of the full OWL-S documents (a specialisation of the generic OWL-S documents presented in Section 3.3).</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Developing Semantic Web Services</title>
		<author>
			<persName><forename type="first">H</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Alesso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Craig</forename><forename type="middle">F</forename><surname>Smith</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>A. K. Peters, Ltd</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Business Process Execution Language for Web Services</title>
		<author>
			<persName><forename type="first">Tony</forename><surname>Andrews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francisco</forename><surname>Curbera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hitesh</forename><surname>Dholakia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yaron</forename><surname>Goland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johannes</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Frank</forename><surname>Leymann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kevin</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dieter</forename><surname>Roller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Doug</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Satish</forename><surname>Thatte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ivana</forename><surname>Trickovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sanjiva</forename><surname>Weerawarana</surname></persName>
		</author>
		<ptr target="http://www-128.ibm.com/developerworks/library/specification/ws-bpel/" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">Anupriya</forename><surname>Ankolekar</surname></persName>
		</author>
		<ptr target="http://www.daml.org/services/owl-s/1.0/owl-s.pdf" />
		<title level="m">OWL-S: Semantic Markup for Web Services</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">Anupriya</forename><surname>Ankolekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Deborah</forename><surname>Mcguinness</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sheila</forename><surname>Mcilraith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Massimo</forename><surname>Paolucci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bijan</forename><surname>Parsia</surname></persName>
		</author>
		<ptr target="http://www.w3.org/Submission/2004/SUBM-OWL-S-related-20041122/" />
		<title level="m">Owl-s&apos; Relationship to Selected Other Technologies</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Web Services Choreography Interface</title>
		<author>
			<persName><forename type="first">Assaf</forename><surname>Arkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sid</forename><surname>Askary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Scott</forename><surname>Fordin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wolfgang</forename><surname>Jekeli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kohsuke</forename><surname>Kawaguchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Orchard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefano</forename><surname>Pogliani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Karsten</forename><surname>Riemer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Susan</forename><surname>Struble</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pal</forename><surname>Takacsi-Nagy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ivana</forename><surname>Trickovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sinisa</forename><surname>Zimek</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/wsci/,2002" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">Tim</forename><surname>Bray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean</forename><surname>Paoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Sperberg-Mcqueen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eve</forename><surname>Maler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Franois</forename><surname>Yergeau</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2004/REC-xml-20040204" />
		<title level="m">Extensible Markup Language (XML) 1</title>
				<imprint/>
	</monogr>
	<note>Third Edition</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">Dan</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<ptr target="http://www.w3.org/tr/rdf-schema" />
		<title level="m">Rdf Vocabulary Description Language 1.0: RDF Schema</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The Semantic Web: Research and Applications</title>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>Christoph Bussler, John Davies, Dieter Fensel, and Rudi Studer</editor>
		<imprint>
			<biblScope unit="volume">3053</biblScope>
			<date type="published" when="2004">2004. 2004</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Approaches to semantic web services:an overview and comparisons</title>
		<author>
			<persName><forename type="first">Liliana</forename><surname>Cabral</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Domingue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Enrico</forename><surname>Motta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Terry</forename><surname>Payne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Farshad</forename><surname>Hakimpour</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">First European Semantic Web Symposium, ESWS 2004</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Christoph</forename><surname>Bussler</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">John</forename><surname>Davies</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Dieter</forename><surname>Fensel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Rudi</forename><surname>Studer</surname></persName>
		</editor>
		<meeting><address><addrLine>Heraklion, Crete, Greece</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">3053</biblScope>
			<biblScope unit="page" from="225" to="239" />
		</imprint>
	</monogr>
	<note>The Semantic Web: Research and Applications</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">Erik</forename><surname>Christensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francisco</forename><surname>Curbera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Greg</forename><surname>Meredith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sanjiva</forename><surname>Weerawarana</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/wsdl,2001" />
		<title level="m">Web Services Description Language (WSDL) 1</title>
				<imprint/>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><surname>Fipa</surname></persName>
		</author>
		<ptr target="http://www.fipa.org/specs/fipa00061/index.html" />
		<title level="m">Fipa-acl</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Simple Object Access Protocol</title>
		<author>
			<persName><forename type="first">Martin</forename><surname>Gudgin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marc</forename><surname>Hadley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Noah</forename><surname>Mendelsohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean-Jacques</forename><surname>Moreau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Henrik</forename><forename type="middle">Frystyk</forename><surname>Nielsen</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/soap12-part1/,2003" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">stuples: Semantic tuple spaces</title>
		<author>
			<persName><forename type="first">Deepali</forename><surname>Khushraj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ora</forename><surname>Lassila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tim</forename><surname>Finin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st Annual International Conference on Mobile and Ubiquitous Systems: Networking and Services (MobiQuitous 2004)</title>
				<meeting><address><addrLine>MobiQuitous; Boston, Massachusetts, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004-08">2004. August 2004</date>
			<biblScope unit="page" from="267" to="277" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Resource Description Framework (RDF): Concepts and Abstract Syntax</title>
		<author>
			<persName><forename type="first">Graham</forename><surname>Klyne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jeremy</forename><surname>Carroll</surname></persName>
		</author>
		<ptr target="http://www.w3.org/rdf" />
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Semantic web services grounding</title>
		<author>
			<persName><forename type="first">Jaceký</forename><surname>Kopecky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dumitru</forename><surname>Roman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthew</forename><surname>Moran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dieter</forename><surname>Fensel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Internet and Web Applications and International Conference on Internet and Web Applications and Services</title>
				<imprint>
			<date type="published" when="2006-02">February 2006</date>
			<biblScope unit="volume">0</biblScope>
			<biblScope unit="page" from="19" to="25" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">OWL Web Ontology Language Overview</title>
		<author>
			<persName><forename type="first">Deborah</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Frank</forename><surname>Van Harmelen</surname></persName>
		</author>
		<ptr target="http://www.w3.org/tr/owl-features" />
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Formal ReSpecT in the A&amp;A perspective</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">5th International Workshop on Foundations of Coordination Languages and Software Architectures (FOCLASA&apos;06)</title>
				<editor>
			<persName><forename type="first">Carlos</forename><surname>Canal</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</editor>
		<meeting><address><addrLine>Bonn, Germany; , Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="2006-08-31">31 August 2006</date>
			<biblScope unit="page" from="93" to="115" />
		</imprint>
		<respStmt>
			<orgName>University of Málaga</orgName>
		</respStmt>
	</monogr>
	<note>CONCUR 2006</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Formal ReSpecT</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Enrico</forename><surname>Denti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Declarative Programming -Selected Papers from AGP 2000</title>
				<meeting><address><addrLine>La Habana, Cuba</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000-12">June 2001. 4-6 December 2000</date>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="page" from="179" to="196" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">From tuple spaces to tuple centres</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Enrico</forename><surname>Denti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Science of Computer Programming</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="277" to="294" />
			<date type="published" when="2001-11">November 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Agens Faber: Toward a theory of artefacts for MAS</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st International Workshop &quot;Coordination and Organization&quot; (CoOrg 2005), COORDINATION 2005</title>
				<meeting><address><addrLine>Namur, Belgium</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="2005-04-22">29 May 2006. 22 April 2005</date>
			<biblScope unit="volume">150</biblScope>
			<biblScope unit="page" from="21" to="36" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Coordination artifacts as first-class abstractions for MAS engineering: State of the research</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Software Engineering for Multi-Agent Systems IV: Research Issues and Practical Applications</title>
				<editor>
			<persName><forename type="first">Alessandro</forename><forename type="middle">F</forename><surname>Garcia</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ricardo</forename><surname>Choren</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Carlos</forename><surname>Lucena</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Paolo</forename><surname>Giorgini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Tom</forename><surname>Holvoet</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Alexander</forename><surname>Romanovsky</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006-04">April 2006</date>
			<biblScope unit="volume">3914</biblScope>
			<biblScope unit="page" from="71" to="90" />
		</imprint>
	</monogr>
	<note>Invited Paper</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Coordination for Internet application development</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Franco</forename><surname>Zambonelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Coordination Mechanisms for Web Agents</title>
				<imprint>
			<date type="published" when="1999-09">September 1999</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="251" to="269" />
		</imprint>
	</monogr>
	<note>Special Issue</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">simpA-WS: An agent-oriented computing technology for WS-based SOA applications</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claudio</forename><surname>Buda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Zaghini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Natali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WOA 2006 -Dagli oggetti agli agenti: sistemi grid, p2p e self-*</title>
				<editor>
			<persName><forename type="first">Flavio</forename><surname>De Paoli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Antonella</forename><forename type="middle">Di</forename><surname>Stefano</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Corrado</forename><surname>Santoro</surname></persName>
		</editor>
		<meeting><address><addrLine>Catania, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-09-27">26-27 September 2006</date>
			<biblScope unit="page" from="1" to="3" />
		</imprint>
		<respStmt>
			<orgName>Technical University of Aachen</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Activity Theory as a framework for MAS coordination</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Enrico</forename><surname>Denti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Engineering Societies in the Agents World III</title>
				<editor>
			<persName><forename type="first">Paolo</forename><surname>Petta</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Robert</forename><surname>Tolksdorf</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Franco</forename><surname>Zambonelli</surname></persName>
		</editor>
		<meeting><address><addrLine>Madrid, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2002-09">April 2003. September 2002</date>
			<biblScope unit="volume">2577</biblScope>
			<biblScope unit="page" from="16" to="17" />
		</imprint>
	</monogr>
	<note>3rd International Workshop (ESAW 2002). Revised Papers</note>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Web Service Modeling Ontology</title>
		<author>
			<persName><forename type="first">Dumitru</forename><surname>Roman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Uwe</forename><surname>Keller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Holger</forename><surname>Lausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jos</forename><surname>De Bruijn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rubn</forename><surname>Lara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Stollberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Axel</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cristina</forename><surname>Feier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Bussler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dieter</forename><surname>Fensel</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="77" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Xmlspaces for coordination in web-based systems</title>
		<author>
			<persName><forename type="first">Robert</forename><surname>Tolksdorf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dirk</forename><surname>Glaubitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">10th IEEE International Workshops on Enabling Technologies (WETICE 2001)</title>
				<meeting><address><addrLine>Washington, DC, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2001-08">august 2001</date>
			<biblScope unit="page" from="322" to="327" />
		</imprint>
	</monogr>
	<note>WETICE 2001</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Engineering MAS environment with artifacts</title>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2nd International Workshop &quot;Environments for Multi-Agent Systems</title>
				<editor>
			<persName><forename type="first">Danny</forename><surname>Weyns</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Van Dyke</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Fabien</forename><surname>Parunak</surname></persName>
		</editor>
		<editor>
			<persName><surname>Michel</surname></persName>
		</editor>
		<meeting><address><addrLine>E4MAS; Utrecht, The Netherlands</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005-07-26">2005. 26 July 2005</date>
			<biblScope unit="page" from="62" to="77" />
		</imprint>
	</monogr>
	<note>AAMAS 2005</note>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Instructions-based semantics of agent mediated interaction</title>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">3rd international Joint Conference on Autonomous Agents and Multiagent Systems (AAMAS 2004)</title>
				<editor>
			<persName><forename type="first">Nicholas</forename><forename type="middle">R</forename><surname>Jennings</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Carles</forename><surname>Sierra</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Liz</forename><surname>Sonenberg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Milind</forename><surname>Tambe</surname></persName>
		</editor>
		<meeting><address><addrLine>New York, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2004-07">jul 2004</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="102" to="110" />
		</imprint>
	</monogr>
	<note>AAMAS 2004</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Operating instructions for intelligent agent coordination</title>
		<author>
			<persName><forename type="first">Mirko</forename><surname>Viroli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Omicini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

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