Skip to main content

Interface: RelatedWorkInput

Defined in: src/types/interfaces/discovery.interface.ts:1024

Input for creating a RELATES_TO edge between eprints.

Remarks​

Represents a user-declared related work relationship (from pub.chive.eprint.relatedWork records).

Since​

0.1.0

Properties​

createdBy?​

readonly optional createdBy: string

Defined in: src/types/interfaces/discovery.interface.ts:1038

DID of the user who created the related work record.


relatedWorkUri?​

readonly optional relatedWorkUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:1043

AT-URI of the pub.chive.eprint.relatedWork record that created this edge.


sourceUri​

readonly sourceUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:1028

AT-URI of the source eprint.


targetUri​

readonly targetUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:1033

AT-URI of the target eprint.