sdPublisher constant

IriTerm const sdPublisher

sdPublisher [Expects: http://schema.org/Organization, http://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: http://schema.org/CreativeWork

Implementation

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