-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Description
It would be useful to specify access rights for CreativeWorks. This was originally surfaced as part of the proposal made for Schema Architypes, an extension for archives and their collections, but in discussion, it became clear that this applies to lots of other domains, including other materials held by cultural heritage institutions, datasets created and used in research, and so forth.
I believe access rights should be understood as distinct from license and hasDigitalDocumentPermission.
Examples:
An archival collection:
{
"@context": "http://schema.org/",
"@type": "Collection",
"url": "https://www.lib.ncsu.edu/findingaids/mc00351",
"name": "Animal Rights Network records",
"accessRights": "This collection is open for research; access requires at least 48 hours advance notice."
}A digitized letter from an archival collection:
{
"@context": "http://schema.org/",
"@type": "CreativeWork",
"url": "https://purl.stanford.edu/bp158wj7223",
"name": "Margaret Mitchell letter to Herschel Bricknell, 1936 August 22",
"accessRights": "Online content is available for access via the Special Collections Reading Room."
}A dataset:
{
"@context": "http://schema.org/",
"@type": "Dataset",
"@id": "https://doi.org/10.7910/DVN/0OLJLM",
"name": "Restricted Access WFHS Leef Manager Linking Data, Version 1.0",
"accessRights": "Access to this dataset can be obtained by visiting the Work, Family & Health Network web page and following the instructions: http://projects.iq.harvard.edu/wfhn/restricted-access-data."
}Additional context and examples:
- For archives, see standards like ISAD(G) §3.4.1, DACS §4.2, and MARC21's 506 field, and EAD's
<accessrestrict/>tag. Detailed examples can be found at #1784 (comment). - Related properties:
dct:accessRights(proposed in DCAT revision) - Related vocabularies: COAR access_rights, ePrints access rights, Standardized terminology for Access Restrictions, SEADATANET access restrictions, CEDS learning resource access rights
See past discussion on #1784, #1758, #1759, and #900 (comment).
seth-shaw-unlv and kitchenprinzessin3880informaticmonad
Metadata
Metadata
Assignees
Labels
No labels