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 v7.0.3

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']

_has_issued_by

A predicate for the "issued_by" attribute.

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']

_has_issued_through

A predicate for the "issued_through" attribute.

permit_audience

permitAudience

The target audience for this permit.

A permit_audience should be one of the following types:

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

_has_permit_audience

A predicate for the "permit_audience" attribute.

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']

_has_valid_for

A predicate for the "valid_for" attribute.

valid_from

validFrom

The date when the item becomes valid.

A valid_from should be one of the following types:

Str

_has_valid_from

A predicate for the "valid_from" attribute.

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']

_has_valid_in

A predicate for the "valid_in" attribute.

valid_until

validUntil

The date when the item is no longer valid.

A valid_until should be one of the following types:

Str

_has_valid_until

A predicate for the "valid_until" attribute.

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)