<?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/BravoAir-Profile.daml">
  <!ENTITY ba_process "http://www.daml.org/services/daml-s/0.7/BravoAir-Process.daml">
  <!ENTITY DEFAULT "http://www.daml.org/services/daml-s/0.7/BravoAir-Service.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: BravoAir-Service.daml,v 1.1 2002/04/09 00:52:05 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_Process"/>
 </service:Service>

</rdf:RDF>
