<?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:Proceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/651/Text-and-Ontology-Driven-Clinical-Decision-Support-System">
		<rdfs:label><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></rdfs:label>
		<pub:title><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2013-10-31T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[In this paper, we discuss our ongoing research in the domain of text and ontology driven clinical decision support 
system. The proposed framework uses text analytics to extract clinical entities from electronic health records and 
semantic web analytics to generate a domain specific knowledge base (KB) of patients’ clinical facts. Clinical Rules 
expressed in the Semantic Web Language OWL are used to reason over the KB to infer additional facts about the 
patient. The KB is then queried to provide clinically relevant information to the physicians. ]]></pub:abstract>
		<pub:edition><![CDATA[November, 2013]]></pub:edition>
		<pub:address><![CDATA[Washington Hilton hotel]]></pub:address>
		<pub:organization><![CDATA[American Medical Informatics Association (AMIA)]]></pub:organization>
		<pub:counter>1435</pub:counter>
		<pub:booktitle><![CDATA[American Medical Informatics Association (AMIA) Annual Symposium]]></pub:booktitle>
		<pub:publisher><![CDATA[American Medical Informatics Association (AMIA)]]></pub:publisher>
		<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/Michael/Grasso"><person:name><![CDATA[Michael A. Grasso]]></person:name><rdfs:label><![CDATA[Michael A. Grasso]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Deepal/Dhariwal"><person:name><![CDATA[Deepal Dhariwal]]></person:name><rdfs:label><![CDATA[Deepal Dhariwal]]></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/692.pdf]]></pub:softCopyURI>
			<pub:softCopySize>139402</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:Proceedings>

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

</rdf:RDF>
