Skip to content

Event Series

Description

A recurring event, such as a festival or concert series, that is made up of multiple individual events. Event series captures the name that is common to all events in the series.

Label

:EventSeries

Properties

PropertyDescriptionType
idUnique identifier for this EventSeries node. A uuid.string
tierThe type of event seriesstring
activeActive or inactiveboolean
inactivatedDateDate at which EventSeries was marked as inactivedateTime
noteInformation about the event seriesstring
verifiedDMO Flag for Backcompat withen importingboolean
createdBythe person or process that created the nodestring
createdDatedateTime
modifiedBythe person or process who last modified the nodestring
modifiedDatedateTime

TODO

The options for the tier property nor what each of those options represent have not yet been defined. The tier property has been included his as a placeholder.

Key

id

Relationships

The :EventSeries is generally at the top of a hierarchy. It can have multiple :EventInstance nodes as children. The HAS_EVENT_INSTANCE relationship connects the :EventSeries to the :EventInstance nodes.

The :EventSeries can have a BUYS_FOR relationship to a :Party node, and uses the standard relationship properties.

The HAS_EVENT_SERIES_TYPE relationship connects :EventSeries nodes to :EventSeriesType nodes.

Examples

cypher
MATCH   (eventSeries:EventSeries)
WHERE   eventSeries.type IN ["Music Festival", "Fair"]
RETURN  eventSeries{.*}

Confidential. For internal use only.