<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/400/Generating-Linked-Data-by-inferring-the-semantics-of-tables">
		<rdfs:label><![CDATA[Generating Linked Data by inferring the semantics of tables]]></rdfs:label>
		<event:title><![CDATA[Generating Linked Data by inferring the semantics of tables]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Varish/Mulwad"><person:name><![CDATA[Varish Mulwad]]></person:name><rdfs:label><![CDATA[Varish Mulwad]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2011-05-25T09:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2011-05-25T11:30:00-05:00</event:endDate>
		<event:location><![CDATA[ITE 325b]]></event:location>
		<event:abstract><![CDATA[<p>Ph.D. Preliminary Examination</p>
<p>A vast amount of information is encoded in tables on the web, spreadsheets and databases. Considerable work has been focused on exploiting unstructured free text; however techniques that are effective for documents and free text do not work well with tables. In this research we present techniques to generate high quality linked data from tables by jointly inferring the semantics of column headers, table cell values (e.g., strings and numbers), relations between columns, augmented with background knowledge from open data sources such as the Linked Open Data cloud. We represent a table's meaning by mapping columns to classes from an appropriate ontology, linking cell values to literal constants or entities in the linked data cloud (existing or new) and discovering or and identifying relations between columns. The interpreted meaning is represented as linked RDF assertions. An initial evaluation of our preliminary baseline system demonstrate the feasibility of tackling the
problem. Based on this work and its evaluation, we are further developing our framework grounded in the theory of graphical models and probabilistic reasoning.</p>
<p>Committee members:</p>
<ul>
<li>Dr. Tim Finin (chair)
<li>Dr. Anupam Joshi
<li>Dr. Tim Oates
<li>Dr. Yun Peng
<li>Dr. L V Subramaniam (IBM Research India)
<li>Dr. Indrajit Bhattacharya (Indian Institute of Science)
</ul>
]]></event:abstract>
		<event:tag><![CDATA[linked data]]></event:tag>
		<event:tag><![CDATA[phd proposal]]></event:tag>
		<event:tag><![CDATA[semantic web]]></event:tag>
		<event:tag><![CDATA[tables]]></event:tag>
		<event:host>
<person:ProfessorEmeritus rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin"><person:name><![CDATA[Tim Finin]]></person:name><rdfs:label><![CDATA[Tim Finin]]></rdfs:label></person:ProfessorEmeritus>
		</event:host>
	</event:Event>

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

</rdf:RDF>
