delivery of an item.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Event /;
use MooX::JSON_LD 'DeliveryEvent';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
redicate => '_has_access_code',
json_ld => 'accessCode',
);
has available_from => (
is => 'rw',
predicate => '_has_available_from',
json_ld => 'availableFrom',
);
has
has_available_through',
json_ld => 'availableThrough',
);
has has_delivery_method => (
is => 'rw',
predicate => '_has_has_delivery_method',
json_ld => 'hasDeliveryMethod'
An airport.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CivicStructure /;
use MooX::JSON_LD 'Airport';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namesp
',
predicate => '_has_iata_code',
json_ld => 'iataCode',
);
has icao_code => (
is => 'rw',
predicate => '_has_icao_code',
json_ld => 'icaoCode',
);
1;
__END__
Establishment.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWork /;
use MooX::JSON_LD 'Menu';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespace
cate => '_has_has_menu_item',
json_ld => 'hasMenuItem',
);
has has_menu_section => (
is => 'rw',
predicate => '_has_has_menu_section',
json_ld => 'hasMenuSection',
);
tion/resources/food.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Action /;
use MooX::JSON_LD 'ConsumeAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
_requirement',
json_ld => 'actionAccessibilityRequirement',
);
has expects_acceptance_of => (
is => 'rw',
predicate => '_has_expects_acceptance_of',
json_ld => 'expectsAc
e firm.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::InvestmentOrDeposit /;
use MooX::JSON_LD 'BrokerageAccount';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
u
urring [[Event]]
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'Schedule';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use names
=> 'rw',
predicate => '_has_by_day',
json_ld => 'byDay',
);
has by_month => (
is => 'rw',
predicate => '_has_by_month',
json_ld => 'byMonth',
);
has by_month_day =
redicate => '_has_by_month_day',
json_ld => 'byMonthDay',
);
has by_month_week => (
is => 'rw',
predicate => '_has_by_month_week',
json_ld => 'byMonthWeek',
);
has dur
sion station.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::LocalBusiness /;
use MooX::JSON_LD 'TelevisionStation';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
of formality.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::PropertyValue /;
use MooX::JSON_LD 'LocationFeatureSpecification';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref:
dicate => '_has_hours_available',
json_ld => 'hoursAvailable',
);
has valid_from => (
is => 'rw',
predicate => '_has_valid_from',
json_ld => 'validFrom',
);
has valid_
through => (
is => 'rw',
predicate => '_has_valid_through',
json_ld => 'validThrough',
);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Schema::LocationFeatur
ted business.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::LocalBusiness /;
use MooX::JSON_LD 'FoodEstablishment';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
e => '_has_accepts_reservations',
json_ld => 'acceptsReservations',
);
has has_menu => (
is => 'rw',
predicate => '_has_has_menu',
json_ld => 'hasMenu',
);
has menu =>
rw',
predicate => '_has_menu',
json_ld => 'menu',
);
has serves_cuisine => (
is => 'rw',
predicate => '_has_serves_cuisine',
json_ld => 'servesCuisine',
);
has sta
esentation.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::DigitalDocument /;
use MooX::JSON_LD 'PresentationDigitalDocument';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::
elivery.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWorkSeries /;
use MooX::JSON_LD 'RadioSeries';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use na
=> 'rw',
predicate => '_has_actor',
json_ld => 'actor',
);
has actors => (
is => 'rw',
predicate => '_has_actors',
json_ld => 'actors',
);
has contains_season =
redicate => '_has_contains_season',
json_ld => 'containsSeason',
);
has director => (
is => 'rw',
predicate => '_has_director',
json_ld => 'director',
);
has directors
a legislation.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Enumeration /;
use MooX::JSON_LD 'LegalValueLevel';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
us
nded purpose.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::ConsumeAction /;
use MooX::JSON_LD 'UseAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use name
body functions.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MedicalSign /;
use MooX::JSON_LD 'VitalSign';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use name
bus station.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CivicStructure /;
use MooX::JSON_LD 'BusStation';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use nam
a Labor Union
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Organization /;
use MooX::JSON_LD 'WorkersUnion';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
an event
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CommunicateAction /;
use MooX::JSON_LD 'InviteAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
$VERSION = 'v23.0.0';
has event => (
is => 'rw',
predicate => '_has_event',
json_ld => 'event',
);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Schema::In
b page element
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWork /;
use MooX::JSON_LD 'WebPageElement';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
',
predicate => '_has_css_selector',
json_ld => 'cssSelector',
);
has xpath => (
is => 'rw',
predicate => '_has_xpath',
json_ld => 'xpath',
);
1;
__END__
=pod
ing from a place
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MoveAction /;
use MooX::JSON_LD 'DepartAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
lex.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::SportsActivityLocation /;
use MooX::JSON_LD 'TennisComplex';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use