ISRC Seed Metadata¶
ISRC Seed Metadata for interoperable Meta-Code generation. See IEP-0002 for details on Meta-Code generation.
JSON Schema: isrc.json
Example
Required fields: isrc, main_artist, track_title, version_title, duration, content_type, pubdate
@context¶
| Name | Type | Default | Definition |
|---|---|---|---|
| @context | string-uri |
http://purl.org/iscc/context | The JSON-LD Context URI for ISCC metadata. |
@type¶
| Name | Type | Default | Definition |
|---|---|---|---|
| @type | string |
ISRC | The type of seed metadata. |
$schema¶
| Name | Type | Default | Definition |
|---|---|---|---|
| $schema | string-uri |
http://purl.org/iscc/schema/isrc.json | The JSON Schema URI for ISRC seed metadata. |
isrc¶
| Name | Type | Default | Definition |
|---|---|---|---|
| isrc | string |
none | The International Standard Recording Code assigned to this recording. Example: AA6Q72000047 |
main_artist¶
| Name | Type | Default | Definition |
|---|---|---|---|
| main_artist | string |
none | The name of the featured artist or band. Example: The Beatles |
track_title¶
| Name | Type | Default | Definition |
|---|---|---|---|
| track_title | string |
none | The title of the recording. Example: Yesterday |
version_title¶
http://schema.org/alternativeHeadline
| Name | Type | Default | Definition |
|---|---|---|---|
| version_title | string |
none | Additional information about the recording, such as 'live' or 'remastered'. Example: Remastered 2009 |
duration¶
| Name | Type | Default | Definition |
|---|---|---|---|
| duration | integer |
none | The elapsed playing time of the recording in seconds. Example: 125 |
content_type¶
| Name | Type | Default | Definition |
|---|---|---|---|
| content_type | string |
none | Indicates whether the recording is a sound recording or music video recording. Example: sound |
pubdate¶
http://schema.org/datePublished
| Name | Type | Default | Definition |
|---|---|---|---|
| pubdate | string |
none | The date of first publication of the recording in ISO 8601 basic format (YYYYMMDD). Example: 20090909 |