<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/293/sTuples-Semantic-Tuple-Spaces">
		<rdfs:label><![CDATA[sTuples: Semantic Tuple Spaces]]></rdfs:label>
		<pub:title><![CDATA[sTuples: Semantic Tuple Spaces]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2004-08-22T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Tuple spaces offer a coordination infrastructure for communication between autonomous entities by providing a logically shared memory along with data persistence, transactional security as well as temporal and spatial decoupling - properties that make it desirable in distributed systems for e-commerce and pervasive computing applications. In most tuple space implementations, tuples are retrieved by employing type-value matching of ordered tuples, object-based polymorphic matching, or XML-style pattern matching. In a heterogeneous environment, this can pose several limitations. This paper discusses the architecture and implementation of a prototype semantic infrastructure, which uses semantic Web technologies to represent and retrieve tuples from a tuple space. Semantic tuple spaces (sTuples) overcomes limitations of the JavaSpaces tuple space implementation by making use of a Web ontology language and RACER, a description-logic reasoning engine. The sTuples infrastructure extends and integrates with Vigil, a secure framework for communication and access of intelligent services in a pervasive environment. Specialized agents, such as the tuple-recommender agent, task-execution agent, and publish-subscribe agent, which have a better understanding of the environment, reside on the tuple space and play an important role in providing user-centric reasoning.]]></pub:abstract>
		<pub:pages><![CDATA[267-277]]></pub:pages>
		<pub:note><![CDATA[DOI: <a href="https://doi.org/10.1109/MOBIQ.2004.1331733">10.1109/MOBIQ.2004.1331733</a>

<img src="https://i.imgur.com/OWs3sI2.png" style='height: 70%; width: 70%; object-fit: contain; display: block; margin-left: auto; margin-right: auto;'>
<br/>
<img src="https://i.imgur.com/ObFrzzJ.png" style='height: 70%; width: 70%; object-fit: contain; display: block; margin-left: auto; margin-right: auto;'>]]></pub:note>
		<pub:counter>3654</pub:counter>
		<pub:googleKey>61I3tXOfSMYJ</pub:googleKey>
		<pub:googleCitations>73</pub:googleCitations>
		<pub:tag><![CDATA[mobile computing]]></pub:tag>
		<pub:tag><![CDATA[semantic web]]></pub:tag>
		<pub:tag><![CDATA[tuple space]]></pub:tag>
		<pub:booktitle><![CDATA[First Annual International Conference on Mobile and Ubiquitous Systems: Networking and Services (MobiQuitous’04)]]></pub:booktitle>
		<pub:publisher><![CDATA[IEEE]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Deepali/Khushraj"><person:name><![CDATA[Deepali Khushraj]]></person:name><rdfs:label><![CDATA[Deepali Khushraj]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Ora/Lassila"><person:name><![CDATA[Ora Lassila]]></person:name><rdfs:label><![CDATA[Ora Lassila]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin"><person:name><![CDATA[Tim Finin]]></person:name><rdfs:label><![CDATA[Tim Finin]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Deepali/Khushraj"><person:name><![CDATA[Deepali Khushraj]]></person:name><rdfs:label><![CDATA[Deepali Khushraj]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/253.pdf]]></pub:softCopyURI>
			<pub:softCopySize>431743</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
