ch.indiemusi.alpha.actor.publishingOwner

lexicon.store View official

Documentation

A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work

main record

A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work

Record Key tid Timestamp-based ID

Properties

collectingSociety string Optional

No description available.

maxLength: 255 bytes
companyName string Optional

No description available.

maxLength: 255 bytes
firstName string Optional

No description available.

maxLength: 255 bytes
ipi string Optional

Interested Party Information (IPI) number assigned to the publishing owner by a collecting society

maxLength: 11 bytes
lastName string Optional

No description available.

maxLength: 255 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "ipi": {
        "type": "string",
        "maxLength": 11,
        "description": "Interested Party Information (IPI) number assigned to the publishing owner by a collecting society"
      },
      "lastName": {
        "type": "string",
        "maxLength": 255
      },
      "firstName": {
        "type": "string",
        "maxLength": 255
      },
      "companyName": {
        "type": "string",
        "maxLength": 255
      },
      "collectingSociety": {
        "type": "string",
        "maxLength": 255
      }
    }
  },
  "description": "A songwriter, composer, or music publisher who owns the publishing rights to a song or musical work"
}

Lexicon Garden

@