betty.entities.place_name module

Place names.

final class betty.entities.place_name.PlaceName

Bases: HasAnyDate, Entity

The place-name entity plugin.

Plugin ID

place-name

Class

PlaceName

Configuration

not configurable

__init__(name: ResolvableLocalizable, *, date: AnyDate | None = None)
async dump_linked_data(project: Project, /) PortableMapping

Dump this instance to JSON-LD.

async classmethod linked_data_schema(project: Project, /) JsonLdObject

Define the JSON Schema for betty.linked_data.LinkedDataDumpable.dump_linked_data().

name

An attribute with an additional setter.