Music Genre
Description
A node that identifies the genre and subgenre of a music artist. For artists that are musicians, adding genres greatly helps for festival and fairs and college booking where the buyers may look for particular musical styles.
Because we know the music touring applications will need to identify the artists (clients) under a genre, we will model the :MusicGenre.
In addition, an :EventSeries can also have genres applied to them. For example, an event series representing the EDC Las Vegas festival could be modelled as such:
Label
:MusicGenre
Properties
| Property | Description | Type |
|---|---|---|
| id | string | |
| name | the name of the genre; see table below | 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 |
| Level 1 | Level 2 | Level 3 | Notes |
|---|---|---|---|
| Country | Americana | ||
| Contemporary Country | |||
| Traditional Country | |||
| Christian | Gospel | ||
| Classical | |||
| Electronic | Amapiano | ||
| Bass | Dubstep | ||
| Melodic Bass | |||
| Riddim | |||
| Trap | |||
| Breakbeat | |||
| Drum & Bass | |||
| EDM | |||
| Electronica | |||
| Gabber | |||
| Garage | |||
| Hard Dance | |||
| House | Afro House | ||
| Commercial House | |||
| Tech House | |||
| Jungle | |||
| Techno | Hard Techno | ||
| Melodic Techno | |||
| Trance | |||
| Trip Hop | |||
| Hip-Hop / Rap | Grime | ||
| Jazz | |||
| Latin | |||
| Pop | Adult Contemporary | ||
| Dance | |||
| Disco | |||
| J-Pop | |||
| K-Pop | |||
| R&B | Funk | ||
| Reggae | |||
| Soul | |||
| Rock | Alternative | ||
| Blues | |||
| Classic Rock | |||
| Folk | |||
| Grunge | |||
| Hard Rock | |||
| Indie Rock | |||
| Metal | |||
| Metalcore | |||
| New Wave | |||
| Post Rock | |||
| Progressive | |||
| Psychedelic | |||
| Punk | Pop Punk | ||
| Ska | |||
| World | Afrobeats | ||
| Celtic |
Key
name
Relationships
The HAS_MUSIC_GENRE relationship connects parties to music genres.
The SUBGENRE_OF relationship connects subgenres to their parent genres.