NOMINATED_FOR Party Data
Description
Connects a :Party to an :Award.
This relationship links a party with an award for which they were nominated.
Label
:NOMINATED_FOR
Valid nodes
| From | Relationship | To | Cardinality |
|---|---|---|---|
| Party A node with the :Party label | NOMINATED_FOR | Award A node with the :Award label | 0..n |
Properties
NOMINATED_FOR 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 NOMINATED_FOR relationships 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.