Skip to main content

Entity

@fovea/annotation-tool


@fovea/annotation-tool / models/types / Entity

Interface: Entity

Defined in: src/models/types.ts:407

Extended by

Properties

createdAt

createdAt: string

Defined in: src/models/types.ts:421


description

description: GlossItem[]

Defined in: src/models/types.ts:410


id

id: string

Defined in: src/models/types.ts:408


importedAt?

optional importedAt: string

Defined in: src/models/types.ts:414


importedFrom?

optional importedFrom: "wikidata" | "persona"

Defined in: src/models/types.ts:413


metadata

metadata: object

Defined in: src/models/types.ts:416

alternateNames?

optional alternateNames: string[]

externalIds?

optional externalIds: Record<string, string>

properties?

optional properties: Record<string, any>


name

name: string

Defined in: src/models/types.ts:409


typeAssignments

typeAssignments: EntityTypeAssignment[]

Defined in: src/models/types.ts:415


updatedAt

updatedAt: string

Defined in: src/models/types.ts:422


wikidataId?

optional wikidataId: string

Defined in: src/models/types.ts:411


wikidataUrl?

optional wikidataUrl: string

Defined in: src/models/types.ts:412