The MusicalWorkClaimNotificationMessage
allows a licensor to respond to a MusicalWorkClaimRequestMessage
with information on musical work(s).
Response Overview
The licensor has an interest in the requested work, and will describe its interest in the response.
Parties
The licensor has augmented the data sent by the licensee in the PartyList
(see line 22) with:
- Two song-writers who were previously unknown to the licensee
- Two music publishers who have an interest in the work
- The IPI numbers of the song-writers
- The IPI numbers of the publishers
- The licensor's proprietary party identifiers
Musical Works
The licensor has augmented the data sent by the licensee in the WorkList
(see line 104) with:
- The ISWC of the work
- The writer's (corrected) roles
- The licensor's proprietary Work Identifier
- HFA's proprietary work identifier
- BMI's proprietary work identifier
HFA and BMI work identifiers are provided to help the licensee reconcile work data provided by several licensors.
Sound Recordings and/or Videos
The licensor has augmented the data sent by the licensee in the ResourceList
(see line 137) with:
- The licensor's proprietary sound-recording or video Identifier
Releases
The licensor has augmented the data sent by the licensee in the ReleaseList
(see line 160) with:
- The licensor's proprietary release Identifier
RightShares
The RightShareList
(see line 183) provides information about 3 different types of shares:
Four Manuscript Shares are provided – one for each writer. In this example each writer’s manuscript share is 25%.
Two Original Publisher Shares are provided – one for each writer represented by the licensor.
Two Collection Shares are provided – one for each writer represented by the licensor. In this example the licensor is collecting 25% on behalf of two writers, for a total interest of 50%.
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?> <mwn:MusicalWorkClaimNotificationMessage xmlns:mwn="http://ddex.net/xml/mwn/11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ddex.net/xml/mwn/11/works-notification.xsd" MessageSchemaVersionId="mwn/11" LanguageAndScriptCode="en"> <MessageHeader> <MessageThreadId>47</MessageThreadId> <MessageId>06F6CD0B6E971210E0530100007F3928</MessageId> <MessageSender> <PartyId>PADPIDA2011031805X</PartyId> <PartyName> <FullName>Kobalt Music Publishing America Inc (KMPA)</FullName> </PartyName> </MessageSender> <MessageRecipient> <PartyId>PADPIDA2007041201S</PartyId> <PartyName> <FullName>UMG Recordings, Inc.</FullName> </PartyName> </MessageRecipient> <MessageCreatedDateTime>2014-11-03T15:14:38Z</MessageCreatedDateTime> </MessageHeader> <PartyList> <Party> <PartyId> <IpiNameNumber>498238405</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP58615</ProprietaryId> <ProprietaryId Namespace="PADPIDA2007041201S">265684</ProprietaryId> </PartyId> <PartyReference>P7185122</PartyReference> <PartyName> <FullName>David Wesley Haywood</FullName> <NamesBeforeKeyName>David Wesley</NamesBeforeKeyName> <KeyName>Haywood</KeyName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>499572095</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP58616</ProprietaryId> <ProprietaryId Namespace="PADPIDA2007041201S">385465</ProprietaryId> </PartyId> <PartyReference>P7185123</PartyReference> <PartyName> <FullName>Charles Burgess Kelley</FullName> <NamesBeforeKeyName>Charles Burgess</NamesBeforeKeyName> <KeyName>Kelley</KeyName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>475793501</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP54823</ProprietaryId> </PartyId> <PartyReference>P7185124</PartyReference> <PartyName> <FullName>Hillary Dawn Scott</FullName> <NamesBeforeKeyName>Hillary Dawn</NamesBeforeKeyName> <KeyName>Scott</KeyName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>338491050</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP1824</ProprietaryId> </PartyId> <PartyReference>P7185125</PartyReference> <PartyName> <FullName>Josh Kear</FullName> <NamesBeforeKeyName>Josh</NamesBeforeKeyName> <KeyName>Kear</KeyName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>530751867</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP299154</ProprietaryId> </PartyId> <PartyReference>P7185132</PartyReference> <PartyName> <FullName>DWHaywood Music</FullName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>530751965</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP299146</ProprietaryId> </PartyId> <PartyReference>P7185134</PartyReference> <PartyName> <FullName>Radiobullets Publishing</FullName> </PartyName> </Party> <Party> <PartyId> <IpiNameNumber>503659557</IpiNameNumber> <ProprietaryId Namespace="PADPIDA2011031805X">IP30245</ProprietaryId> </PartyId> <PartyReference>P7185136</PartyReference> <PartyName> <FullName>Kobalt Music Publishing America Inc (KMPA)</FullName> </PartyName> </Party> </PartyList> <WorkList> <MusicalWork> <MusicalWorkId> <ISWC>T9027397553</ISWC> <ProprietaryId Namespace="PADPIDA2011031805X">WK1198801</ProprietaryId> <ProprietaryId Namespace="PADPIDA2007040501K">N2800X</ProprietaryId> <!-- HFA Song Code --> <ProprietaryId Namespace="PADPIDA2013102301S">010738754</ProprietaryId> <!-- BMI Work Identifier --> <ProprietaryId Namespace="PADPIDA2007041201S">760031</ProprietaryId> </MusicalWorkId> <MusicalWorkReference>W7185121</MusicalWorkReference> <ReferenceTitle> <TitleText>Need You Now</TitleText> </ReferenceTitle> <MusicalWorkContributor> <MusicalWorkContributorPartyReference>P7185122</MusicalWorkContributorPartyReference> <MusicalWorkContributorRole>ComposerLyricist</MusicalWorkContributorRole> </MusicalWorkContributor> <MusicalWorkContributor> <MusicalWorkContributorPartyReference>P7185123</MusicalWorkContributorPartyReference> <MusicalWorkContributorRole>ComposerLyricist</MusicalWorkContributorRole> </MusicalWorkContributor> <MusicalWorkContributor> <MusicalWorkContributorPartyReference>P7185124</MusicalWorkContributorPartyReference> <MusicalWorkContributorRole>ComposerLyricist</MusicalWorkContributorRole> </MusicalWorkContributor> <MusicalWorkContributor> <MusicalWorkContributorPartyReference>P7185125</MusicalWorkContributorPartyReference> <MusicalWorkContributorRole>ComposerLyricist</MusicalWorkContributorRole> </MusicalWorkContributor> </MusicalWork> </WorkList> <ResourceList> <SoundRecording> <SoundRecordingId> <ISRC>USCN11100015</ISRC> <ProprietaryId Namespace="PADPIDA2011031805X">WRC1376206</ProprietaryId> <ProprietaryId Namespace="PADPIDA2007041201S">58690936</ProprietaryId> </SoundRecordingId> <ResourceReference>A7185126</ResourceReference> <ReferenceTitle> <TitleText>Grammy Medley</TitleText> <SubTitle>Live Grammy Performance</SubTitle> </ReferenceTitle> <ResourceMusicalWorkReferenceList> <ResourceMusicalWorkReference> <ResourceMusicalWorkReference>W7185121</ResourceMusicalWorkReference> </ResourceMusicalWorkReference> </ResourceMusicalWorkReferenceList> <SoundRecordingDetailsByTerritory> <TerritoryCode>Worldwide</TerritoryCode> <DisplayArtistName>Lady Antebellum</DisplayArtistName> </SoundRecordingDetailsByTerritory> </SoundRecording> </ResourceList> <ReleaseList> <Release> <ReleaseId> <ISRC>USCN11100015</ISRC> <ProprietaryId Namespace="PADPIDA2011031805X">EXPV200617</ProprietaryId> <ProprietaryId Namespace="PADPIDA2007041201S">4352280</ProprietaryId> </ReleaseId> <ReferenceTitle> <TitleText>Need You Now</TitleText> </ReferenceTitle> <ReleaseResourceReferenceList> <ReleaseResourceReference>A7185126</ReleaseResourceReference> </ReleaseResourceReferenceList> <ReleaseDetailsByTerritory> <TerritoryCode>US</TerritoryCode> <DisplayArtistName>Lady Antebellum</DisplayArtistName> <Title> <TitleText>Need You Now</TitleText> </Title> <ReleaseType>Album</ReleaseType> </ReleaseDetailsByTerritory> </Release> </ReleaseList> <RightShareList> <RightShare> <RightShareReference>S7185127</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>Worldwide</TerritoryCode> <RightShareType>MusicalWorkManuscriptShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185122</RightsControllerPartyReference> </RightsController> <ValidityPeriod></ValidityPeriod> <RightSharePercentage>25</RightSharePercentage> </RightShare> <RightShare> <RightShareReference>S7185128</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>Worldwide</TerritoryCode> <RightShareType>MusicalWorkManuscriptShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185123</RightsControllerPartyReference> </RightsController> <ValidityPeriod></ValidityPeriod> <RightSharePercentage>25</RightSharePercentage> </RightShare> <RightShare> <RightShareReference>S7185129</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>Worldwide</TerritoryCode> <RightShareType>MusicalWorkManuscriptShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185124</RightsControllerPartyReference> </RightsController> <ValidityPeriod></ValidityPeriod> <RightSharePercentage>25</RightSharePercentage> </RightShare> <RightShare> <RightShareReference>S7185130</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>Worldwide</TerritoryCode> <RightShareType>MusicalWorkManuscriptShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185125</RightsControllerPartyReference> </RightsController> <ValidityPeriod></ValidityPeriod> <RightSharePercentage>25</RightSharePercentage> </RightShare> <RightShare> <RightShareReference>S7185131</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>US</TerritoryCode> <RightShareType>OriginalPublisherShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185132</RightsControllerPartyReference> </RightsController> <RightSharePercentage>0</RightSharePercentage> <IsFollowerInTitleOf> <BaseRightShare>S7185127</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> <ManuscriptShare> <BaseRightShare>S7185127</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> </ManuscriptShare> </IsFollowerInTitleOf> </RightShare> <RightShare> <RightShareReference>S7185133</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>US</TerritoryCode> <RightShareType>OriginalPublisherShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185134</RightsControllerPartyReference> </RightsController> <RightSharePercentage>0</RightSharePercentage> <IsFollowerInTitleOf> <BaseRightShare>S7185128</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> <ManuscriptShare> <BaseRightShare>S7185128</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> </ManuscriptShare> </IsFollowerInTitleOf> </RightShare> <RightShare> <RightShareReference>S7185135</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>US</TerritoryCode> <RightShareType>MusicalWorkCollectionShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185136</RightsControllerPartyReference> </RightsController> <RightSharePercentage>25</RightSharePercentage> <HasOriginalPublisherShare> <OriginalPublisherShare>S7185133</OriginalPublisherShare> </HasOriginalPublisherShare> <IsFollowerInTitleOf> <BaseRightShare>S7185133</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> <ManuscriptShare> <BaseRightShare>S7185128</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> </ManuscriptShare> </IsFollowerInTitleOf> </RightShare> <RightShare> <RightShareReference>S7185137</RightShareReference> <RightShareCreationReferenceList> <RightShareWorkReference>W7185121</RightShareWorkReference> </RightShareCreationReferenceList> <TerritoryCode>US</TerritoryCode> <RightShareType>MusicalWorkCollectionShare</RightShareType> <RightsType>ReproductionRight</RightsType> <RightsControllerDisplayName></RightsControllerDisplayName> <RightsController> <RightsControllerPartyReference>P7185136</RightsControllerPartyReference> </RightsController> <RightSharePercentage>25</RightSharePercentage> <HasOriginalPublisherShare> <OriginalPublisherShare>S7185131</OriginalPublisherShare> </HasOriginalPublisherShare> <IsFollowerInTitleOf> <BaseRightShare>S7185131</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> <ManuscriptShare> <BaseRightShare>S7185127</BaseRightShare> <RightSharePercentage>25</RightSharePercentage> </ManuscriptShare> </IsFollowerInTitleOf> </RightShare> </RightShareList> </mwn:MusicalWorkClaimNotificationMessage> |