PublicationMetadataItem

data class PublicationMetadataItem(val content: LocalizableString, val contentScheme: RdfaProperty?, val property: RdfaProperty, val refinedBy: List<PublicationMetadataItem>)

Represents a metadata item entry in a publication such as a title or author.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

Contains the value of the metadata item as a localized string.

Link copied to clipboard

Identifies the system or scheme that content.value is drawn from.

Link copied to clipboard

Defines the statement being made in this metadata item.

Link copied to clipboard

Refinements applied to this metadata item.