<?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/13/EECOMS">
    <rdfs:label><![CDATA[EECOMS]]></rdfs:label>
    <project:title><![CDATA[EECOMS]]></project:title>
    <project:description><![CDATA[EECOMS was a NIST sponsored project with the goal "to develop a new framework for people, applications and software agents to collaborate on supply chain logistics, resulting in faster delivery of products to customers, reduction of costly inventories, and an overall increase of U.S. manufacturers' competitiveness in the global marketplace."]]></project:description>
    <project:startDate rdf:datatype="&xsd;dateTime">1996-12-01T00:00:00-05:00</project:startDate>
    <project:endDate rdf:datatype="&xsd;dateTime">2000-12-01T00:00:00-05:00</project:endDate>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Harry/Chen/"><person:name><![CDATA[Harry  Chen]]></person:name><rdfs:label><![CDATA[Harry  Chen]]></rdfs:label></person:PhDAlumnus></assoc:person>
        <assoc:role rdf:resource="&person;Student" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:associatedWith>
      <assoc:PersonProjectAssociation>
        <assoc:person><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Lalana/Kagal/"><person:name><![CDATA[Lalana  Kagal]]></person:name><rdfs:label><![CDATA[Lalana  Kagal]]></rdfs:label></person:PhDAlumnus></assoc:person>
        <assoc:role rdf:resource="&person;Student" />
      </assoc:PersonProjectAssociation>
    </project:associatedWith>
    <project:relatedPublication><pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/121/A-Delegation-Based-Model-for-Distributed-Trust">
      <pub:title><![CDATA[A Delegation Based Model for Distributed Trust]]></pub:title>
      <rdfs:label><![CDATA[A Delegation Based Model for Distributed Trust]]></rdfs:label>
      <pub:booktitle><![CDATA[Workshop on Autonomy, Delegation, and Control: Interacting with Autonomous Agents, International Joint Conferences on Artificial Intelligence]]></pub:booktitle>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2001-08-01T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Lalana/Kagal/"><person:name><![CDATA[Lalana  Kagal]]></person:name><rdfs:label><![CDATA[Lalana  Kagal]]></rdfs:label></person:PhDAlumnus></pub:firstAuthor>
      </pub:InProceedings></project:relatedPublication>
    <project:relatedPublication><pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/120/A-Framework-for-Distributed-Trust-Management">
      <pub:title><![CDATA[A Framework for Distributed Trust Management]]></pub:title>
      <rdfs:label><![CDATA[A Framework for Distributed Trust Management]]></rdfs:label>
      <pub:booktitle><![CDATA[Second Workshop on Norms and Institutions in MAS, Autonomous Agents]]></pub:booktitle>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2001-05-01T00:00:00-05:00</pub:publishedOn>
      <pub:firstAuthor><person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Lalana/Kagal/"><person:name><![CDATA[Lalana  Kagal]]></person:name><rdfs:label><![CDATA[Lalana  Kagal]]></rdfs:label></person:PhDAlumnus></pub:firstAuthor>
      </pub:InProceedings></project:relatedPublication>
    <project:relatedResource><pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/4/EECOMS">
      <pub:type><![CDATA[Web Site]]></pub:type>
      <pub:title><![CDATA[EECOMS]]></pub:title>
      <rdfs:label><![CDATA[EECOMS]]></rdfs:label>
      <pub:publishedOn rdf:datatype="&xsd;dateTime">2003-10-22T00:00:00-05:00</pub:publishedOn>
      </pub:Resource></project:relatedResource>
    <project:relatedResearchArea rdf:resource="&research;ecommerce" />
  </project:PastProject>

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

</rdf:RDF>

