<?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.daml">
  <!ENTITY xsd "http://www.w3.org/2000/10/XMLSchema">
  <!ENTITY service "http://www.daml.org/services/daml-s/0.7/Service">
  <!ENTITY ba_profile "http://www.daml.org/services/daml-s/0.7/BravoAirProfile.daml">
  <!ENTITY ba_process "http://www.daml.org/services/daml-s/0.7/BravoAirProcess.daml">
  <!ENTITY ba_grounding "http://www.daml.org/services/daml-s/0.7/BravoAirGrounding.daml">
  <!ENTITY DEFAULT "http://www.daml.org/services/daml-s/0.7/BravoAirService.daml">
]>

<rdf:RDF
  xmlns:rdf	= "&rdf;#"
  xmlns:rdfs	="&rdfs;#"
  xmlns:daml	="&daml;#"
  xmlns:xsd	="&xsd;#"
  xmlns:service=	"&service;#"
  xmlns		="&DEFAULT;#"
 >

  <daml:Ontology>
    <daml:versionInfo>
       $Id: BravoAirService.daml,v 1.3 2002/08/26 19:06:15 martin Exp $
    </daml:versionInfo>
    <rdfs:comment> 
      This ontology represents the DAML-S service description for the
      BravoAir web service example.
    </rdfs:comment>
    <daml:imports rdf:resource="&daml;"/>
    <daml:imports rdf:resource="&service;" />
    <daml:imports rdf:resource="&ba_profile;" />
    <daml:imports rdf:resource="&ba_process;" />
  </daml:Ontology>
  
  <service:Service rdf:ID="BravoAir_ReservationAgent">
    
     <!-- Reference to the BravoAir Profile -->
     <service:presents rdf:resource="&ba_profile;#Profile_BravoAir_ReservationAgent"/>
   
     <!-- Reference to the BravoAir Process Model -->
     <service:describedBy rdf:resource="&ba_process;#BravoAir_ReservationAgent_ProcessModel"/>
   
     <!-- Reference to the BravoAir Grounding -->
     <service:supports rdf:resource="&ba_grounding;#Grounding_BravoAir_ReservationAgent"/>
   
 </service:Service>

</rdf:RDF>
