MusicComposition
Type name: MusicComposition
Extends CreativeWork
Name |
Type |
Description |
composer |
Organization or Person |
The person or organization who wrote the composition. |
firstPerformance |
Event |
The date and place the work was first performed. |
includedComposition |
MusicComposition |
Smaller compositions included in this work (e.g. a movement in a symphony). |
iswcCode |
Text |
The International Standard Musical Work Code for the composition. |
lyricist |
Person |
The person who wrote the words. |
musicalKey |
Text |
The key, mode, or scale this composition uses. |
musicArrangement |
MusicComposition |
An arrangement derived from the composition. |
musicCompositionForm |
Text |
The type of composition (e.g. overture, sonata, symphony, etc.). |
recordedAs |
MusicRecording |
An audio recording of the work. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`MusicComposition` schema represents musical works, extending the `CreativeWork` type and allowing you to specify details about the composition."],["You can provide information about the composer, lyricist, musical key, and form, including relevant links to other entities like `Person`, `Organization`, or `Event`."],["It supports details on performances, arrangements, recordings, and nested compositions for describing larger musical structures."],["`MusicComposition` uses properties like `iswcCode` to identify the work uniquely and links to recordings through the `recordedAs` property."]]],["The `MusicComposition` type describes a musical work, extending the `CreativeWork` type. Key properties include `composer` (person/organization who wrote it), `firstPerformance` (date/place of debut), and `includedComposition` (smaller parts). Other details are `iswcCode` (standard code), `lyricist`, `musicalKey`, `musicArrangement` (derived versions), `musicCompositionForm` (type), and `recordedAs` (audio recordings). These actions define the attributes of a musical work.\n"]]