Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use utf8;
# ABSTRACT: The act of expressing a consistency of opinion with the object
use Moo;
use MooX::JSON_LD 'AgreeAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
our $VERSION = 'v0.0.2';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Schema::AgreeAction - The act of expressing a consistency of opinion with the object
=head1 VERSION
version v0.0.2
=head1 DESCRIPTION
The act of expressing a consistency of opinion with the object. An agent
agrees to/about an object (a proposition, topic or theme) with
participants.
=head1 SEE ALSO
L<SemanticWeb::Schema::ReactAction>
=head1 AUTHOR
Robert Rothenberg <rrwo@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
=cut