Skip to main content

Series

Whenever a single publication is part of a series, this type allows us to define the enclosing series and this publication's relation to it.

interface Series {
issn: String!
name: String
}

Fields

Series.issn ● String! non-null scalar

The identifier of the series. Should accurately allow to differentiate multiple series.

Series.name ● String scalar

The name of the series, in its primary language.

Member of

PublicationMetadata object

Implemented by

BookSeries object ● Periodical object