<?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:Article rdf:about="http://ebiquity.umbc.edu/paper/html/id/1044/The-SemIoTic-Ecosystem-A-Semantic-Bridge-between-IoT-Devices-and-Smart-Spaces">
		<rdfs:label><![CDATA[The SemIoTic Ecosystem: A Semantic Bridge between IoT Devices and Smart Spaces]]></rdfs:label>
		<pub:title><![CDATA[The SemIoTic Ecosystem: A Semantic Bridge between IoT Devices and Smart Spaces]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2022-08-01T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Smart space administration and application development is challenging in part due to the semantic gap that exists between the high-level requirements of users and the low-level capabilities of IoT devices. The stakeholders in a smart space are required to deal with communicating with specific IoT devices, capturing data, processing it, and abstracting it out to generate useful inferences. Additionally, this makes reusability of smart space applications difficult since they are developed for specific sensor deployments. In this article, we present a holistic approach to IoT smart spaces, the SemIoTic ecosystem, to facilitate application development, space management, and service provision to its inhabitants. The ecosystem is based on a centralized repository, where developers can advertise their space-agnostic applications, and a SemIoTic system deployed in each smart space that interacts with those applications to provide them with the required information. SemIoTic applications are developed using a metamodel that defines high-level concepts abstracted from the smart space about the space itself and the people within it. Application requirements can be expressed then in terms of user-friendly high-level concepts, which are automatically translated by SemIoTic into sensor/actuator commands adapted to the underlying device deployment in each space. We present a reference implementation of the ecosystem that has been deployed at the University of California, Irvine and is abstracting data from hundreds of sensors in the space and providing applications to campus members.]]></pub:abstract>
		<pub:pages><![CDATA[1-33]]></pub:pages>
		<pub:number><![CDATA[3]]></pub:number>
		<pub:note><![CDATA[<p ><img src="https://i.imgur.com/LkVTIAf.png" style='height: 80%; width: 80%; object-fit: contain'></p>]]></pub:note>
		<pub:volume><![CDATA[22]]></pub:volume>
		<pub:counter>787</pub:counter>
		<pub:tag><![CDATA[iot interoperability sensor]]></pub:tag>
		<pub:tag><![CDATA[knowledge graph]]></pub:tag>
		<pub:tag><![CDATA[rdf]]></pub:tag>
		<pub:tag><![CDATA[semantic]]></pub:tag>
		<pub:booktitle><![CDATA[ACM Transactions on Internet Technology]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Roberto/Yus"><person:name><![CDATA[Roberto Yus]]></person:name><rdfs:label><![CDATA[Roberto Yus]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Sharad/Mehrotra"><person:name><![CDATA[Sharad Mehrotra]]></person:name><rdfs:label><![CDATA[Sharad Mehrotra]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Georgios/Bouloukakis"><person:name><![CDATA[Georgios Bouloukakis]]></person:name><rdfs:label><![CDATA[Georgios Bouloukakis]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest>									<rdf:List>
										<rdf:first>
											<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Nalini/Venkatasubramanian"><person:name><![CDATA[Nalini Venkatasubramanian]]></person:name><rdfs:label><![CDATA[Nalini Venkatasubramanian]]></rdfs:label></person:Person>
										</rdf:first>
										<rdf:rest rdf:resource="&rdf;nil" />
									</rdf:List>
								</rdf:rest>
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Roberto/Yus"><person:name><![CDATA[Roberto Yus]]></person:name><rdfs:label><![CDATA[Roberto Yus]]></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/1169.pdf]]></pub:softCopyURI>
			<pub:softCopySize>9258626</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:Article>

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

</rdf:RDF>
