<?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 conference "http://ebiquity.umbc.edu/ontology/conference.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:conference = "&conference;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <conference:Conference rdf:about="http://ebiquity.umbc.edu/conference/html/id/3/ACM-SIGMOD-PODS-2004-Conference">
    <rdfs:label><![CDATA[ACM SIGMOD/PODS 2004 Conference]]></rdfs:label>
    <conference:title><![CDATA[ACM SIGMOD/PODS 2004 Conference]]></conference:title>
    <conference:description><![CDATA[<p>
The annual ACM SIGMOD conference is a leading forum for database researchers, practitioners, developers, and users to explore cutting-edge ideas and to exchange techniques, tools, and experiences. We invite the submission of original research contributions and industrial papers, as well as proposals for panels, tutorials, and demonstrations. We encourage submissions relating to all aspects of data management defined broadly, and particularly encourage work on topics of emerging interest in the research and development communities. 

<p>
Important areas of interests include but are not limited to the following:
<ul>
<li>organizing and querying information on the Web;</li>
<li>integration of text, data, code, and streams;</li>
<li>large-scale information fusion;</li>
<li>peer-to-peer data management;</li>
<li>knowledge discovery;</li>
<li>personalized information systems;</li>
<li>data privacy and trustworthy systems;</li>

<li>new user interfaces;</li>
<li>embedded and self-organizing databases.</li>
</ul>]]></conference:description>
    <conference:location><![CDATA[Maison de la Chimie, Paris, France]]></conference:location>
    <conference:uri><![CDATA[http://www.sciences.univ-nantes.fr/irin/SIGMODPODS04/]]></conference:uri>
    <conference:startDate rdf:datatype="&xsd;dateTime">2004-06-13T00:00:00-05:00</conference:startDate>
    <conference:endDate rdf:datatype="&xsd;dateTime">2004-06-18T00:00:00-05:00</conference:endDate>
    <conference:abstractDueOn rdf:datatype="&xsd;dateTime">2003-11-17T00:00:00-05:00</conference:abstractDueOn>
    <conference:paperDueOn rdf:datatype="&xsd;dateTime">2003-11-24T00:00:00-05:00</conference:paperDueOn>
  </conference:Conference>

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

</rdf:RDF>

