rights object captures this in three fields: license, access_level, and holder. Getting these right protects community members, respects cultural sensitivity, and ensures the archive is used appropriately.
Access levels
Theaccess_level field controls who can view a record. There are three levels.
public
Safe for anyone to view. No sensitive personal information, no cultural restrictions. Use this for most records where consent has been obtained.
restricted
Contains personal data or sensitive content. Requires explicit permission to access. Use this for records involving identifiable individuals or private matters.
community-only
Sacred, private, or culturally sensitive material intended only for Dzaleka community members. Use this for items that community members have indicated should not be shared publicly.
When to use each level
| Scenario | Access level |
|---|---|
| A photograph of a public community event | public |
| An oral history where the narrator consented to open sharing | public |
| A record containing a person’s full name, address, or ID number | restricted |
| An interview where the narrator requested limited distribution | restricted |
| A sacred ceremony recording | community-only |
| Culturally sensitive knowledge shared within the community | community-only |
License selection guide
Thelicense field uses SPDX identifiers. The four licenses below cover the vast majority of heritage material in Dzaleka.
| License | Meaning | When to use |
|---|---|---|
CC-BY-4.0 | Share and adapt freely; attribution required | Material the rights holder wants to share as openly as possible |
CC-BY-NC-4.0 | Share and adapt; attribution required; no commercial use | Community heritage where commercial exploitation should be prevented |
CC-BY-NC-ND-4.0 | Share only as-is; no modifications; no commercial use | Material the rights holder does not want altered in any form |
CC0-1.0 | No rights reserved; public domain dedication | Material where the rights holder waives all copyright |
The rights field
The full rights object in JSON looks like this:
public (anyone can see it) but under CC-BY-NC-4.0 (no commercial use). A record can be restricted (requires permission) with CC-BY-4.0 (open license once access is granted).
Credits and attribution
Theholder field names the rights holder — the person or organisation who owns the copyright. This is usually the creator. For oral histories it is typically the narrator. For photographs it is typically the photographer.
Always list creator(s) in the creator array with their accurate roles. This is how the archive attributes work to the people who made it.
author, photographer, interviewer, interviewee, narrator, artist, muralist, sculptor, poet, curator, recorder, editor, translator, organizer, contributor.
Key considerations
Common questions
What if the rights holder is unknown?
What if the rights holder is unknown?
If the original rights holder cannot be identified or contacted, do not assign a permissive license like
CC-BY-4.0 or CC0-1.0 — those require the rights holder’s consent to grant.Instead:- Set
access_leveltorestricted. - Leave
licenseblank or note"rights undetermined"in theholderfield. - Record what you know about the item’s provenance in the
sourceobject, including who contributed it and from what collection. - Review the record again if the rights holder is later identified.
Can I change the access level later?
Can I change the access level later?
Yes. Access levels are stored as metadata and can be updated at any time using
dms edit. If a narrator who originally requested restricted access later consents to public access, update the access_level field and record the change in the date.modified field.What is the difference between CC-BY-NC-4.0 and CC-BY-NC-ND-4.0?
What is the difference between CC-BY-NC-4.0 and CC-BY-NC-ND-4.0?
Both licenses prohibit commercial use. The difference is in modifications:
CC-BY-NC-4.0allows others to remix, adapt, and build on the material, as long as they credit the creator and do not use it commercially.CC-BY-NC-ND-4.0adds a no-derivatives condition: others may share the material as-is, but may not modify or adapt it in any way.
CC-BY-NC-ND-4.0 when the rights holder wants to prevent translations, edits, or remixes of their original work.