<?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/988/Secure-Cloud-EHR-with-Semantic-Access-Control-Searchable-Encryption-and-Attribute-Revocation">
		<rdfs:label><![CDATA[Secure Cloud EHR with Semantic Access Control, Searchable Encryption and Attribute Revocation]]></rdfs:label>
		<pub:title><![CDATA[Secure Cloud EHR with Semantic Access Control, Searchable Encryption and Attribute Revocation]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2021-09-06T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[To ensure a secure Cloud-based Electronic Health Record (EHR) system, we need to encrypt data and impose field-level access control to prevent malicious usage. Since the attributes of the Users will change with time, the encryption policies adopted may also vary. For large EHR systems, it is often necessary to search through the encrypted data in realtime and perform client-side computations without decrypting all patient records. This paper describes our novel cloud-based EHR system that uses Attribute Based Encryption (ABE) combined with Semantic Web technologies to facilitate differential access to an EHR, thereby ensuring only Users with valid attributes
can access a particular field of the EHR. The system also includes searchable encryption using keyword index and search trapdoor, which allows querying EHR fields without decrypting the entire patient record. The attribute revocation feature is efficiently managed in our EHR by delegating the revision of the secret key and ciphertext to the Cloud Service Provider (CSP). Our methodology incorporates advanced security features that eliminate malicious use of EHR data and contributes significantly towards ensuring secure digital health systems on the Cloud.]]></pub:abstract>
		<pub:note><![CDATA[Image from the paper:<img src="https://ebiquity.umbc.edu/blogger/wp-content/uploads/2021/08/paper_ebq.png" style="width:75%;display: block; margin-left: auto; margin-right: auto">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ebiquity" />
<meta name="twitter:creator" content="@ebiquity" />
<meta property="og:url" content="https://ebiquity.umbc.edu/paper/html/id/988/" />
<meta property="og:title" content="Secure Cloud EHR with Semantic Access Control, Searchable Encryption and Attribute Revocation" />
<meta property="og:image" content="https://ebiquity.umbc.edu/blogger/wp-content/uploads/2021/08/paper_ebq.png" />]]></pub:note>
		<pub:organization><![CDATA[IEEE]]></pub:organization>
		<pub:counter>1398</pub:counter>
		<pub:tag><![CDATA[attribute revocation]]></pub:tag>
		<pub:tag><![CDATA[cloud computing]]></pub:tag>
		<pub:tag><![CDATA[cloud security]]></pub:tag>
		<pub:tag><![CDATA[electronic health record]]></pub:tag>
		<pub:tag><![CDATA[knowledge graph (ontology)]]></pub:tag>
		<pub:tag><![CDATA[searchable encryption]]></pub:tag>
		<pub:booktitle><![CDATA[IEEE International Conference on Digital Health (ICDH) 2021 in IEEE World Congress on Services 2021]]></pub:booktitle>
		<pub:publisher><![CDATA[IEEE]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Karuna/Joshi"><person:name><![CDATA[Karuna Pande Joshi]]></person:name><rdfs:label><![CDATA[Karuna Pande Joshi]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/SeungGeol/Choi"><person:name><![CDATA[SeungGeol Choi]]></person:name><rdfs:label><![CDATA[SeungGeol Choi]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Redwan/Walid"><person:name><![CDATA[Redwan Walid]]></person:name><rdfs:label><![CDATA[Redwan Walid]]></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/Karuna/Joshi"><person:name><![CDATA[Karuna Pande Joshi]]></person:name><rdfs:label><![CDATA[Karuna Pande Joshi]]></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/1102.pdf]]></pub:softCopyURI>
			<pub:softCopySize>429754</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>
