<?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/120/Semantic-Web-2-0">
		<rdfs:label><![CDATA[Semantic Web 2.0]]></rdfs:label>
		<event:title><![CDATA[Semantic Web 2.0]]></event:title>
		<event:speaker>
<person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Anubhav/Kale"><person:name><![CDATA[Anubhav Kale]]></person:name><rdfs:label><![CDATA[Anubhav Kale]]></rdfs:label></person:MSAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2005-11-02T09:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2005-11-02T10:45:00-05:00</event:endDate>
		<event:location><![CDATA[325B ITE]]></event:location>
		<event:abstract><![CDATA[We'll brainstorm about ideas for <a
href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> applications
that use RDF data.  The <a
href="http://en.wikipedia.org/wiki/AJAX">AJAX</a> paradigm is a key
characteristic of Web 2.0 applications and is a good fit for driving
web applications using RDF data. Here's an overview <a
href="http://www.ajaxian.com/downloads/presentations/ajax-eurooscon2005.pdf">presentation</a>
and there are some exmples <a
href="http://www.webpasties.com/xmlHttpRequest/">here</a> and <a
href="http://www.clearnova.com/ajax/">here</a>.  <a
href="mailto:akale1@umbc.edu">Anubhav Kale</a> will start with a brief
introduction to AJAX and we will spend the rest of the time exploring
ideas.  <b> Note that we will start at 9:30 instead of our usual 10:30</b>
so that students can go to the GE events which start at 11:00am.


]]></event:abstract>
		<event:tag><![CDATA[ajax]]></event:tag>
		<event:tag><![CDATA[rdf]]></event:tag>
		<event:tag><![CDATA[semantic web]]></event:tag>
		<event:tag><![CDATA[web 2.0]]></event:tag>
		<assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/154/AJAX-Tutorial" />
	</event:Event>

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

</rdf:RDF>
