Skip to content

Add a property on CreativeWork to specify access rights #2173

@anarchivist

Description

@anarchivist

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:

See past discussion on #1784, #1758, #1759, and #900 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions