The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::Permit - A permit issued by an organization, e

VERSION

version v3.8.0

DESCRIPTION

A permit issued by an organization, e.g. a parking pass.

ATTRIBUTES

issued_by

issuedBy

The organization issuing the ticket or permit.

A issued_by should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']

issued_through

issuedThrough

The service through with the permit was granted.

A issued_through should be one of the following types:

InstanceOf['SemanticWeb::Schema::Service']

permit_audience

permitAudience

The target audience for this permit.

A permit_audience should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']

valid_for

validFor

The duration of validity of a permit or similar thing.

A valid_for should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

valid_from

validFrom

The date when the item becomes valid.

A valid_from should be one of the following types:

Str

valid_in

validIn

The geographic area where a permit or similar thing is valid.

A valid_in should be one of the following types:

InstanceOf['SemanticWeb::Schema::AdministrativeArea']

valid_until

validUntil

The date when the item is no longer valid.

A valid_until should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::Intangible

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-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)