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 : bibliographic_reference
DOI : do_id
DOI : external_id
Inheritance
- Record
- DOI
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 |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Study | 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
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