Skip to main content

Interface: ExternalSource

Defined in: src/types/models/governance.ts:75

External source reference.

Remarks

Links authority records to external knowledge bases for interoperability.

Properties

confidence?

readonly optional confidence: number

Defined in: src/types/models/governance.ts:108

Confidence score (0-1).


identifier

readonly identifier: string

Defined in: src/types/models/governance.ts:88

Identifier within the external system.

Example

"Q82001", "sh2003003871", "fst01004795"

label?

readonly optional label: string

Defined in: src/types/models/governance.ts:98

Label from the external source.


lastSynced?

readonly optional lastSynced: Timestamp

Defined in: src/types/models/governance.ts:113

Last synchronization timestamp.


matchType

readonly matchType: "exact-match" | "close-match" | "broader-match" | "narrower-match"

Defined in: src/types/models/governance.ts:103

Match type for this source.


system

readonly system: string

Defined in: src/types/models/governance.ts:81

External system identifier.

Example

"wikidata", "lcsh", "fast", "ror"

uri

readonly uri: string

Defined in: src/types/models/governance.ts:93

Full URI to the external record.