Genre
Description
A node that identifies the genre for a piece of content.
TODO
Our approach had originally been to establish department-specific genre nodes such as :MusicGenre. However, revisting this approach, we are pivoting a single :Genre node. This will require us to integrate genre lists across multiple departments into a single node.
Label
:Genre
Properties
| Property | Description | Type |
|---|---|---|
| id | Unique identifier for this node. A uuid. | string |
| name | the name of the genre | 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
name
Relationships
The HAS_GENRE relationship connects a content node to its genre.
The RELEVANT_TO relationship connects biographies to genres.
The CHILD_OF relationship connects child genre to their parent genre.