-
-
04 Apr 2022 11:35:58 UTC
- Distribution: SemanticWeb-Schema
- Module version: v14.0.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (638.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.NAME
SemanticWeb::Schema::InteractionCounter - A summary of how users have interacted with this CreativeWork
VERSION
version v14.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:
_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:
_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:
_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-2022 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install SemanticWeb::Schema, copy and paste the appropriate command in to your terminal.
cpanm SemanticWeb::Schema
perl -MCPAN -e shell install SemanticWeb::Schema
For more information on module installation, please visit the detailed CPAN module installation guide.