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

NAME

SemanticWeb::Schema::EducationalOccupationalCredential - An educational or occupational credential

VERSION

version v11.01.0

DESCRIPTION

An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer.

ATTRIBUTES

competency_required

competencyRequired

Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.

A competency_required should be one of the following types:

InstanceOf['SemanticWeb::Schema::DefinedTerm']
Str

_has_competency_required

A predicate for the "competency_required" attribute.

credential_category

credentialCategory

The category or type of credential being described, for example "degree”, “certificate”, “badge”, or more specific term.

A credential_category should be one of the following types:

InstanceOf['SemanticWeb::Schema::DefinedTerm']
Str

_has_credential_category

A predicate for the "credential_category" attribute.

educational_level

educationalLevel

The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.

A educational_level should be one of the following types:

InstanceOf['SemanticWeb::Schema::DefinedTerm']
Str

_has_educational_level

A predicate for the "educational_level" attribute.

recognized_by

recognizedBy

An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.

A recognized_by should be one of the following types:

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

_has_recognized_by

A predicate for the "recognized_by" 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_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.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)