schemaIsPartOf constant

IriTerm const schemaIsPartOf

isPartOf from schema vocabulary [Expects: https://schema.org/CreativeWork, https://schema.org/URL]

Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.

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

Implementation

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