Publication Metadata Item
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
constructor(content: LocalizableString, contentScheme: RdfaProperty?, property: RdfaProperty, refinedBy: List<PublicationMetadataItem>)
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.