Link ==== A :py:class:`betty.model.ancestry.Link` adds external links to entities. Fields ------ Notes inherit from: - :doc:`privacy` ``description`` (optional ``str``) The link's human-readable description. ``locale`` (optional ``str``) The locale of the referenced resource as an `IETF BCP 47 `_ language tag. ``label`` (optional ``str``) The human-readable label of this link, 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.