Skip to main content

Interface: RelatedWork

Defined in: src/types/models/eprint.ts:263

Related work reference.

Remarks

Links to related eprints, datasets, software, and prior versions using DataCite-compatible relation types.

Properties

description?

readonly optional description: string

Defined in: src/types/models/eprint.ts:289

Description of the relation.


identifier

readonly identifier: string

Defined in: src/types/models/eprint.ts:269

Identifier value.

Example

"10.1234/example", "arXiv:2401.12345", "at://did:plc:xyz/pub.chive.eprint.submission/abc"

identifierType

readonly identifierType: RelatedWorkIdentifierType

Defined in: src/types/models/eprint.ts:274

Type of identifier.


relationType

readonly relationType: RelationType

Defined in: src/types/models/eprint.ts:279

Relation type (DataCite-compatible).


title?

readonly optional title: string

Defined in: src/types/models/eprint.ts:284

Title of the related work.