Link ==== A :py:class:`betty.ancestry.link.Link` adds external links to entities. Fields ------ Notes inherit from: - :doc:`/usage/ancestry/privacy` ``description`` (optional :doc:`/usage/ancestry/static-translations`) The event's human-readable description. ``locale`` (optional ``str``) The locale of the referenced resource as an `IETF BCP 47 `_ language tag. ``label`` (optional :doc:`/usage/ancestry/static-translations`) The link's human-readable label, e.g. the link text. ``media_type`` (:doc:`MediaType `) The media type of the referenced resource. ``relationship`` (optional ``str``) The `relationship `_ between this resource this link is set on and the link target. ``url`` (``url``) The URL to the referenced resource.