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

NAME

SemanticWeb::Schema::AlignmentObject - An intangible item that describes an alignment between a learning resource and a node in an educational framework.

VERSION

version v0.0.1

DESCRIPTION

An intangible item that describes an alignment between a learning resource and a node in an educational framework.

ATTRIBUTES

alignment_type

alignmentType

A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.

A alignment_type should be one of the following types:

Str

educational_framework

educationalFramework

The framework to which the resource being described is aligned.

A educational_framework should be one of the following types:

Str

target_description

targetDescription

The description of a node in an established educational framework.

A target_description should be one of the following types:

Str

target_name

targetName

The name of a node in an established educational framework.

A target_name should be one of the following types:

Str

target_url

targetUrl

The URL of a node in an established educational framework.

A target_url 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)