{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "An agent leaves an event / group with participants/friends at a location.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: The antonym of LeaveAction.\\n* [[UnRegisterAction]]: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.",
"rdfs:label" : "LeaveAction",
"rdfs:subClassOf" : "schema:InteractAction"
},
"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"
}
}
}