Right Of Publicity Filings: Beginning 2020
State of New York
@usgov.state_of_new_york_right_of_publicity_filings_beginning_2020
State of New York
@usgov.state_of_new_york_right_of_publicity_filings_beginning_2020
This data contains Right of Publicity (RoP) filing information that was processed.  Each line contains the RoP claimant, agent claimant, and the deceased information, types of rights claimed, associated percentages and other pertinent filing information.
Organization: State of New York
Last updated: 2024-07-12T14:32:11.785976
Tags: right-of-publicity, rop
CREATE TABLE table_1 (
  "claimant_registration_id" VARCHAR,
  "claimant_first_name" VARCHAR,
  "claimant_m_initial" VARCHAR,
  "claimant_last_name" VARCHAR,
  "claimant_entity_name" VARCHAR,
  "claimant_address" VARCHAR,
  "claimant_address_2" VARCHAR,
  "claimant_city" VARCHAR,
  "claimant_state" VARCHAR,
  "claimant_zip" BIGINT,
  "claimant_zip_4" DOUBLE,
  "claimant_country" VARCHAR,
  "claimant_county" VARCHAR,
  "claimant_entity_contact_first_name" VARCHAR,
  "claimant_entity_contact_m_initial" VARCHAR,
  "claimant_entity_contact_last_name" VARCHAR,
  "agent_to_claimant_first_name" VARCHAR,
  "agent_to_claimant_m_initial" VARCHAR,
  "agent_to_claimant_last_name" VARCHAR,
  "agent_to_claimant_address" VARCHAR,
  "agent_to_claimant_address_2" VARCHAR,
  "agent_to_claimant_city" VARCHAR,
  "agent_to_claimant_state" VARCHAR,
  "agent_to_claimant_zip" DOUBLE,
  "agent_to_claimant_zip_4" DOUBLE,
  "agent_to_claimant_country" VARCHAR,
  "agent_to_claimant_county" VARCHAR,
  "date_of_death_of_deceased_personality" TIMESTAMP,
  "deceased_personality_legal_first_name" VARCHAR,
  "deceased_personality_legal_m_initial" VARCHAR,
  "deceased_personality_legal_last_name" VARCHAR,
  "deceased_personality_first_name" VARCHAR,
  "deceased_personality_m_initial" VARCHAR,
  "deceased_personality_last_name" VARCHAR,
  "successor_in_interest_basis" VARCHAR,
  "successor_in_interest_other" VARCHAR,
  "rights_claimed_to_name" VARCHAR,
  "rights_claimed_to_voice" VARCHAR,
  "rights_claimed_to_signature" VARCHAR,
  "rights_claimed_to_photograph" VARCHAR,
  "rights_claimed_to_likeness" VARCHAR,
  "rights_claimed_to_digital_replica" VARCHAR,
  "rights_claimed_to_sound_recordings" VARCHAR,
  "rights_claimed_to_other" VARCHAR,
  "rights_claimed_to_other_description" VARCHAR,
  "n__interest_claimed" VARCHAR  -- % Interest Claimed,
  "n__interest_claimed_other" VARCHAR  -- % Interest Claimed Other,
  "all_types_of_rights" VARCHAR,
  "limited_rights" VARCHAR,
  "limited_rights_description" VARCHAR,
  "claimant_affirmation" VARCHAR,
  "agent_affirmation_1" VARCHAR,
  "agent_affirmation_2" VARCHAR,
  "agent_affirmation_3" VARCHAR,
  "agent_affirmation_4" VARCHAR
);Anyone who has the link will be able to view this.