{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of responding to a question/message asked/sent by the object. Related to [[AskAction]].\\n\\nRelated actions:\\n\\n* [[AskAction]]: Appears generally as an origin of a ReplyAction.",
      "rdfs:label" : "ReplyAction",
      "rdfs:subClassOf" : "schema:CommunicateAction"
   },
   "properties" : {
      "schema:resultComment" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of result. The Comment created or sent as a result of this action.",
         "rdfs:label" : "resultComment",
         "rdfs:subPropertyOf" : "schema:result",
         "schema:domainIncludes" : [
            "schema:CommentAction",
            "schema:ReplyAction"
         ],
         "schema:rangeIncludes" : "schema:Comment"
      }
   }
}