@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:MoveAction	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Action ;
	rdfs:label	"MoveAction" ;
	rdfs:comment	"The act of an agent relocating to a place.<p>Related actions:</p><ul><li><a href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object</li></ul>." .