Skip to content

Class: Digital Object Identifier (DOI) (DOI)

A DOI is a permanent reference with metadata about a digital object.

URI: includedcc:DOI

classDiagram class DOI click DOI href "../DOI/" Record <|-- DOI click Record href "../Record/" DOI : access_policy_id DOI --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" DOI : bibliographic_reference DOI : do_id DOI : external_id DOI : study_id DOI --> "0..1" Study : study_id click Study href "../Study/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
do_id 1
String
Digital Object Identifier (DOI) for this Record direct
bibliographic_reference 0..1
String
Text use to reference this Record direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study Record

Usages

used by used in type used
Study do_id range DOI
Dataset do_id range DOI

Identifier and Mapping Information

Schema Source

  • from schema: https://includedcc.org/include-access-model

Mappings

Mapping Type Mapped Value
self includedcc:DOI
native includedcc:DOI

LinkML Source

Direct

name: DOI
description: A DOI is a permanent reference with metadata about a digital object.
title: Digital Object Identifier (DOI)
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- do_id
- bibliographic_reference
slot_usage:
  do_id:
    name: do_id
    identifier: true
    range: string
    required: true

Induced

name: DOI
description: A DOI is a permanent reference with metadata about a digital object.
title: Digital Object Identifier (DOI)
from_schema: https://includedcc.org/include-access-model
is_a: Record
slot_usage:
  do_id:
    name: do_id
    identifier: true
    range: string
    required: true
attributes:
  do_id:
    name: do_id
    description: Digital Object Identifier (DOI) for this Record.
    title: DOI
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    alias: do_id
    owner: DOI
    domain_of:
    - Study
    - DOI
    - Dataset
    range: string
    required: true
    multivalued: false
  bibliographic_reference:
    name: bibliographic_reference
    description: Text use to reference this Record.
    title: Bibiliographic Reference
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: bibliographic_reference
    owner: DOI
    domain_of:
    - DOI
    - Publication
    range: string
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: external_id
    owner: DOI
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: access_policy_id
    owner: DOI
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: study_id
    owner: DOI
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false