{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of posing a question / favor to someone.\\n\\nRelated actions:\\n\\n* [[ReplyAction]]: Appears generally as a response to AskAction.",
      "rdfs:label" : "AskAction",
      "rdfs:subClassOf" : "schema:CommunicateAction"
   },
   "properties" : {
      "schema:question" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of object. A question.",
         "rdfs:label" : "question",
         "rdfs:subPropertyOf" : "schema:object",
         "schema:domainIncludes" : "schema:AskAction",
         "schema:rangeIncludes" : "schema:Question"
      }
   }
}