The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::EntryPoint - An entry point

VERSION

version v0.0.1

DESCRIPTION

An entry point, within some Web-based protocol.

ATTRIBUTES

action_application

actionApplication

An application that can complete the request.

A action_application should be one of the following types:

InstanceOf['SemanticWeb::Schema::SoftwareApplication']

action_platform

actionPlatform

The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.

A action_platform should be one of the following types:

Str

application

An application that can complete the request.

A application should be one of the following types:

InstanceOf['SemanticWeb::Schema::SoftwareApplication']

content_type

contentType

The supported content type(s) for an EntryPoint response.

A content_type should be one of the following types:

Str

encoding_type

encodingType

The supported encoding type(s) for an EntryPoint request.

A encoding_type should be one of the following types:

Str

http_method

httpMethod

An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.

A http_method should be one of the following types:

Str

url_template

urlTemplate

An url template (RFC6570) that will be used to construct the target of the execution of the action.

A url_template should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::Intangible

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

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)