Stage Instance
Description
A specific stage available at an :EventInstance
A Stage is typically a temporary physical space where artists perform within the context of an event – it’s set up for the event, has a name that is specific to that event, and is taken down when the event is over.
A stage must be connected to an event and can optionally be connected to a venue.
Stages have their own names, capacities, and indoor/outdoor designations (:Configuration).
Label
:StageInstance
Properties
| Property | Description | Type |
|---|---|---|
| id | Unique identifier for this StageInstance node. A uuid. | string |
| name | The name of the stage | string |
| createdBy | the person or process that created the node | string |
| createdDate | dateTime | |
| modifiedBy | the person or process who last modified the node | string |
| modifiedDate | dateTime |
Key
id
Relationships
The :StageInstance can have a HAS_STAGE_INSTANCE relationship to an :EventInstance node, and uses the standard relationship properties.