Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Example – Bravo Air Service Grounding Ontology
< rdf:RDF >
…
< grounding:WsdlAtomicProcessGrounding rdf:ID =" WsdlGrounding_LogIn ”>
<!-- Grounding for the Atomic Process LogIn -->
< grounding:owlsProcess rdf:resource ="& ba_process ;# LogIn "/>
<!-- Reference to the corresponding WSDL operation -->
< grounding:wsdlOperation rdf:resource ="# LogIn_operation "/>
<!-- Reference to the WSDL input message -->
< grounding:wsdlInputMessage >< xsd:anyURI rdf:value ="& BravoAirGroundingWSDL ;# LogIn_Input "/></ grounding:wsdlInputMessage >
<!-- Mapping of OWL-S inputs to WSDL message parts -->
< grounding:wsdlInputs rdf:parseType ="Collection”>
< grounding:WsdlInputMessageMap >
< grounding:owlsParameter rdf:resource ="& ba_process ;# acctName_In "/>
< grounding:wsdlMessagePart >
< xsd:anyURI rdf:value ="& BravoAirGroundingWSDL ;# acctName "/>
</ grounding:wsdlMessagePart >
</ grounding:WsdlInputMessageMap >