<?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 owl "http://www.w3.org/2002/07/owl">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema">
	<!ENTITY service "http://www.daml.org/services/owl-s/1.0/Service.owl">
	<!ENTITY my_process "AddProcessModelURI">
	<!ENTITY my_profile "AddServiceProfileURI">
	<!ENTITY my_grounding "AddGroundingURI">
]>
<rdf:RDF 
	xmlns:rdf=     "&rdf;#"
	xmlns:rdfs=    "&rdfs;#"
	xmlns:owl=    "&owl;#"
	xmlns:xsd=     "&xsd;"
	xmlns:service= "&service;#"
>


<owl:Ontology about="">
	<rdfs:comment> ---Add Comment--- </rdfs:comment>
	<owl:imports rdf:resource="&rdf;" />
	<owl:imports rdf:resource="&rdfs;" />
	<owl:imports rdf:resource="&owl;" />
	<owl:imports rdf:resource="&service;" />
	<owl:imports rdf:resource="&my_process;" />
	<owl:imports rdf:resource="&my_profile;" />
	<!-- WSDL2OWL-S :: Add More Imports If needed -->
</owl:Ontology>
<service:Service rdf:ID="AddServiceName">
	<service:presents rdf:resource="&my_profile;#AddProfileName"/>
	<service:describedBy rdf:resource="&my_process;#AddProcessModelName"/>
	<service:supports rdf:resource="&my_grounding;#AddGroundingName"/>
</service:Service>
</rdf:RDF>
