-
-
04 Apr 2022 11:35:58 UTC
- Distribution: SemanticWeb-Schema
- Module version: v14.0.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (638.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.NAME
SemanticWeb::Schema::LearningResource - The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning
VERSION
version v14.0.0
DESCRIPTION
The LearningResource type can be used to indicate SemanticWeb::Schema::CreativeWorks (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.
SemanticWeb::Schema::LearningResource is expected to be used as an addition to a primary type such as SemanticWeb::Schema::Book, SemanticWeb::Schema::VideoObject, SemanticWeb::Schema::Product etc.
SemanticWeb::Schema::EducationEvent serves a similar purpose for event-like things (e.g. a SemanticWeb::Schema::Trip). A SemanticWeb::Schema::LearningResource may be created as a result of an SemanticWeb::Schema::EducationEvent, for example by recording one.
ATTRIBUTES
assesses
The item being described is intended to assess the competency or learning outcome defined by the referenced term.
A assesses should be one of the following types:
_has_assesses
A predicate for the "assesses" attribute.
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:
_has_competency_required
A predicate for the "competency_required" attribute.
educational_alignment
educationalAlignment
An alignment to an established educational framework.
This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.
A educational_alignment should be one of the following types:
_has_educational_alignment
A predicate for the "educational_alignment" 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:
_has_educational_level
A predicate for the "educational_level" attribute.
educational_use
educationalUse
The purpose of a work in the context of education; for example, 'assignment', 'group work'.
A educational_use should be one of the following types:
_has_educational_use
A predicate for the "educational_use" attribute.
learning_resource_type
learningResourceType
The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.
A learning_resource_type should be one of the following types:
_has_learning_resource_type
A predicate for the "learning_resource_type" attribute.
teaches
The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.
A teaches should be one of the following types:
_has_teaches
A predicate for the "teaches" 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-2022 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install SemanticWeb::Schema, copy and paste the appropriate command in to your terminal.
cpanm SemanticWeb::Schema
perl -MCPAN -e shell install SemanticWeb::Schema
For more information on module installation, please visit the detailed CPAN module installation guide.