Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- data MoveAction = MoveAction {
- fromLocation :: FromLocation
- toLocation :: ToLocation
- actionStatus :: ActionStatus
- agent :: Agent
- endTime :: EndTime
- error :: Error
- instrument :: Instrument
- location :: Location
- object :: Object
- participant :: Participant
- result :: Result
- startTime :: StartTime
- target :: Target
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data MoveAction Source
The act of an agent relocating to a place.Related actions:TransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.
id
- MoveAction
label
- Move Action
comment
- The act of an agent relocating to a place.pRelated actions:/pullihref="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.
ancestors
Thing
,Action
subtypes
ArriveAction
,DepartAction
,TravelAction
supertypes
Action
url
- http://schema.org/MoveAction
MoveAction | |
|