<?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/TR/1999/PR-rdf-schema-19990303#'>
 <!ENTITY dc 'http://purl.org/dc/elements/1.1/'>
 <!ENTITY swrc 'http://www.semanticweb.org/ontologies/swrc-onto-2000-09-10.daml#'>
 <!ENTITY ai 'https://www.daml.org/actionitems/actionitems-20000905.rdfs#'>
]>

<rdf:RDF
   xmlns="&rdf;"
   xmlns:rdf="&rdf;"
   xmlns:rdfs="&rdfs;"
   xmlns:dc="&dc;"
   xmlns:swrc="&swrc;"
   xmlns:ai="&ai;"
>

<ai:ActionItem>
  <ai:action rdf:resource="https://www.daml.org/actionitems/12.rdf"/>
  <ai:contribution rdf:resource="http://www-db.stanford.edu/~melnik/"/>
  <ai:contribution rdf:resource="http://www-db.stanford.edu/~melnik/index.daml"/>
  <ai:contribution rdf:resource="http://dbpubs.stanford.edu/pub/1999-25"/>
  <ai:contribution rdf:resource="http://dbpubs.stanford.edu/pub/2000-29"/>
  <ai:state>open</ai:state>
  <ai:lastModified>2000-10-30</ai:lastModified>
  <ai:by>
    <rdf:Description rdf:about="urn:rdf:e96d51567ac5e2ccc8fc2a44a6150775">
       <rdf:value>Sergey Melnik</rdf:value>
    </rdf:Description>
  </ai:by>
</ai:ActionItem>

<PhDStudent xmlns="&swrc;" rdf:about="urn:rdf:e96d51567ac5e2ccc8fc2a44a6150775">

           <swrc:name>Sergey Melnik</swrc:name>
           <swrc:firstName>Sergey</swrc:firstName>
           <swrc:lastName>Melnik</swrc:lastName>
           <swrc:email>melnik@db.stanford.edu</swrc:email>    
           <swrc:homepage>http://www-db.stanford.edu/~melnik/</swrc:homepage>
           <swrc:affiliation>
             <swrc:ResearchProject>
                 <dc:Description>DAML OntoAgents Project at Stanford</dc:Description>
              </swrc:ResearchProject>		      
           </swrc:affiliation>

</PhDStudent>

<swrc:InProceedings rdf:about="http://dbpubs.stanford.edu/pub/1999-25">
              <swrc:author rdf:resource="urn:rdf:e96d51567ac5e2ccc8fc2a44a6150775"/>
              <swrc:author>Hector Garcia-Molina</swrc:author>
              <swrc:author>Andreas Paepcke</swrc:author>
</swrc:InProceedings>

</rdf:RDF>
