betty.entities.note module¶
Provide the Note entity type and utilities.
- final class betty.entities.note.Note¶
Bases:
HasLinks,HasMediaTypeThe
noteentityplugin.Plugin ID
noteClass
Configuration
not configurable
- __init__(text: ResolvableLocalizable, *, entity: Associate[Self, HasNotes] | None = None, id: ResolvableMachineName | None = None, privacy: Privacy = Privacy.UNDETERMINED)¶
- entity¶
The entity the note belongs to.
- property label: Localizable¶
The entity’s human-readable label.
- async classmethod linked_data_schema(project: Project, /) JsonLdObject¶
Define the JSON Schema for
betty.linked_data.LinkedDataDumpable.dump_linked_data().
- text¶
The note text.