Appearance
Managing third-party rights means systematically identifying every right held by someone other than your institution in each item — author copyright, performers' rights, depositor conditions, and the privacy or personality rights of depicted people — then recording each as its own layered, evidenced statement. The fatal mistake is treating "we own the object" as "we own the rights": physical ownership and intellectual property are entirely separate. This guide gives a step-by-step method that scales.
Step 1: Inventory the rights types, not just the items
Before touching individual records, list the categories of third-party right your collection can contain. A press-photography archive looks very different from an oral-history collection.
| Right type | Typical holder | Where it hides |
|---|---|---|
| Copyright | Author / photographer / artist | Almost everything creative |
| Performers' rights | Speakers, musicians | Sound and video recordings |
| Depositor conditions | Donor / depositor | The gift or deposit agreement |
| Privacy / data protection | Living individuals | Personal files, photos, oral history |
| Trademark / personality | Brands, public figures | Advertising, portraiture |
Step 2: Separate ownership of the object from ownership of the rights
This is the conceptual hinge. Buying a photographic print, receiving a manuscript as a gift, or holding a master tape gives you the carrier, not the copyright. Unless there is a written assignment, the creator (or their estate) still holds the copyright. Encode this as a default in your workflow:
text
default_assumption:
physical_custody = TRUE
copyright_held = FALSE # until written assignment is foundStep 3: Model rights as layered statements
A single item routinely carries several rights at once. Do not flatten them into one "rights" field — model repeatable layers:
text
item: oral_history_0142
rights_layer:
- type: copyright
holder: "interviewer (staff)"
status: cleared
evidence: "employment contract"
- type: performers_right
holder: "interviewee J. Okafor"
status: cleared
evidence: "signed consent form 2019-04"
- type: privacy
holder: "third parties named in interview"
status: restricted
evidence: "sensitivity review note"Layered statements let you answer "can we publish this?" accurately, because publication requires every layer to be green.
How do I handle depositor agreements?
Depositor conditions sit alongside copyright, not above it. A depositor can impose embargoes or access limits — even on public-domain material — but cannot grant you a third party's copyright they never held. So read every deposit agreement for two things: (1) what the depositor permits you to do, and (2) what rights they did not actually own and therefore could not pass on. Record both. For the ethics dimension of deposited personal records, see GDPR and historical records.
Step 4: Stratify, then review the mixed middle
At scale, you cannot review every item deeply. Stratify:
text
A. Clearly clear -> staff-created, or PD by date, or fully assigned
B. Clearly blocked -> known restriction or embargo
C. Mixed / unknown -> item-level review requiredStrata A and B can be batch-handled; the real work is the C pile. Resist the temptation to apply one optimistic statement across the whole collection — that "false confidence" is the single biggest pitfall.
Step 5: Surface the result to users honestly
Translate your internal layers into a public-facing statement, ideally a RightsStatements.org URI plus any access caveat. If even one layer is unresolved, do not display "no known copyright"; use an honest "rights undetermined" value and pair it with a takedown route so reusers know how to flag problems.
What are the recurring pitfalls?
- Equating physical ownership with copyright ownership.
- Storing rights as a single field, hiding the layered reality.
- Blanket-clearing heterogeneous collections.
- Ignoring privacy/data-protection rights of living people in personal files.
- Forgetting that depositors cannot give you rights they never had.
Key Takeaways
- Third-party rights are anything held by someone other than you — often several per item.
- Physical custody never implies copyright ownership; assume the creator retains it absent a written assignment.
- Model rights as layered, evidenced statements, not one flat field.
- Depositor conditions add to copyright law but cannot grant rights the depositor never held.
- Stratify the collection and concentrate item-level review on the mixed middle.
- Display honest statuses and a takedown route; never overstate clearance.
Frequently Asked Questions
What counts as a third-party right in a collection?
Any right held by someone other than your institution: the copyright of an author or photographer, performers' rights in a recording, a depositor's contractual conditions, or the privacy and personality rights of people depicted. A single item often carries several at once.
We own the physical object — doesn't that mean we own the rights?
No. Owning the physical carrier (a print, a tape, a manuscript) is separate from owning the intellectual property in it. A purchased photograph usually leaves copyright with the photographer unless it was explicitly assigned in writing.
How do I track multiple rights on a single item?
Model rights as repeatable, layered statements rather than one field. Each layer records the right type, the holder, the status and the evidence, so an item can hold an author copyright, a depositor condition and a privacy caveat simultaneously.
What is the biggest pitfall when managing third-party rights at scale?
Treating the whole collection as homogeneous. Rights vary item by item, so blanket statements create false confidence. Stratify the collection and apply item-level review to the mixed-rights portions.
Do depositor agreements override copyright law?
They add to it, they don't replace it. A depositor can impose contractual conditions (embargoes, access limits) even on public-domain material, but they cannot grant you rights they never held, such as a third party's copyright embedded in the deposit.