{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A collection of music tracks.",
      "rdfs:label" : "MusicAlbum",
      "rdfs:subClassOf" : "schema:MusicPlaylist"
   },
   "properties" : {
      "schema:albumProductionType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Classification of the album by its type of content: soundtrack, live album, studio album, etc.",
         "rdfs:label" : "albumProductionType",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicAlbum",
         "schema:rangeIncludes" : "schema:MusicAlbumProductionType"
      },
      "schema:albumRelease" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A release of this album.",
         "rdfs:label" : "albumRelease",
         "schema:domainIncludes" : "schema:MusicAlbum",
         "schema:inverseOf" : "schema:releaseOf",
         "schema:rangeIncludes" : "schema:MusicRelease"
      },
      "schema:albumReleaseType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The kind of release which this album is: single, EP or album.",
         "rdfs:label" : "albumReleaseType",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicAlbum",
         "schema:rangeIncludes" : "schema:MusicAlbumReleaseType"
      },
      "schema:byArtist" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The artist that performed this album or recording.",
         "rdfs:label" : "byArtist",
         "schema:domainIncludes" : [
            "schema:MusicRecording",
            "schema:MusicAlbum"
         ],
         "schema:rangeIncludes" : [
            "schema:MusicGroup",
            "schema:Person"
         ]
      }
   }
}