interactionService constant

IriTerm const interactionService

IRI for schema:interactionService [Expects: https://schema.org/SoftwareApplication, https://schema.org/WebSite]

The WebSite or SoftwareApplication where the interactions took place.

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

Implementation

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