{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.",
      "rdfs:label" : "MoveAction",
      "rdfs:subClassOf" : "schema:Action"
   },
   "properties" : {
      "schema:fromLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The original location of the object or the agent before the action.",
         "rdfs:label" : "fromLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : [
            "schema:MoveAction",
            "schema:ExerciseAction",
            "schema:TransferAction"
         ],
         "schema:rangeIncludes" : "schema:Place"
      },
      "schema:toLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The final location of the object or the agent after the action.",
         "rdfs:label" : "toLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : [
            "schema:MoveAction",
            "schema:InsertAction",
            "schema:ExerciseAction",
            "schema:TransferAction"
         ],
         "schema:rangeIncludes" : "schema:Place"
      }
   }
}