{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A MusicRelease is a specific release of a music album.",
      "rdfs:label" : "MusicRelease",
      "rdfs:subClassOf" : "schema:MusicPlaylist",
      "schema:contributor" : "collab:MBZ"
   },
   "properties" : {
      "schema:catalogNumber" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The catalog number for the release.",
         "rdfs:label" : "catalogNumber",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicRelease",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:creditedTo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga.",
         "rdfs:label" : "creditedTo",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicRelease",
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      },
      "schema:duration" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
         "rdfs:label" : "duration",
         "schema:domainIncludes" : [
            "schema:Audiobook",
            "schema:MediaObject",
            "schema:MusicRecording",
            "schema:Event",
            "schema:Episode",
            "schema:Schedule",
            "schema:QuantitativeValueDistribution",
            "schema:Movie",
            "schema:MusicRelease"
         ],
         "schema:rangeIncludes" : "schema:Duration",
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/1698",
            "https://github.com/schemaorg/schemaorg/issues/1457"
         ]
      },
      "schema:musicReleaseFormat" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).",
         "rdfs:label" : "musicReleaseFormat",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicRelease",
         "schema:rangeIncludes" : "schema:MusicReleaseFormatType"
      },
      "schema:recordLabel" : {
         "owl:equivalentProperty" : "mo:label",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The label that issued the release.",
         "rdfs:label" : "recordLabel",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicRelease",
         "schema:rangeIncludes" : "schema:Organization"
      },
      "schema:releaseOf" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The album this is a release of.",
         "rdfs:label" : "releaseOf",
         "schema:contributor" : "collab:MBZ",
         "schema:domainIncludes" : "schema:MusicRelease",
         "schema:inverseOf" : "schema:albumRelease",
         "schema:rangeIncludes" : "schema:MusicAlbum"
      }
   }
}