Skip to content

WON Party Data

Description

Connects a :Party to an :Award.

This relationship links a party with an award for which they won.

Label

:WON

Valid nodes

FromRelationshipToCardinality
Party
A node with the :Party label
WONAward
A node with the :Award label
0..n

Properties

WON uses the standard relationship properties.

CREATE

A party can have zero to many active relationships with award nodes. However, every active relationship must be connected to :Award nodes that are distinct from one another. In other words, a party can not have more than one WON relationship to a node with the same AwardName, AwardCatagory, year and eventDate.

If the relationship property active is true, and the AwardName, AwardCategory, year and eventDate are exactly the same as an existing award, then the request is REJECTED.

UPDATE

Updates to the :Award node relationship are not allowed. To update a location, deactivate the existing relationship using DELETE and create a new :Award node and relationship.

DELETE

Deleting an :Award node relationship is a deactivation. No physical deletes will happen.

Confidential. For internal use only.