core + attic ():

AlbumRelease

Canonical URL: http://schema.org/AlbumRelease

Thing > Intangible > Enumeration > MusicAlbumReleaseType :: AlbumRelease

AlbumRelease.

Usage: Fewer than 10 domains

Acknowledgement

This vocabulary was improved through collaboration with the MusicBrainz project (www.musicbrainz.org), and is partially inspired by the MusicBrainz and Music Ontology schemas.



Examples

Example 1
  1. An example of possible JSON-LD for Let It Be by the Beatles.
  1. Not available yet.
  1. Not available yet.
  1. <script type="application/ld+json">
  2. {
  3.     "@context": "http://schema.org",
  4.     "@type": "MusicAlbum",
  5.     "@id": "http://musicbrainz.org/release-group/bff544a7-56e0-3ed6-9e0f-3b676cca9111",
  6.     "name": "Let It Be",
  7.     "sameAs": [
  8.         "http://en.wikipedia.org/wiki/Let_It_Be",
  9.         "http://www.wikidata.org/wiki/Q199585"
  10.     ],
  11.     "image": "http://coverartarchive.org/release-group/bff544a7-56e0-3ed6-9e0f-3b676cca9111/front.jpg",
  12.     "albumProductionType": "http://schema.org/StudioAlbum",
  13.     "albumReleaseType": "http://schema.org/AlbumRelease",
  14.     "genre": "rock",
  15.     "byArtist": {
  16.         "@type": "MusicGroup",
  17.         "name": "The Beatles",
  18.         "@id": "http://musicbrainz.org/artist/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
  19.     },
  20.     "albumRelease": {
  21.         "@type": "MusicRelease",
  22.         "name": "Let It Be",
  23.         "@id": "http://musicbrainz.org/release/8d5347a5-9ecb-44be-a213-860aaaf5d0b8"
  24.     },
  25.     track: {
  26.             "@type": "ItemList",
  27.             "numberOfItems": 12,
  28.             "itemListElement": [
  29.                     {
  30.                       "@type": "ListItem",
  31.                       "position": 1,
  32.                       "item": {
  33.                               "@type": "MusicRecording",
  34.                               "name": "Two Of Us"
  35.                       }
  36.                     },
  37.                     {
  38.                       "@type": "ListItem",
  39.                       "position": 2,
  40.                       "item": {
  41.                               "@type": "MusicRecording",
  42.                               "name": "Dig a Pony"
  43.                       }
  44.                     },
  45.                     {
  46.                       "@type": "ListItem",
  47.                       "position": 3,
  48.                       "item": {
  49.                               "@type": "MusicRecording",
  50.                               "name": "Across the Universe"
  51.                       }
  52.                     }
  53.             ]
  54.     }
  55. }
  56. </script>

Schema Version 3.2