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 v23.0.0

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

end_time

endTime

The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.

A end_time should be one of the following types:

Str

_has_end_time

A predicate for the "end_time" attribute.

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.

location

The location of, for example, where an event is happening, where an organization is located, or where an action takes place.

A location should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']
InstanceOf['SemanticWeb::Schema::PostalAddress']
InstanceOf['SemanticWeb::Schema::VirtualLocation']
Str

_has_location

A predicate for the "location" attribute.

start_time

startTime

The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.

A start_time should be one of the following types:

Str

_has_start_time

A predicate for the "start_time" 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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)