Contributor

constructor(localizedName: LocalizedString, localizedSortAs: LocalizedString? = null, identifier: String? = null, roles: Set<String> = emptySet(), position: Double? = null, links: List<Link> = emptyList())

Parameters

localizedName

The name of the contributor.

localizedSortAs

The string used to sort the name of the contributor.

identifier

An unambiguous reference to this contributor.

roles

The roles of the contributor in the publication making.

position

The position of the publication in this collection/series, when the contributor represents a collection.

links

Used to retrieve similar publications for the given contributor.


constructor(name: String)

Shortcut to create a Contributor using a string as name.