Skip to main content

Interface: CitationRelationship

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

Citation relationship between two papers.

Since​

0.1.0

Properties​

citedUri​

readonly citedUri: AtUri

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

AT-URI of the cited eprint.


citingUri​

readonly citingUri: AtUri

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

AT-URI of the citing eprint.


discoveredAt?​

readonly optional discoveredAt: Date

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

When the citation was discovered.


isInfluential?​

readonly optional isInfluential: boolean

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

Whether this is an influential citation (from Semantic Scholar).


source​

readonly source: "openalex" | "semantic-scholar" | "crossref" | "grobid" | "user-provided"

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

Source of the citation data.