<?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">The SIOC Project: Semantically-Interlinked Online Communities</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Uldis</forename><surname>Bojārs</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Digital Enterprise Research Institute</orgName>
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alexandre</forename><surname>Passant</surname></persName>
							<email>alexandre.passant@deri.org</email>
							<affiliation key="aff0">
								<orgName type="department">Digital Enterprise Research Institute</orgName>
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">John</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
							<email>john.breslin@deri.org</email>
							<affiliation key="aff0">
								<orgName type="department">Digital Enterprise Research Institute</orgName>
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Stefan</forename><surname>Decker</surname></persName>
							<email>stefan.decker]@deri.org</email>
							<affiliation key="aff0">
								<orgName type="department">Digital Enterprise Research Institute</orgName>
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The SIOC Project: Semantically-Interlinked Online Communities</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6C6792366C23BBA7E92C3280FEF917BD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05: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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The SIOC project is aimed at expressing information about the structure and content of online community sites and at enabling interoperability on the Social Web using Semantic Web technologies. In this paper we briefly describe the SIOC project, introduce the SIOC Core ontology and its modules, and discuss some SIOC-based applications in terms of human and agent communication.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>While new paradigms, tools and web services introduced by the Social Web (such as blogs, wikis, tagging practices) are now widely accepted in both public and scientific communities, these tools generally act as independent data silos; hence, interoperability between applications is a complex issue. The SIOC project <ref type="foot" target="#foot_0">1</ref> aims at solving this by providing a comprehensive data model (as well as related tools and applications) based on Semantic Web technologies <ref type="bibr" target="#b0">[1]</ref> in order to represent online communities and their activities in an homogenous way.</p><p>The SIOC project consists of two main parts:</p><p>• The SIOC Ontology, composed of a Core ontology and different modules; • A set of applications, for both producing and consuming SIOC data, constantly evolving based on the user needs and implementations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. THE SIOC ONTOLOGY</head><p>The SIOC Ontology is composed of a Core ontology and a set of modules, focusing on the ease of integration of SIOC in existing applications by Web developers. With an emphasis on standard Semantic Web technologies since its beginning, the whole ontology has been designed using RDF(S)/OWL. A comprehensive overview of the SIOC ontology is provided in <ref type="bibr" target="#b1">[2]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. SIOC Core Ontology</head><p>Main classes and properties in the SIOC ontology<ref type="foot" target="#foot_1">2</ref> are shown in Figure <ref type="figure" target="#fig_0">1</ref>. While relatively small and simple, this model is yet powerful enough to represent the content produced and exchanged within online communities. For instance, a Forum represents a space in which discussion happen (not necessarily a bulletin board, in spite of its name, but for example as a weblog), and contains different Posts, written by Users. The following example then describes that Alice has created a post in a particular forum (i.e. an area of discussion) and that Bob replied to it -as follows (using the N3 notation -prefixes omitted). In order to represent more abstract containers (such as a personal information space), more general Container and Space classes can be used.</p><p>:post a sioc:Post ; sioc:has_creator :alice ; sioc:has_container :forum ; sioc:has_reply :reply . :forum a sioc:Forum . :reply a sioc:Post ; sioc:has_creator :bob . :alice a sioc:User . :bob a sioc:User . Other properties and classes exist in the ontology, for instance properties to represent previous and next versions of an item, which can be used when representing Wikis.</p><p>It is worth noticing that each sioc:User is actually related to the Agent class (from the FOAF<ref type="foot" target="#foot_2">3</ref> -Friend Of A Friend <ref type="bibr" target="#b2">[3]</ref> -ontology), and that sioc:User can be consequently associated with both software agents and human users. Hence, SIOC can be used to represent communication between bots on the Social Web (e.g. on IRC using the SIOC-IRClog project 4 ) and then enable a machine-readable description of communities of agents interacting together on social websites. Moreover, another link between FOAF and SIOC is that the social networking aspect can be represented using FOAF (by foaf:knows), while SIOC can be used to represent aspects of relationships inside the community, e.g. a user following another (on microblogging services) can be expressed by the sioc:follows property.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B. SIOC Modules</head><p>Several SIOC modules have been defined to extend the available terms and to avoid making the SIOC Core Ontology too complex and unreadable. SIOC has 4 ontology modules: Access, Argumentation, Services and Types 5 . </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. STATUS AND UPDATE OF SIOC</head><p>Since the goal of SIOC is to provide interoperability between communities on the Social Web, one way to evaluate its success is to consider its uptake on the Web. To illustrate the amount of SIOC data on the Web, according to the PingTheSemanticWeb (PTSW) service 7 on June 2009 there were 132'475 URIs which contain data described using the SIOC ontology 8 .</p><p>In addition to the uptake in terms of number of documents, SIOC is now widely accepted as a core ontology to describe Social Web communities using Semantic Web technologies, alongside with FOAF. Hence, the use of SIOC is suggested by the Yahoo! SearchMonkey developer documentation 9 (SIOC 4 http://irc.sioc-project.org/about.html 5 Information about SIOC modules: http://rdfs.org/sioc/spec/#sec-modules 6 http://rdfs.org/sioc/swan 7 http://pingthesemanticweb.com 8 The full amount of SIOC information on the Web is larger than described here as PTSW indexes only a part of available RDF data. 9 http://developer.yahoo.com/searchmonkey/smguide/profile vocab.html data being indexed by SearchMonkey to improve presentation of search results) and by various best practices documents describing data publishing on the Semantic Web such as <ref type="bibr" target="#b4">[5]</ref>.</p><p>Various SIOC-enabled applications have been created 10 , forming a food-chain (Figure <ref type="figure">2</ref>) that includes data exporters for Web 2.0 platforms and services (e.g. Drupal 11 , WordPress, Flickr, etc.), tools for indexing of distributed data, and browser and visualization applications, allowing users to consume SIOC data from various sources in an integrated way.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>"&amp;'3(780'/(&amp;</head><p>!"#$%&amp;'()*$%'+$,)+'-such as blog+.'/$0$+' %1*'23&amp;&amp;),$1'2"%4*+5'%4)'6&amp;%7$18'%1' $(6"4,%1, 4"&amp;)'$1'0))6$18'6)"6&amp;)' $19"4()*'%1*'9%#$&amp;$,%,$18' #"((31$#%,$"1'"1',:)';)2&lt;'=&gt;)47'*%7' &amp;%48)'%("31,+'"9'$19"4(%,$"1'%4)' 2)$18'#4)%,)*'27'3+)4+'"9',:)+)'+$,)+&lt; ?"/)&gt;)4.'currently these +$,)+'%4)' +$($&amp;%4',"'$+&amp;%1*+'/:)4)'%&amp;&amp;',:)' $1,)4%#,$"1':%66)1+'/$,:',:)'+$,)'%1*' there is little interlinking /$,:'4)&amp;)&gt;%1,' #"1&gt;)4+%,$"1+'%1*'#"1,)1, )&amp;+)/:)4)&lt;' @:)4)'$+'%'1))*',"'$1,)4&amp;$10'+"#$%&amp;' ()*$%'#"1&gt;)4+%,$"1+'%1*'%'1))*'9"4' $19"4(%,$"1')A#:%18)'9"4(%,',:%,' %&amp;&amp;"/+',"'4)64)+)1,'%&amp;&amp;'$(6"4,%1,' *),%$&amp;+'"9'+3#:'#"1&gt;)4+%,$"1+&lt; !"#$%&amp;'()*+'%, -++./00)*12,.314'2+51360</p><p>012. $+'%'6)4+"1'/$,:'%1'%##"31,' "1'%'#"((31$,7'+$,)&lt;'T+)4+' #4)%,)'U"+,+'%1*'%4)'#"11)#,)*' ,"'",:)4'3+)4+',:)7'01"/&lt; IV. CONCLUSION In this paper, we briefly introduced the SIOC project, its goals and means as well as uptake and services overview. In particular, in the context of multi-agent systems and online communities, an already active fields for several years if we consider for instance <ref type="bibr" target="#b5">[6]</ref>, the SIOC ontology could be used to express in a unified way information about activities of both humans and agents interacting in these communities.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Main classes and properties in the SIOC ontology.</figDesc><graphic coords="1,313.47,403.66,231.34,155.39" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>•</head><label></label><figDesc>the Access module defines simple classes and properties regarding the notions of Role and Permission to represent access rights and permissions in online communities websites; • the Argument module defines classes and properties to represent simple argumentative discussions in online communities websites. • the Services module defines classes and properties to reprsent Web services related to online communities (e.g. API endpoint and return format, etc.); • the Types module defines advanced content-types to be used when defining user-generated content from onlinecommunities. For instance, it includes classes such as sioct:BlogPostor sioct:Wiki that respectively subclass the sioc:Postand sioc:Forumclasses from the Core Ontology; In addition, one of the recent development of SIOC is a module defining alignments between SIOC and the SWAN -Semantic Web Applications in Neuromedicine -ontology [4] 6 , providing a complete model for fine-grained argumentative discussions in online scientific communities.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>F4</head><label></label><figDesc>&gt;)&amp;"6'%1'!"#!$!%&amp; "9',)4(+'9"4' 4)64)+)1,$18'4$#:'*%,%'94"(',:)' !"#$%&amp;';)2 B D4)%,)'%''!!()*+,-" "9'%66&amp;$#%,$"1+' 9"4'64"*3#$18.'#"&amp;&amp;)#,$18'%1*' #"1+3($18'!EFD'*%,% B C$++)($1%,) -"'!./,#-!")%2"3,' !EFD'&gt;$%'6%6)4+.',3,"4$%&amp;+. *"#3()1,%,$"1'%1*')A%(6&amp;)+ "&amp;2(3-.'/(&amp;%.6(8'%!"#$ @3,"4$%&amp;+'%,';;;'GHHI'%1*'!)(@)#:' GHHI'-36#"($185'#"19)4)1#)+&lt; !"#$%&amp;'C%,%'"1',:)';)2'-!C";'GHHI5' /"40+:"6'%,'E!;D'GHHI'-36#"($185&lt; JGK'!EFDL4)&amp;%,)*'632&amp;$#%,$"1+'94"(' C=ME'$1',:)'N"341%&amp;'"9';)2' !)(%1,$#+.'E==='E1,)&amp;&amp;$8)1,'!7+,)(+.' E==='E1,)41),'D"(63,$18.'=34"6)%1' !)(%1,$#';)2'D"19)4)1#).'),#&lt; @0G&amp;(K),7*,-,&amp;'1 @:$+'/"40':%+'2))1'931*)*'27' !#$)1#)'O"31*%,$"1'E4)&amp;%1*'31*)4' 84%1,'13(2)4'!OEPHGPD=QPEQRQ. S%$1'#&amp;%++)+'%1*'64"6)4,$)+'$1',:)'!EFD'F1,"&amp;"87</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>3! 1 #Fig. 2 .</head><label>12</label><figDesc>Fig. 2. The SIOC food-chain</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://sioc-project.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://rdfs.org/sioc/spec</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://foaf-project.org</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGEMENTS</head><p>The work presented in this paper has been funded in part by Science Foundation Ireland under Grant No. SFI/08/CE/I1380 (Líon-2).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The Semantic Web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Lassila</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific American</title>
		<imprint>
			<biblScope unit="volume">284</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="34" to="43" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Interlinking the Social Web with Semantics</title>
		<author>
			<persName><forename type="first">U</forename><surname>Bojārs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Breslin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Peristeras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tummarello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="29" to="40" />
			<date type="published" when="2008-06">May/June 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">FOAF Vocabulary Specification</title>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Miller</surname></persName>
		</author>
		<ptr target="http://xmlns.com/foaf/0.1/" />
	</analytic>
	<monogr>
		<title level="m">Namespace Document 2</title>
				<imprint>
			<date type="published" when="2004-09">Sept 2004, 2004</date>
		</imprint>
	</monogr>
	<note>FOAF Project</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The SWAN biomedical discourse ontology</title>
		<author>
			<persName><forename type="first">P</forename><surname>Ciccarese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ocana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kinoshita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ruttenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Clark</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Informatics</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="739" to="751" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Heath</surname></persName>
		</author>
		<ptr target="http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/" />
		<title level="m">How to Publish Linked Data on the Web</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
	<note type="report_type">Tech. Rep</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Distributed Artificial Intelligence for Distributed Corporate Knowledge Management</title>
		<author>
			<persName><forename type="first">F</forename><surname>Gandon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dieng-Kuntz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CIA 2002 -6th Cooperative Information Agents -Intelligent Agents for the Internet and Web September</title>
		<title level="s">LNAI</title>
		<imprint>
			<publisher>Springer</publisher>
			<biblScope unit="volume">2446</biblScope>
			<biblScope unit="page" from="202" to="217" />
		</imprint>
	</monogr>
</biblStruct>

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