NAME

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

VERSION

version v0.0.4

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 time validity of the permit.

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 the permit 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

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)