<?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 process "http://www.daml.org/services/owl-s/1.0/Process.owl">
	<!ENTITY profile "http://www.daml.org/services/owl-s/1.0/Profile.owl">
	<!ENTITY pm_file "addProcessModelURI">
]>
<rdf:RDF 
	xmlns:rdf=     "&rdf;#"
	xmlns:rdfs=    "&rdfs;#"
	xmlns:owl=    "&owl;#"
	xmlns:xsd=     "&xsd;"
	xmlns:service= "&service;#"
	xmlns:process= "&process;#"
	xmlns:profile= "&profile;#"
>


<owl:Ontology about="">
	<owl:versionInfo>$Id: OWLSServiceProfileEmitter.java,v 1.1 naveen</owl:versionInfo>
	<rdfs:comment> ---Add INFO--- </rdfs:comment>
	<owl:imports rdf:resource="&owl;" />
	<owl:imports rdf:resource="&service;" />
	<owl:imports rdf:resource="&process;" />
	<owl:imports rdf:resource="&profile;" />
	<owl:imports rdf:resource="&pm_file;" />
	<!-- WSDL2OWL-S :: Add More Imports If needed -->
</owl:Ontology>
<profile:Profile  rdf:ID="AddServiceName">
    <service:presentedBy rdf:resource="AddServicePresenter"/>
    <profile:serviceName><!-- Add INFO --></profile:serviceName>
    <profile:textDescription>
        <!-- Add text Description -->
    </profile:textDescription>
    <profile:contactInformation>
    </profile:contactInformation>
    <profile:qualityRating>
        <profile:QualityRating rdf:ID="AddQualityRatingName">
	         <profile:ratingName><!-- Add INFO --></profile:ratingName>
            <profile:rating rdf:resource="AddRatingInfo"/>
        </profile:QualityRating>
    </profile:qualityRating>
<profile:hasInput rdf:resource="&pm_file;#atom3_POST_POST_IN"/>
<profile:hasOutput rdf:resource="&pm_file;#atom3_POST_POST_OUT"/>
<profile:hasInput rdf:resource="&pm_file;#atom3_DELETE_DELETE_IN"/>
<profile:hasOutput rdf:resource="&pm_file;#atom3_GET_GET_OUT"/>
<profile:hasInput rdf:resource="&pm_file;#atom3_PUT_PUT_IN"/>
</profile:Profile>
</rdf:RDF>
