The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::InteractionCounter - A summary of how users have interacted with this CreativeWork

VERSION

version v11.1.1

DESCRIPTION

A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.

ATTRIBUTES

interaction_service

interactionService

The WebSite or SoftwareApplication where the interactions took place.

A interaction_service should be one of the following types:

InstanceOf['SemanticWeb::Schema::SoftwareApplication']
InstanceOf['SemanticWeb::Schema::WebSite']

_has_interaction_service

A predicate for the "interaction_service" attribute.

interaction_type

interactionType

The Action representing the type of interaction. For up votes, +1s, etc. use SemanticWeb::Schema::LikeAction. For down votes use SemanticWeb::Schema::DislikeAction. Otherwise, use the most specific Action.

A interaction_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::Action']

_has_interaction_type

A predicate for the "interaction_type" attribute.

user_interaction_count

userInteractionCount

The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.

A user_interaction_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

_has_user_interaction_count

A predicate for the "user_interaction_count" attribute.

SEE ALSO

SemanticWeb::Schema::StructuredValue

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2021 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)