{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An agent pays a price to a participant.",
      "rdfs:label" : "PayAction",
      "rdfs:subClassOf" : "schema:TradeAction"
   },
   "properties" : {
      "schema:recipient" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The participant who is at the receiving end of the action.",
         "rdfs:label" : "recipient",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : [
            "schema:Message",
            "schema:SendAction",
            "schema:GiveAction",
            "schema:PayAction",
            "schema:CommunicateAction",
            "schema:DonateAction",
            "schema:ReturnAction",
            "schema:TipAction",
            "schema:AuthorizeAction"
         ],
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:ContactPoint",
            "schema:Organization",
            "schema:Audience"
         ]
      }
   }
}