<?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 grounding "http://www.daml.org/services/owl-s/1.0/Grounding.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;#"
	xmlns:grounding= "&grounding;#"
>


<owl:Ontology about="">
	<owl:versionInfo>$Id: OWLSGroundingEmitter.java,v 1.1 naveen </owl:versionInfo>
	<rdfs:comment> ---Add INFO--- </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="&process;" />
	<owl:imports rdf:resource="&profile;" />
	<owl:imports rdf:resource="&grounding;" />
	<!-- WSDL2OWLS :: Add More Imports If needed -->
</owl:Ontology>

<grounding:WsdlGrounding rdf:ID="---Add INFO---">
    <service:supportedBy rdf:resource=" ---Add INFO---" /> 
    <grounding:hasAtomicProcessGrounding rdf:resource="#atom3_POST"/>
    <grounding:hasAtomicProcessGrounding rdf:resource="#atom3_DELETE"/>
    <grounding:hasAtomicProcessGrounding rdf:resource="#atom3_GET"/>
    <grounding:hasAtomicProcessGrounding rdf:resource="#atom3_PUT"/>
</grounding:WsdlGrounding>

<grounding:WsdlAtomicProcessGrounding rdf:ID="WSDLGrounding_atom3_POST">
    <grounding:damlsProcess rdf:resource="&pm_file;#atom3_POST"/>
    <grounding:wsdlOperation>
        <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#POST" />
    </grounding:wsdlOperation>

    <grounding:wsdlInputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##POSTIn" />
    </grounding:wsdlInputMessage>

    <grounding:wsdlInputMessageParts rdf:parseType="owl:collection">

        <grounding:WsdlMessageMap>
            <grounding:damlsParameter rdf:resource="&pm_file;#atom3_POST_POST_IN"/>
            <grounding:wsdlMessagePart>
                <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#POST"/> 
            </grounding:wsdlMessagePart>
        </grounding:WsdlMessageMap>
    </grounding:wsdlInputMessageParts>

    <grounding:wsdlOutputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##POSTOut" />
    </grounding:wsdlOutputMessage>
    <grounding:wsdlOutputMessageParts rdf:parseType="owl:collection">

        <grounding:WsdlMessageMap>
            <grounding:damlsParameter rdf:resource="&pm_file;#atom3_POST_POST_OUT"/>
            <grounding:wsdlMessagePart>
                <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#POST"/> 
            </grounding:wsdlMessagePart>
        </grounding:WsdlMessageMap>
    </grounding:wsdlOutputMessageParts>

    <grounding:wsdlReference>
        <xsd:uriReference rdf:value="http://www.w3.org/TR/2001/NOTE-wsdl-20010315" />
    </grounding:wsdlReference>

</grounding:WsdlAtomicProcessGrounding>

<grounding:WsdlAtomicProcessGrounding rdf:ID="WSDLGrounding_atom3_DELETE">
    <grounding:damlsProcess rdf:resource="&pm_file;#atom3_DELETE"/>
    <grounding:wsdlOperation>
        <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#DELETE" />
    </grounding:wsdlOperation>

    <grounding:wsdlInputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##DELETEIn" />
    </grounding:wsdlInputMessage>

    <grounding:wsdlInputMessageParts rdf:parseType="owl:collection">

        <grounding:WsdlMessageMap>
            <grounding:damlsParameter rdf:resource="&pm_file;#atom3_DELETE_DELETE_IN"/>
            <grounding:wsdlMessagePart>
                <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#DELETE"/> 
            </grounding:wsdlMessagePart>
        </grounding:WsdlMessageMap>
    </grounding:wsdlInputMessageParts>

    <grounding:wsdlOutputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##DELETEOut" />
    </grounding:wsdlOutputMessage>
    <grounding:wsdlOutputMessageParts rdf:parseType="owl:collection">
    </grounding:wsdlOutputMessageParts>

    <grounding:wsdlReference>
        <xsd:uriReference rdf:value="http://www.w3.org/TR/2001/NOTE-wsdl-20010315" />
    </grounding:wsdlReference>

</grounding:WsdlAtomicProcessGrounding>

<grounding:WsdlAtomicProcessGrounding rdf:ID="WSDLGrounding_atom3_GET">
    <grounding:damlsProcess rdf:resource="&pm_file;#atom3_GET"/>
    <grounding:wsdlOperation>
        <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#GET" />
    </grounding:wsdlOperation>

    <grounding:wsdlInputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##GETIn" />
    </grounding:wsdlInputMessage>

    <grounding:wsdlInputMessageParts rdf:parseType="owl:collection">
    </grounding:wsdlInputMessageParts>

    <grounding:wsdlOutputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##GETOut" />
    </grounding:wsdlOutputMessage>
    <grounding:wsdlOutputMessageParts rdf:parseType="owl:collection">

        <grounding:WsdlMessageMap>
            <grounding:damlsParameter rdf:resource="&pm_file;#atom3_GET_GET_OUT"/>
            <grounding:wsdlMessagePart>
                <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#GET"/> 
            </grounding:wsdlMessagePart>
        </grounding:WsdlMessageMap>
    </grounding:wsdlOutputMessageParts>

    <grounding:wsdlReference>
        <xsd:uriReference rdf:value="http://www.w3.org/TR/2001/NOTE-wsdl-20010315" />
    </grounding:wsdlReference>

</grounding:WsdlAtomicProcessGrounding>

<grounding:WsdlAtomicProcessGrounding rdf:ID="WSDLGrounding_atom3_PUT">
    <grounding:damlsProcess rdf:resource="&pm_file;#atom3_PUT"/>
    <grounding:wsdlOperation>
        <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#PUT" />
    </grounding:wsdlOperation>

    <grounding:wsdlInputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##PUTIn" />
    </grounding:wsdlInputMessage>

    <grounding:wsdlInputMessageParts rdf:parseType="owl:collection">

        <grounding:WsdlMessageMap>
            <grounding:damlsParameter rdf:resource="&pm_file;#atom3_PUT_PUT_IN"/>
            <grounding:wsdlMessagePart>
                <xsd:uriReference rdf:value="http://semtext.org/atom/services/AtomApi.0.3.0.wsdl#PUT"/> 
            </grounding:wsdlMessagePart>
        </grounding:WsdlMessageMap>
    </grounding:wsdlInputMessageParts>

    <grounding:wsdlOutputMessage>
        <xsd:uriReference rdf:value="http://purl.org/atom/ns/wsdl##PUTOut" />
    </grounding:wsdlOutputMessage>
    <grounding:wsdlOutputMessageParts rdf:parseType="owl:collection">
    </grounding:wsdlOutputMessageParts>

    <grounding:wsdlReference>
        <xsd:uriReference rdf:value="http://www.w3.org/TR/2001/NOTE-wsdl-20010315" />
    </grounding:wsdlReference>

</grounding:WsdlAtomicProcessGrounding>


</rdf:RDF>
