Access Rights

Validate against: http://json-schema.org/draft-07/schema#

Schema ID: http://schemas.digitallinguistics.io/Access-3.2.0.json

Type: object

Description

The Access Rights object provides information for archives on who should be allowed to access the current resource. Some access protocols used by language archives are already supported, and custom protocols may be used as, e.g. online: false or permission: researcher only, etc. Note: The Access object does not have a type property.

Properties

The following properties are defined for this object:

  • Access Note: note

    Description

    A note about access rights for this resource, or any other special considerations regarding who should have Access. This attribute should be a MultiLangString rather than an Array of Note objects.

    Referenced Schema

    This item must validate against the following schema:

    http://schemas.digitallinguistics.io/MultiLangString.json

  • AILLA Access Level: AILLA

    Type: string

    Description

    For users who are depositing their materials at The Archive of the Indigenous Languages of Latin America (AAILA) in Texas, an AILLA attribute may be added, and its value set to one of the access levels set forth by the archive.

    Allowed Values

    • "public access"
    • "password"
    • "time limit"
    • "depositor control"

    Default Value

    The default value for this item is:

    "depository control"
  • ELAR Access Level: ELAR

    Type: string

    Description

    For users who are depositing their materials at the Endangered Language Archive (ELAR) in London, an ELAR attribute may be added, and its value set to one of the access levels set forth by the archive. See ELAR’s protocols for access management for more information.

    Allowed Values

    • "User"
    • "Researcher"
    • "Community Member"
    • "Subscriber"

    Default Value

    The default value for this item is:

    "Researcher"
  • License: license

    Type: string

    Description

    The license under which you want to release this resource, most likely a SPDX abbreviation. If you do not want to release this data to others, set this to UNLICENSED. Otherwise, use choosealicense.com to decide which license is right for your usage.

    Default Value

    The default value for this item is:

    "UNLICENSED"

Additional Properties

Any additional properties must adhere to the following schema:

Type: string

Examples

The following are example values for this schema:

  • {
      "AILLA": "password",
      "ELAR": "Community Member",
      "license": "UNLICENSED",
      "note": {
        "eng": "Speaker also requested that this text only be shared with family members."
      },
      "speaker": "family"
    }
  • {
      "note": {
        "eng": "The tribe has requested that language materials only be made available to academic researchers who have been given permission, and enrolled tribal members."
      }
    }