<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE uridef[
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
  <!ENTITY daml "http://www.daml.org/2001/03/daml+oil">
  <!ENTITY service "http://www.daml.org/services/daml-s/2001/05/Service">
  <!ENTITY process "http://www.daml.org/services/daml-s/2001/05/Process">
  <!ENTITY profile "http://www.daml.org/services/daml-s/2001/05/Profile">
  <!ENTITY date "http://www.ai.sri.com/daml/ontologies/sri-basic/1-0/Date.daml">
  <!ENTITY realtor "http://www.daml.ri.cmu.edu/ont/Realtor.daml">
  <!ENTITY city "http://www.daml.ri.cmu.edu/ont/USCity.daml">
  <!ENTITY DEFAULT "http://www.daml.ri.cmu.edu/ont/Request_Realtor2.daml">
  <!ENTITY THIS "http://www.daml.ri.cmu.edu/ont/Request_Realtor2.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:rdfs=       "&rdfs;#"
  xmlns:daml=       "&daml;#"
  xmlns:service=    "&service;#"
  xmlns:process=    "&process;#"
  xmlns:profile=    "&profile;#"
  xmlns:realtor=    "&realtor;#"
  xmlns=            "&DEFAULT;#">
 
  <daml:Ontology about="">
    <daml:versionInfo>
      $Id: &DEFAULT;, v 1.0 2001/07/10 17:01:59 terryp Exp $
    </daml:versionInfo>
    <rdfs:comment>
      Request for  Realtor Agent.  Should return all but Housing Agent.
    </rdfs:comment>
    <daml:imports rdf:resource="&rdf;" />
    <daml:imports rdf:resource="&rdfs;" />
    <daml:imports rdf:resource="&daml;" />
    <daml:imports rdf:resource="&service;" />
    <daml:imports rdf:resource="&process;" />
    <daml:imports rdf:resource="&profile;" />
  </daml:Ontology>

  <!-- ################################################################### -->
  <!-- # Instance Definition of Realtor Agent Properties ################# -->
  <!-- ################################################################### -->

  <!-- ####################### -->
  <!-- # Pre Conditions ###### -->
  <!-- ####################### -->

  <!-- ####################### -->
  <!-- # Access Conditions ### -->
  <!-- ####################### -->

  <!-- ####################### -->
  <!-- # Inputs ############## -->
  <!-- ####################### -->

  <!-- ####################### -->
  <!-- # Outputs ############# -->
  <!-- ####################### -->

  <rdf:Property rdf:ID="rentPerMonth">
    <rdfs:subPropertyOf rdf:resource="&profile;#output"/>
    <rdfs:domain rdf:resource="#Realtor_Agent_Request3"/>
    <rdfs:range rdf:resource="&realtor;#Price"/>
  </rdf:Property> 

  <!-- ####################### -->
  <!-- # Conditional Outputs # -->
  <!-- ####################### -->

  <!-- ####################### -->
  <!-- # Effects ############# -->
  <!-- ####################### -->

  <!-- ################################################################### -->
  <!-- # Instance Definition of Realtor Agent Request #################### -->
  <!-- ################################################################### -->

  <profile:Request rdf:ID="Realtor_Agent_Request3">

    <profile:requestedBy>
      <profile:ServiceRequester rdf:ID="TomBob">
	<profile:name>Tom Bob</profile:name>
	<profile:phone rdf:ID="home">725 323 3782 </profile:phone>
      </profile:ServiceRequester>
    </profile:requestedBy>

    <profile:geographicRadius rdf:resource="&city;#Pittsburgh"/>

  </profile:Request>
</rdf:RDF>
