<?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/137/Embedded-Semantic-Markup-Microformats-RDF-and-GRDDL">
		<rdfs:label><![CDATA[Embedded Semantic Markup: Microformats, RDF, and GRDDL]]></rdfs:label>
		<event:title><![CDATA[Embedded Semantic Markup: Microformats, RDF, and GRDDL]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Joel/Sachs"><person:name><![CDATA[Joel Sachs]]></person:name><rdfs:label><![CDATA[Joel Sachs]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2006-03-01T10:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2006-03-01T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[325b]]></event:location>
		<event:abstract><![CDATA[Microformats are a way to embed semantics within XHTML documents
using, primarily, the 'class', 'rel', and 'rev' attributes. The <a
href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/ic/&toc=comp/mags/ic/2006/01/w1toc.xml&DOI=10.1109/MIC.2006.13">microformat
approach</a> encompasses a set of <a
href="http://microformats.org/wiki/microformats">principles</a>
intended to conduce a semantic web that evolves out of the current
web/web 2.0, without requiring dramatic changes in markup
practices. We will look at some examples of microformats; contrast the
microformat approach with embedded RDF; examine how both relate to <a
href="http://www.w3.org/2004/01/rdxh/spec">GRDDL</a>; and, finally,
explore the possibility of a grand convergence.]]></event:abstract>
		<event:tag><![CDATA[grddl]]></event:tag>
		<event:tag><![CDATA[microformats]]></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>
