schemaSdPublisher constant

IriTerm const schemaSdPublisher

sdPublisher from schema vocabulary [Expects: https://schema.org/Organization, https://schema.org/Person]

Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The {sdPublisher} property helps make such practices more explicit.

Can be used on: https://schema.org/CreativeWork

Implementation

static const schemaSdPublisher = IriTerm.prevalidated(
  'https://schema.org/sdPublisher',
);