SemanticWeb-Schema

 view release on metacpan or  search on metacpan

lib/SemanticWeb/Schema/MoveAction.pm  view on Meta::CPAN

use utf8;

package SemanticWeb::Schema::MoveAction;

# ABSTRACT: The act of an agent relocating to a place

use Moo;

extends qw/ SemanticWeb::Schema::Action /;


use MooX::JSON_LD 'MoveAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS

lib/SemanticWeb/Schema/MoveAction.pm  view on Meta::CPAN

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

SemanticWeb::Schema::MoveAction - The act of an agent relocating to a place

=head1 VERSION

version v9.0.0

=head1 DESCRIPTION

=for html <p>The act of an agent relocating to a place.<br/><br/> Related
actions:<br/><br/> <ul> <li><a class="localLink"
href="http://schema.org/TransferAction">TransferAction</a>: Unlike
TransferAction, the subject of the move is a living Person or Organization
rather than an inanimate object.</li> </ul> <p>

=head1 ATTRIBUTES

=head2 C<from_location>

C<fromLocation>

t/data/classes/SemanticWeb/Schema/MoveAction.json  view on Meta::CPAN

{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of an agent relocating to a place.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the mov...
      "rdfs:label" : "MoveAction",
      "rdfs:subClassOf" : "schema:Action"
   },
   "properties" : {
      "schema:fromLocation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The original location of the object or the agent before the action.",
         "rdfs:label" : "fromLocation",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : [



( run in 1.301 second using v1.01-cache-2.11-cpan-71847e10f99 )