DAML-S

BravoAir-Service.daml

<?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/2001/10/Service">
<!ENTITY ba_profile "http://www.daml.org/services/daml-s/2001/10/BravoAir-Profile.daml">
<!ENTITY ba_process "http://www.daml.org/services/daml-s/2001/10/BravoAir-Process.daml">
<!ENTITY DEFAULT "http://www.daml.org/services/daml-s/2001/10/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/03/20 01:44:52 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>


José M. Vidal .

23 of 26