<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
   <!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 conf       "http://ebiquity.umbc.edu/ontology/conference.owl#">
   <!ENTITY jena       "http://jena.hpl.hp.com/2005/11/">
   <!ENTITY juc        "&jena;juc2006">
   ]>

<rdf:RDF
   xmlns:rdf  = "&rdf;"
   xmlns:rdfs = "&rdfs;"
   xmlns:owl  = "&owl;"
   xmlns:xsd  = "&xsd;"
   xmlns:conf = "&conf;"
   xml:base   = "&juc;">

  <owl:Ontology rdf:about="&juc;">
    <owl:versionInfo>$Id: juc2005.xml,v 1.1 2005/11/02 13:20:36 ijd Exp $</owl:versionInfo>
    <rdfs:label>Instance data for Jena User Conference 2006</rdfs:label>
    <owl:imports rdf:resource="&conf;"/>
  </owl:Ontology>

  <conf:Conference>
    <conf:title rdf:datatype="&xsd;string">Jena User Conference 2006</conf:title>
    <conf:startDate rdf:datatype="&xsd;dateTime">2006-05-10T00:00:00.000+00:00</conf:startDate>
    <conf:endDate rdf:datatype="&xsd;dateTime">2006-05-11T00:00:00.000+00:00</conf:endDate>
    <conf:abstractDueOn rdf:datatype="&xsd;dateTime">2006-02-20T00:00:00.000+00:00</conf:abstractDueOn>
    <conf:paperDueOn rdf:datatype="&xsd;dateTime">2006-03-14T00:00:00.000+00:00</conf:paperDueOn>
    <conf:description rdf:datatype="&xsd;string">First Jena User Conference, for users of the Jena
    Semantic Web Platform to meet with other developers, see presentations on Jena-based
    tools and applications, demos, tutorials and open discussion</conf:description>
    <conf:location>Hewlett-Packard Laboratories, Bristol, UK</conf:location>
    <conf:uri rdf:datatype="&xsd;anyURI">http://jena.hpl.hp.com/juc2006/</conf:uri>
	</conf:Conference>
</rdf:RDF>
