<?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 time "http://www.ai.sri.com/daml/ontologies/sri-basic/1-0/Time.daml">
  <!ENTITY airport "http://www.daml.ri.cmu.edu/ont/AirportCodes.daml">
  <!ENTITY geography "http://www.daml.ri.cmu.edu/ont/Geography.daml">
  <!ENTITY routePlanner "http://www.daml.org/services/daml-s/2001/05/RoutePlanner-process.daml">
  <!ENTITY DEFAULT "http://www.daml.org/services/daml-s/2001/05/RoutePlanner-profile1.daml">
  <!ENTITY THIS "http://www.daml.org/services/daml-s/2001/05/RoutePlanner-profile1.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:airport= "&airport;#"
  xmlns:routePlanner= "&routePlanner;#"
  xmlns=        "&DEFAULT;#">
 
  <daml:Ontology about="">
    <daml:versionInfo>
      $Id: &DEFAULT;, v 1.0 2001/03/31 20:46:34 terryp Exp $
    </daml:versionInfo>
    <rdfs:comment>
      Profile Descriptions (adverts) for RoutePlanner.com
 
    </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 RoutePlanner Reservation Agent Service ####### -->
  <!-- ################################################################### -->

  <service:Service rdf:ID="RoutePlanner_Agent">
    <service:presents>
      <profile:Advertisement rdf:about="RoutePlanner_Agent_Advertisement"/>
    </service:presents>
    <service:implements>
      <process:ProcessModel rdf:about="RoutePlanner_Agent_ProcessModel"/>
    </service:implements>
  </service:Service>

  <!-- ################################################################### -->
  <!-- # Instance Definition of RoutePlanner Reservation Agent Process Model # -->
  <!-- ################################################################### -->

  <process:ProcessModel rdf:ID="RoutePlanner_Agent_ProcessModel">
    <service:topLevelEvent rdf:resource="&routePlanner;#RoutePlanner_Process" />
  </process:ProcessModel>

  <!-- ################################################################### -->
  <!-- # Instance Definition of RoutePlanner Reservation Agent Properties #### -->
  <!-- ################################################################### -->

  <rdf:Property rdf:ID="start">
    <rdfs:subPropertyOf rdf:resource="&profile;#input"/> 
   <rdfs:range rdf:resource="geography:#Location"/>
    <rdfs:domain rdf:resource="RoutePlanner_Agent_Advertisement"/>
    <daml:cardinality>1</daml:cardinality>
  </rdf:Property>

  <rdf:Property rdf:ID="end">
    <rdfs:subPropertyOf rdf:resource="&profile;#input"/> 
   <rdfs:range rdf:resource="geography:#Location"/>
    <rdfs:domain rdf:resource="RoutePlanner_Agent_Advertisement"/>
    <daml:cardinality>1</daml:cardinality>
  </rdf:Property>

  <rdf:Property rdf:ID="distance">
    <rdfs:subPropertyOf rdf:resource="&profile;#output" />
    <rdfs:range rdf:resource="&daml;#integer"/>
    <rdfs:domain rdf:resource="RoutePlanner_Agent_Advertisement"/>
  </rdf:Property>

  <rdf:Property rdf:ID="route">
    <rdfs:subPropertyOf rdf:resource="&profile;#output" />
    <rdfs:range rdf:resource="&geography;#route"/>
    <rdfs:domain rdf:resource="RoutePlanner_Agent_Advertisement"/>
  </rdf:Property>

  <!-- ################################################################### -->
  <!-- # Instance Definition of RoutePlanner Reservation Agent Advertisement # -->
  <!-- ################################################################### -->

  <profile:Advertisement rdf:ID="RoutePlanner_Agent_Advertisement">
    <profile:serviceName>RoutePlanner_ReservationAgent</profile:serviceName>
    <profile:textDescription>

      This agentified service provides routePlanner information around a university

      will be returned.
    </profile:textDescription>
    <profile:qualityRating>Ha ha ha - are you serious?</profile:qualityRating>

    <profile:providedBy>
      <profile:ServiceProvider rdf:ID="RoutePlanner">
	<profile:name>RoutePlanner</profile:name>
	<profile:phone rdf:ID="work">412 268 8780 </profile:phone>
	<profile:fax>412 268 5569 </profile:fax>
	<profile:email>routePlanner@lost.com</profile:email>
	<profile:physicalAddress>
	  Al Wa yslost 701,
	  Teetering Cliff Hights,
	  Florida 12321,
	  USA
	</profile:physicalAddress>
	<profile:webURL>http://www.daml.org/services/daml-s/2001/05/RoutePlanner.html</profile:webURL>
      </profile:ServiceProvider>
    </profile:providedBy>

    <profile:geographicRadius>USA</profile:geographicRadius>

    <profile:communicationThru>KQML</profile:communicationThru>

  </profile:Advertisement>
</rdf:RDF>
