<?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">Integrating Semantic Web technologies and Multi-Agent Systems: a Semantic Description of Multi-Agent Organizations</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Alexandra-Mȃdȃlina</forename><surname>Zarafin</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University Politehnica of Bucharest</orgName>
								<address>
									<country key="RO">Romania</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Antoine</forename><surname>Zimmermann</surname></persName>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">École Nationale Supérieure des Mines</orgName>
								<orgName type="department" key="dep2">FAYOL-ENSMSE</orgName>
								<orgName type="institution">LSTI</orgName>
								<address>
									<postCode>F-42023</postCode>
									<settlement>Saint-Étienne</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Olivier</forename><surname>Boissier</surname></persName>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">École Nationale Supérieure des Mines</orgName>
								<orgName type="department" key="dep2">FAYOL-ENSMSE</orgName>
								<orgName type="institution">LSTI</orgName>
								<address>
									<postCode>F-42023</postCode>
									<settlement>Saint-Étienne</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Integrating Semantic Web technologies and Multi-Agent Systems: a Semantic Description of Multi-Agent Organizations</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">9F5AFD6D42F5A76D9F97BA67A6F93A13</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T20:47+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/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Introduction. Decentralization and openness are inherent properties of multiagent systems (MAS). The technologies they provide are thus the right abstraction for developing Web-oriented applications. Moreover, different works have been proposed to use Semantic Web technologies (SWT) for representing various dimensions of MAS (e.g., interaction protocols, norms, organizations). Given these facts, we think it is time to go a step further by integrating SWT and MAS in order to improve reusability of data, knowledge, coordination strategies, etc. on the Web and across systems. In this paper, we take a first step in this direction by proposing a semantic description of multi-agent organizations, showing the benefit regarding integration with Web ontologies.</p><p>Position. The Web is pervasive, populated with data, services, people and things, connected to each other, based on Web Standards. In such an environment, knowledge and semantic technologies become a necessity and a reality. Indeed, the Semantic Web has seen an increasing use not only for Web applications but in many areas of computer sciences. It encourages uniformity of data formats, as well as modularization and reuse of specifications (ontologies), by making it possible for ontologies to include and refer to information provided by other ontologies. Consequently, recent research in MAS have seen an intensive use of Knowledge representation together with increasing use of SWT. We envision that SWT will ultimately play a central role in all parts of MAS. Thus far, work combining MAS and SWT have only been concerned about addressing one dimension of MAS at a time. Also, they were mostly tackling the agent <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b3">4]</ref> and interaction dimensions <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b0">1]</ref> to ease communications, especially on domain knowledge. Other works have used those technologies to model part of the organization structure <ref type="bibr" target="#b7">[8]</ref>, norms and commitment <ref type="bibr" target="#b2">[3]</ref>, reputation <ref type="bibr" target="#b6">[7]</ref> and more.</p><p>The situation shows that it is time to go beyond these ad hoc solutions and integrate the pieces into a complete Semantic-Web-based infrastructure. We observe too that none of the mentioned contributions were really taking advantage of the Web aspect of these technologies, except some Web service integration. We want to provide the specifications as Web data as well, such that agents can uniformly query and reason about agent systems, Web services, data and ontologies.</p><p>Semantic Web technologies and Multi-Agent Organizations. We made a step in this direction, focusing on the organizational aspect of MAS, which has been little addressed, although human organizations are of prominent interest to the Semantic Web community <ref type="bibr" target="#b8">[9]</ref>. We used OWL to make an ontology of the organizational specification of the MOISE model <ref type="bibr" target="#b4">[5]</ref>, taking analysis of <ref type="bibr" target="#b1">[2]</ref> as a basis. A given organization is described in RDF by instantiating the classes of the main ontology. The specification is made available at a SPARQL query endpoint, provided by an organizational artifact, so that agents who need to enter the organization can ask for relevant information on, e.g., roles or goals. Interestingly, agents can combine this with other data sources on the Web, using the same query language and protocol. Moreover, the specification can be combined with the agent's knowledge, who can specify constraining axioms in OWL (e.g., agents with whom I'm working must be disjoint from my friends) to detect undesired situations with consistency checks. Following Semantic Web good practices, we designed the ontology modularly and made it available online<ref type="foot" target="#foot_0">3</ref> . To allow compatibility with the existing implementation of MOISE, we implemented a two-way transformation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusion.</head><p>MAS are increasingly interacting with the Web and we expect this to require the use of (1) Web standards and (2) semantic technologies. Therefore we want to encourage the use of SWT to enable the next generation of MAS. We contributed to this overall goal by providing an ontology for organization specifications.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://purl.org/NET/maorg/moise</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">OWL-DL as a FIPA-ACL content language</title>
	</analytic>
	<monogr>
		<title level="m">Proc. of FOCA 2006</title>
				<meeting>of FOCA 2006</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Modelling Dimensions for Agent Organizations</title>
		<author>
			<persName><forename type="first">L</forename><surname>Coutinho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sichman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Boissier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of Research on Multi-Agent Systems: Semantics and Dynamics of Organizational Models</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="18" to="50" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Representation and monitoring of commitments and norms using OWL</title>
		<author>
			<persName><forename type="first">N</forename><surname>Fornara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Colombetti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Comm</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="341" to="356" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Hadzic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Wongthongtham</surname></persName>
		</author>
		<title level="m">Ontology-Based Multi-Agent Systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Model for the Structural, Functional, and Deontic Specification of Organizations in Multiagent Systems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hübner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sichman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Boissier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of SBIA 2002</title>
				<meeting>of SBIA 2002</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="118" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">JASDL: A Practical Programming Approach Combining Agent and Semantic Web Technologies</title>
		<author>
			<persName><forename type="first">T</forename><surname>Klapiscak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bordini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of DALT 2008</title>
				<meeting>of DALT 2008</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="91" to="110" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Experiments on semantic interoperability of agent reputation models using the SOARI architecture</title>
		<author>
			<persName><forename type="first">L</forename><surname>Nardin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Brandão</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sichman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Eng. Appl. of AI</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="1461" to="1471" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Designing MAS Organisation through an Integrated MDA/Ontology Approach</title>
		<author>
			<persName><forename type="first">D</forename><surname>Okouya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Penserini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Saudrais</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Staikopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Dignum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Clarke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of TWOMDE 2008</title>
				<meeting>of TWOMDE 2008</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="55" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">An organization ontology -W3C Working Draft 05</title>
		<author>
			<persName><forename type="first">D</forename><surname>Reynolds</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2012/WD-vocab-org-20120405/" />
		<imprint>
			<date type="published" when="2012-04">April 2012. 2012</date>
		</imprint>
	</monogr>
	<note>Working draft</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Agent Communication in DAML World</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Finin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Cost</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of WRAC 2002</title>
				<meeting>of WRAC 2002</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="347" to="354" />
		</imprint>
	</monogr>
</biblStruct>

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