{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of notifying someone of information pertinent to them, with no expectation of a response.",
"rdfs:label" : "InformAction",
"rdfs:subClassOf" : "schema:CommunicateAction"
},
"properties" : {
"schema:event" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Upcoming or past event associated with this place, organization, or action.",
"rdfs:label" : "event",
"schema:domainIncludes" : [
"schema:InviteAction",
"schema:Organization",
"schema:PlayAction",
"schema:LeaveAction",
"schema:JoinAction",
"schema:Place",
"schema:InformAction"
],
"schema:rangeIncludes" : "schema:Event"
}
}
}