{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of physically/electronically dispatching an object for transfer from an origin to a destination. Related actions:\\n\\n* [[ReceiveAction]]: The reciprocal of SendAction.\\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).",
      "rdfs:label" : "SendAction",
      "rdfs:subClassOf" : "schema:TransferAction"
   },
   "properties" : {
      "schema:deliveryMethod" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of instrument. The method of delivery.",
         "rdfs:label" : "deliveryMethod",
         "rdfs:subPropertyOf" : "schema:instrument",
         "schema:domainIncludes" : [
            "schema:TrackAction",
            "schema:SendAction",
            "schema:OrderAction",
            "schema:ReceiveAction"
         ],
         "schema:rangeIncludes" : "schema:DeliveryMethod"
      },
      "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"
         ]
      }
   }
}