schemahttpKeywords constant

IriTerm const schemahttpKeywords

keywords from schemahttp vocabulary [Expects: http://schema.org/DefinedTerm, http://schema.org/Text, http://schema.org/URL]

Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.

Can be used on: http://schema.org/CreativeWork, http://schema.org/Event, http://schema.org/Organization, http://schema.org/Place, http://schema.org/Product

Implementation

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