<?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/280/Predicting-Appropriate-Semantic-Web-Terms-from-Words-and-Table-Headers">
		<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words and Table Headers]]></rdfs:label>
		<event:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words and Table Headers]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Lushan/Han"><person:name><![CDATA[Lushan Han]]></person:name><rdfs:label><![CDATA[Lushan Han]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2008-12-09T10:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2008-12-09T11:45:00-05:00</event:endDate>
		<event:location><![CDATA[325b]]></event:location>
		<event:abstract><![CDATA[We are developing an innovative system which takes a set of English words and searches among the ontologies available on the Semantic Web to find the best schemas to encode information associated with the with the words. In other words, a schema written flexibly with ordinary words can be mapped to its canonical form in RDF.
<p>
By using the system, the ontology network will gradually evolves, driven by people’s own knowledge and convention, toward a network of concepts resembling those in the real world. People learn relationships among concepts in the world by experiencing (or reading about) how local objects interact. The ontology network will learn by reading RDF documents, which record relationships among concepts in small description experiences.
<p>
We will also discuss application of this system that analyzes the words and phrases used to name the columns of a a set of spreadsheets or relational tables and derives a consistent schema for the information.]]></event:abstract>
		<event:tag><![CDATA[database]]></event:tag>
		<event:tag><![CDATA[rdf]]></event:tag>
		<event:tag><![CDATA[semantic web]]></event:tag>
	</event:Event>

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

</rdf:RDF>
