Entity
A Named Entity represents a real-world object inside Arkindex. It’s linked to one or more Element
through a MetaData
or a Transcription
.
Rules¶
- An
Entity
must be of a type belonging to a set ofEntityType
which are defined at project level by project administrators.
- An
Entity
should be unique per project- but we cannot enforce this at the database level, as we could have two different persons with the same name in a project.
- An
Entity
may be linked to anElement
through aMetaData
- For example, this is used to share a common location for several books
- An
Entity
may be linked to anElement
through aTranscription
- A single
Transcription
may have severalEntity
(for example 2 persons and a location) - A
TranscriptionEntity
is used to specify precisely where in the transcription text is situated the entity
Web interface¶
Using Arkindex’s web interface, you can view each entity and their usage on elements.
Contributors on a project are allowed to validate or reject entities usage on a transcription using the (Partial)UpdateEntity
API endpoint.
By clicking on an entity in the transcription you can access its dedicated page, which contains its details and links to elements.
API Endpoints¶
These endpoints are the most useful to handle entities: