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 Profile Ontology
< rdf:RDF >
< owl:Ontology rdf:about ="">
< rdfs:comment > BravoAir Example for OWL-S Profile description</ rdfs:comment >
< owl:imports rdf:resource ="http://www.daml.org/services/owl-s/1.0/Service.owl"/>
...
</ owl:Ontology >
< profile:serviceParameter >
< addParam:GeographicRadius rdf:ID =" BravoAir-geographicRadius ">
< profile:serviceParameterName > BravoAir Geographic Radius</ profile:serviceParameterName >
< profile:sParameter rdf:resource ="http://www.daml.org/services/owl-
s/1.0/ Country.owl#UnitedStates "/>
</ addParam:GeographicRadius >
</ profile:serviceParameter >
< profile:serviceCategory >
< addParam:NAICS rdf:ID ="NAICS-category">
< profile:value >Airline reservation services </ profile:value >
< profile:code >561599</ profile:code >
</ addParam:NAICS >
</ profile:serviceCategory >
...
< profile:hasInput rdf:resource ="http://www.daml.org/services/owl-s/1.0/BravoAirProcess.owl#DepartureAirport_In"/>
< profile:hasOutput rdf:resource ="http://www.daml.org/services/owl-s/1.0/BravoAirProcess.owl#AvailableFlightItineraryList_Out"/>
</ rdf:RDF >