ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).

* * Specific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.

* * It is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.") */ class CreativeWorkSeries extends Series implements \JsonSerializable { /** @var \PSX\DateTime\Date|\DateTime|null */ protected $endDate; /** @var string|null */ protected $issn; /** @var \DateTime|\PSX\DateTime\Date|null */ protected $startDate; /** * @param \PSX\DateTime\Date|\DateTime|null $endDate */ public function setEndDate($endDate): void { $this->endDate = $endDate; } /** * @return \PSX\DateTime\Date|\DateTime|null */ public function getEndDate() { return $this->endDate; } /** * @param string|null $issn */ public function setIssn(?string $issn): void { $this->issn = $issn; } /** * @return string|null */ public function getIssn(): ?string { return $this->issn; } /** * @param \DateTime|\PSX\DateTime\Date|null $startDate */ public function setStartDate($startDate): void { $this->startDate = $startDate; } /** * @return \DateTime|\PSX\DateTime\Date|null */ public function getStartDate() { return $this->startDate; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('endDate' => $this->endDate, 'issn' => $this->issn, 'startDate' => $this->startDate), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----KvoUtinhJFdQPAqKDZCJJ6udB2qqwUxisaz3fYHFx+Jtax+sGkEqcL4lfu7ZeACVKsJJ+qp+sRjDp04QrRUU59A9DiVR9UxJFcE8KMbaiBfl4bWJGWLNz2fugx902M8EONwhJ8WDcJLrsbhSIs5/zzv9rPViZXM4TxfXCTzFEO7pU+nOmsHs7HnPvAWjEoEPGjyPO+ABfWhtHVEEgk02ns9NaV/m094Ehf8nD9Z1JnCVTFCDx8ONZaML82FPdGiAnNcprAnXBjxDqOmdhF2p8uWCdHEMLHf5y9tw/0GiY3cYhuGW6HNxSsqO1nDjyWVfTksM1STkR54jvTH68YIvZxl9CNRomOqTK65+FviXDuXNTYhJifIoEEH3pVE91h4ALLHMgIlhVQbGIPD4uNFUG8lPJ4glSytmcTyhdMvPNqG/Qd+EUuE7fm0ivu4cuVhVWUGn7ZSShbDIHyNIIYZWMOealYC3UJ6LR9zqg8Ie4CdRaGr2D8Vj/C0YiQwdNUMYt9gWnmpJYdN/L9K8WB/Rit6A5Xc0fARprWq6rqq91wroBP1G9R5aJGbZH5+zvpIClR3n3A23qIx3Zej92RG7CZsq5uhjohifLDBaGUxj9A1gkl2s5iGHFzRMz0Zz/zsXgJNBPKfI/Vq/mWKMoBm827ll7REl0G5qjCL8jqFXbhs=----ATTACHMENT:----ODg1Njk5NDg3NjM1NDQ5MCA1MjQ5MDI2NzYwNzAyMjA2IDQ5OTI1NDYxMDMzMjQ3NjQ=