schemaHttpAgentInteractionStatistic constant

IriTerm const schemaHttpAgentInteractionStatistic

agentInteractionStatistic from schema-http vocabulary [Expects: http://schema.org/InteractionCounter]

The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService).

Can be used on: http://schema.org/Organization, http://schema.org/Person

Implementation

static const schemaHttpAgentInteractionStatistic = IriTerm(
  'http://schema.org/agentInteractionStatistic',
);