Skip to main content

Interface: NodeRefBodyItem

Defined in: src/types/models/annotation.ts:322

Reference to a knowledge graph node (unified model).

Remarks​

Used for referencing any type of node in the unified knowledge graph, including fields, facets, contribution types, institutions, persons, etc. The subkind determines the styling.

Properties​

label​

readonly label: string

Defined in: src/types/models/annotation.ts:327

Human-readable label


subkind?​

readonly optional subkind: string

Defined in: src/types/models/annotation.ts:329

Subkind slug for styling (e.g., 'field', 'institution', 'person')


type​

readonly type: "nodeRef"

Defined in: src/types/models/annotation.ts:323


uri​

readonly uri: AtUri

Defined in: src/types/models/annotation.ts:325

AT-URI of the referenced node