<?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 service "http://www.daml.org/services/daml-s/2001/10/Service">
  <!ENTITY congo_profile "http://www.daml.org/services/daml-s/2001/10/CongoProfile.daml">
  <!ENTITY congo_process "http://www.daml.org/services/daml-s/2001/10/Congo.daml">
  <!ENTITY DEFAULT "http://www.daml.org/services/daml-s/2001/10/Congo-Service.daml">
]>

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

 <daml:Ontology rdf:about="">
   <daml:versionInfo>
     $Id: Congo-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
   Congo web service example.
   </rdfs:comment>
   <daml:imports rdf:resource="&daml;"/>
   <daml:imports rdf:resource="&service;" />
   <daml:imports rdf:resource="&congo_profile;" />
   <daml:imports rdf:resource="&congo_process;" />
 </daml:Ontology>
  
  <service:Service rdf:ID="CongoService">
   <!-- Reference to the Congo Profile -->
   <service:presents rdf:resource="&congo_profile;#Profile_Congo_BookBuying_Service"/>
   <!-- Reference to the Congo Process Model -->
   <service:describedBy rdf:resource="&congo_process;#CongoBuy"/>
 </service:Service> 

</rdf:RDF>
