toJsonLd method
Serialize SchemaArchiveComponent to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'ArchiveComponent',
'holdingArchive':
convertToJsonLd(holdingArchive, [SchemaArchiveOrganization]),
'itemLocation': convertToJsonLd(
itemLocation, [SchemaPlace, SchemaPostalAddress, String]),
});