{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of asking someone to attend an event. Reciprocal of RsvpAction.",
"rdfs:label" : "InviteAction",
"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"
}
}
}