<?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/726/Visualization-of-Pain-Severity-Events-Using-Semantic-Structures">
		<rdfs:label><![CDATA[Visualization of Pain Severity Events Using Semantic Structures]]></rdfs:label>
		<pub:title><![CDATA[Visualization of Pain Severity Events Using Semantic Structures]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2016-02-03T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Physicians are often required to make critical medical decisions that may be based on previous events in the patient's health history.  However, these events may be very difficult to locate in the patient record due to the large volume of unstructured textual data in the patient's chart.  Even when the chart is housed in an electronic health record (EMR) system, keyword search within the chart may produce many results that are not relevant or that may overlook related expressions and concepts entirely.  In addition, some medical events, such as the occurrence of symptoms, are associated with important attributes such as location or severity.  This paper describes a prototype system that performs ontology-based semantic search through clinical text to extract pain severity events, and then presents them in a visualization to monitor the progression of post-surgical pain.]]></pub:abstract>
		<pub:counter>1357</pub:counter>
		<pub:tag><![CDATA[semantic search; ontology; clinical decision support; health informatics]]></pub:tag>
		<pub:booktitle><![CDATA[10th International Conference on Semantic Computing]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Clare/Grasso"><person:name><![CDATA[Clare Grasso]]></person:name><rdfs:label><![CDATA[Clare Grasso]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Eliot/Siegel"><person:name><![CDATA[Eliot Siegel]]></person:name><rdfs:label><![CDATA[Eliot Siegel]]></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/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam 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/787.pdf]]></pub:softCopyURI>
			<pub:softCopySize>179104</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>
