{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A musical composition.",
"rdfs:label" : "MusicComposition",
"rdfs:subClassOf" : "schema:CreativeWork",
"schema:contributor" : "collab:MBZ"
},
"properties" : {
"schema:composer" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The person or organization who wrote a composition, or who is the composer of a work performed at some event.",
"rdfs:label" : "composer",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : [
"schema:MusicComposition",
"schema:Event"
],
"schema:rangeIncludes" : [
"schema:Organization",
"schema:Person"
]
},
"schema:firstPerformance" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The date and place the work was first performed.",
"rdfs:label" : "firstPerformance",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:Event"
},
"schema:includedComposition" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Smaller compositions included in this work (e.g. a movement in a symphony).",
"rdfs:label" : "includedComposition",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:MusicComposition"
},
"schema:iswcCode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The International Standard Musical Work Code for the composition.",
"rdfs:label" : "iswcCode",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:Text"
},
"schema:lyricist" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The person who wrote the words.",
"rdfs:label" : "lyricist",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:Person"
},
"schema:lyrics" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The words in the song.",
"rdfs:label" : "lyrics",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:CreativeWork"
},
"schema:musicArrangement" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An arrangement derived from the composition.",
"rdfs:label" : "musicArrangement",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:MusicComposition"
},
"schema:musicCompositionForm" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The type of composition (e.g. overture, sonata, symphony, etc.).",
"rdfs:label" : "musicCompositionForm",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:Text"
},
"schema:musicalKey" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The key, mode, or scale this composition uses.",
"rdfs:label" : "musicalKey",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:rangeIncludes" : "schema:Text"
},
"schema:recordedAs" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An audio recording of the work.",
"rdfs:label" : "recordedAs",
"schema:contributor" : "collab:MBZ",
"schema:domainIncludes" : "schema:MusicComposition",
"schema:inverseOf" : "schema:recordingOf",
"schema:rangeIncludes" : "schema:MusicRecording"
}
}
}