schemahttpIsPartOf constant

IriTerm const schemahttpIsPartOf

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

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

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

Implementation

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