<?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 person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY contact "http://ebiquity.umbc.edu/ontology/contact.owl#">
	<!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.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:person = "&person;"
		xmlns:project = "&project;"
		xmlns:pub = "&pub;"
		xmlns:contact = "&contact;"
		xmlns:assoc = "&assoc;"
		xmlns:assert = "&assert;">
	<person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Deepal/Dhariwal">
		<rdfs:label><![CDATA[Deepal Dhariwal]]></rdfs:label>
		<rdf:type rdf:resource="&person;Alumnus" />
		<rdf:type rdf:resource="&person;MSAlumnus" />
		<person:face><![CDATA[http://ebiquity.umbc.edu/media/faces/597.jpeg]]></person:face>
		<person:name><![CDATA[Deepal Dhariwal]]></person:name>
		<person:firstName><![CDATA[Deepal]]></person:firstName>
		<person:lastName><![CDATA[Dhariwal]]></person:lastName>
		<person:biography><![CDATA[I have been working as Research Assistant at Ebiquity since Spring 2012.  In Spring I worked on Identification of Common Best Practices in Stem Cell Preparation. The project involved text processing of Biomedical Research Papers to extract underlying standards. 
Masters Thesis: The goal of research is to apply various text and semantic web analytic to extract meaningful information from unstructured clinical text. In the information extraction phase, a bunch of annotators would be developed to extract clinical entities and their associated values from chest pain progress notes. The information extracted from clinical narratives would be stored in an owl knowledge based and extraction rules would be applied to infer facts about patient’s medical condition. The knowledge generation phase would utilize heart failure ontology , semantic web reasoner and query language. Such a decision support system would allow early identification of patients with high risk for serious outcome.]]></person:biography>
		<person:graduationDate rdf:datatype="&xsd;dateTime">2013-05-01T00:00:00-05:00</person:graduationDate>
		<person:workContact><contact:ContactInformation>
			<contact:department><![CDATA[Computer Science and Engineering]]></contact:department>
			<contact:room><![CDATA[ITE 377]]></contact:room>
			<contact:email><![CDATA[deepaldhariwal@gmail.com]]></contact:email>
		</contact:ContactInformation></person:workContact>
		<project:relatedPublication>
			<pub:Proceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/651/Text-and-Ontology-Driven-Clinical-Decision-Support-System">
				<pub:title><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></pub:title>
				<rdfs:label><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></rdfs:label>
				<pub:booktitle><![CDATA[American Medical Informatics Association (AMIA) Annual Symposium]]></pub:booktitle>
				<pub:publisher><![CDATA[American Medical Informatics Association (AMIA)]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2013-10-31T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:Proceedings>
		</project:relatedPublication>
		<person:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:project><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/100/Text-and-Ontology-Driven-Clinical-Decision-Support-System"><project:title><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></project:title><rdfs:label><![CDATA[Text and Ontology Driven Clinical Decision Support System]]></rdfs:label></project:PastProject></assoc:project>
				<assoc:role rdf:resource="&person;MSStudent" />
			</assoc:PersonProjectAssociation>
		</person:associatedWith>
	</person:MSAlumnus>

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

</rdf:RDF>
