<?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/88/Representing-probabilistic-relations-in-RDF">
		<rdfs:label><![CDATA[Representing probabilistic relations in RDF]]></rdfs:label>
		<event:title><![CDATA[Representing probabilistic relations in RDF]]></event:title>
		<event:speaker>
<person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Yoshio/Fukushige"><person:name><![CDATA[Yoshio Fukushige]]></person:name><rdfs:label><![CDATA[Yoshio Fukushige]]></rdfs:label></person:Collaborator>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2005-03-07T11:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2005-03-07T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[346 ITE]]></event:location>
		<event:abstract><![CDATA[
Yoshio Fukushige of Matsushita Electric Industrial Co. will describe
his recent work on representing probabilistic relations in RDF.  It
will cover:
<ul>

<li> Scope of my work
<li> Representing probabilistic relations in RDF
<ul>
<li> overall framework
<li> probabilistic relations
<li> events as N-ary relations
<li> an example
</ul>
<li> Comparison with BayesOWL
<ul><li> how can we cooperate?</ul>
<li>Issues 
</ul>

Some of this material is covered in <i>Y. Fukushige, <a
href="http://www.w3.org/2004/09/13-Yoshio/PositionPaper.html">Representing
Probabilistic Knowledge in the Semantic Web</a>.  Position paper for
the W3C Workshop on Semantic Web for Life Sciences.  Cambridge, MA,
USA, Oct. 2004.</i>
]]></event:abstract>
		<event:tag><![CDATA[semantic web]]></event:tag>
		<event:host>
<person:AffiliatedFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Yun/Peng"><person:name><![CDATA[Yun Peng]]></person:name><rdfs:label><![CDATA[Yun Peng]]></rdfs:label></person:AffiliatedFaculty>
		</event:host>
		<assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/100/Representing-probabilistic-relations-in-RDF" />
		<assert:eventRecordedBy rdf:resource="http://ebiquity.umbc.edu/photo/html/id/168/Yun-Peng-and-Yoshio-Fukushige" />
	</event:Event>

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

</rdf:RDF>
