<?xml version="1.0" ?> 
<!DOCTYPE uridef[
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
  <!ENTITY daml "http://www.daml.org/2000/10/daml-ont">
  <!ENTITY num "http://www.daml.org/2000/10/daml-num.daml">
  <!ENTITY emp "http://www.daml.ri.cmu.edu/ont/homework/atlas-employment_categories.daml">
  <!ENTITY pub "http://www.daml.ri.cmu.edu/ont/homework/atlas-publications.daml">
  <!ENTITY date "http://www.daml.ri.cmu.edu/ont/homework/atlas-date.daml">
  <!ENTITY atlas "http://www.daml.ri.cmu.edu/ont/homework/atlas-cmu.daml">
  <!ENTITY DEFAULT "http://www.daml.org/2000/10/daml-ont">
  <!ENTITY THIS "http://www.daml.ri.cmu.edu/ont/homework/daml_pages/about.daml">
]>
 
<!--
This document uses entity types as a shorthand for URIs.
Download the source for a version with unexpanded entities.
  -->
 
<rdf:RDF
  xmlns:rdf=    "&rdf;#"
  xmlns:daml=   "&daml;#"
  xmlns:emp=	"&emp;#"
  xmlns:pub=	"&pub;#"
  xmlns:date=	"&date;#"
  xmlns:atlas=	"&atlas;#"
  xmlns=        "&DEFAULT;#">

<Ontology about="&THIS;">
  <versionInfo>$Id: &THIS;,v 0.3 2000/10/25 14:59:55 TerryPayne v Exp $</versionInfo>
  <comment>CMU Atlas About Us annotations</comment>
  <comment>
    IMPORTANT: These DAML annonations contain a mixture of fictional details and details based
    on the web pages at the Robotics Institute, CMU.  This data should not be used for any
    purpose than research into DAML - the DARPA Agent Markup Language, and it can not be assumed
    that the data is accurate, or even representative of any individuals named.  The views
    or statements in this data does not reflect the views of Carnegie Mellon University.
  </comment> 
  <imports resource="&daml;"/>
</Ontology> 

  <!--  DAML Annotations -->
  <rdf:Description about="&THIS;">

    <comment>Individuals in the ATLAS project</comment>

    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/katia_sycara.daml#katia@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/payne_terence.daml#terryp@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/giampapa_joseph.daml#garof@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/domashnev_constantine.daml#dconst@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/niu_zhendong.daml#niu@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/paolucci_massimo.daml#paolucci@cs.cmu.edu"/>
    <atlas:Employee rdf:ID="http://www.daml.ri.cmu.edu/ont/homework/daml_pages/curtis_pamela.daml#pcurtis@cs.cmu.edu"/>


  </rdf:Description>
</rdf:RDF>
