{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine).",
      "rdfs:label" : "ReceiveAction",
      "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:sender" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The participant who is at the sending end of the action.",
         "rdfs:label" : "sender",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : [
            "schema:Message",
            "schema:ReceiveAction"
         ],
         "schema:rangeIncludes" : [
            "schema:Organization",
            "schema:Person",
            "schema:Audience"
         ]
      }
   }
}