Class: Publication (Publication)
Information about a specific publication.
classDiagram
class Publication
click Publication href "../Publication/"
Record <|-- Publication
click Record href "../Record/"
Publication : bibliographic_reference
Publication : external_id
Publication : website
Inheritance
- Record
- Publication
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| bibliographic_reference | 0..1 String |
Text use to reference this Record | direct |
| website | 0..1 Uri |
Website for the 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 | publication | range | Publication |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Publication |
| native | includedcc:Publication |
LinkML Source
Direct
name: Publication
description: Information about a specific publication.
title: Publication
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- bibliographic_reference
- website
Induced
name: Publication
description: Information about a specific publication.
title: Publication
from_schema: https://includedcc.org/include-access-model
is_a: Record
attributes:
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: Publication
domain_of:
- DOI
- Publication
range: string
website:
name: website
description: Website for the Record.
title: Website
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: website
owner: Publication
domain_of:
- Study
- VirtualBiorepository
- Publication
range: uri
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: Publication
domain_of:
- Record
range: uriorcurie
required: false
multivalued: true