<?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 person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
  <!ENTITY research "http://ebiquity.umbc.edu/ontology/research.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:person = "&person;"
  xmlns:project = "&project;"
  xmlns:pub = "&pub;"
  xmlns:assoc = "&assoc;"
  xmlns:research = "&research;"
  xmlns:assert = "&assert;">
<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/19/SweetJess">
    <rdfs:label><![CDATA[SweetJess]]></rdfs:label>
    <project:title><![CDATA[SweetJess]]></project:title>
    <project:description><![CDATA[The SweetJess project is exploring the representation and manipulation
of rules expressed in the DAML+OIL semantic web language.]]></project:description>
    <project:startDate rdf:datatype="&xsd;dateTime">2001-12-01T00:00:00-05:00</project:startDate>
    <project:endDate rdf:datatype="&xsd;dateTime">2002-12-01T00:00:00-05:00</project:endDate>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:Sponsor rdf:about="http://ebiquity.umbc.edu/person/html//DARPA/"><person:name><![CDATA[  DARPA]]></person:name><rdfs:label><![CDATA[  DARPA]]></rdfs:label></person:Sponsor></assoc:person>
        <assoc:role rdf:resource="&person;Sponsor" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Mahesh/Gandhe/"><person:name><![CDATA[Mahesh  Gandhe]]></person:name><rdfs:label><![CDATA[Mahesh  Gandhe]]></rdfs:label></person:Alumnus></assoc:person>
        <assoc:role rdf:resource="&person;Student" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:Collaborator rdf:about="http://ebiquity.umbc.edu/person/html/Benjamin/Grosof/"><person:name><![CDATA[Benjamin  Grosof]]></person:name><rdfs:label><![CDATA[Benjamin  Grosof]]></rdfs:label></person:Collaborator></assoc:person>
        <assoc:role rdf:resource="&person;Collaborator" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:relatedPublication><pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/103/SweetJess-Translating-DamlRuleML-to-Jess">
      <pub:title><![CDATA[SweetJess: Translating DamlRuleML to Jess]]></pub:title>
      <rdfs:label><![CDATA[SweetJess: Translating DamlRuleML to Jess]]></rdfs:label>
      <pub:booktitle><![CDATA[International Workshop on Rule Markup Languages for Business Rules on the Semantic Web in conjunction with ISWC2002]]></pub:booktitle>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2002-06-24T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Mahesh/Gandhe/"><person:name><![CDATA[Mahesh  Gandhe]]></person:name><rdfs:label><![CDATA[Mahesh  Gandhe]]></rdfs:label></person:Alumnus></pub:firstAuthor>
      </pub:InProceedings></project:relatedPublication>
    <project:relatedResearchArea rdf:resource="&research;KnowledgeRepresentationandReasoning" />
    <project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
  </project:PastProject>

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

</rdf:RDF>
