<process:Output  rdf:ID="_PRICE">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/concept.owl#Price</process:parameterType>
</process:Output>

 <process:Input rdf:ID="UserAccount">
    <process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/books.owl#User</process:parameterType>
    <rdfs:label>The account information of the user.</rdfs:label>
  </process:Input>
  
  <process:Input rdf:ID="_CREDITCARDACCOUNT">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/Mid-level-ontology.owl#CreditCardAccount</process:parameterType>
</process:Input>

 <process:Input rdf:ID="_ADDRESS">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/Mid-level-ontology.owl#Address</process:parameterType>
</process:Input>

<process:Input rdf:ID="_RECOMMENDEDPRICE">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/concept.owl#RecommendedPrice</process:parameterType>
</process:Input>

<process:Input rdf:ID="_MAXPRICE">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://127.0.0.1/ontology/concept.owl#MaxPrice</process:parameterType>
</process:Input>

<owl:Class rdf:ID= "AirTransportation">
<rdfs:subClassOf rdf:resource 
="http://127.0.0.1/ontology/SUMO.owl#Transportation"/>
<rdfs:comment>Any instance of Transportation where the
instrument is an Aircraft and which is through an 
AtmosphericRegion.</rdfs:comment>
</owl:Class>

<owl:Class rdf:ID= "FinancialBill">
<rdfs:subClassOf rdf:resource ="#FinancialText"/>
<rdfs:comment>A brief statement that the stated amount
of money is owed by the person to whom the bill is delivered.</rdfs:comment>
</owl:Class>

<owl:Class rdf:ID= "Shipping">
<rdfs:subClassOf rdf:resource 
="http://127.0.0.1/ontology/SUMO.owl#Transportation"/>
<rdfs:comment>Shipping is the subclass of Transportation
events in which goods are transported from one place to another by an
agent who is entrusted with the goods temporarily just in order to move
them.  Shipping may be done within an organization or it may be done
by an outside commercial agent.  See CommercialShipping.</rdfs:comment>
</owl:Class>