WebSchemas/LearningResources

From W3C Wiki

Jump to: navigation, search
This is a WebSchemas proposal Learning Resources (LRMI) schema for schema.org. See Proposals listing for more. Status: Publishedl




Contents

Overview

The Learning Resources Metadata Initiative has drafted a set of terms to improve schema.org's use with educational materials. This Learning Resources schema is the product of that LRMI initiative. See the LRMI site for detailed design discussions, related work and supporting materials.

Vocabulary

This schema add two new types:

1) AlignmentObject, inherited from Intangible.

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

Properties from AlignmentObject
alignmentTypeTextA category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.
educationalFrameworkTextThe framework to which the resource being described is aligned.
targetDescriptionTextThe description of a node in an established educational framework.
targetNameTextThe name of a node in an established educational framework.
targetUrlURLThe URL of a node in an established educational framework.

2. EducationalAudience, inherited from Audience

Properties from EducationalAudience
educationalRoleTextThe role that describes the target audience of the content.


The schema mainly adds new properties (typically but not necc. on CreativeWork):

PropertyExpected TypeDescription
educationalAlignment schema.org/AlignmentObjectAn alignment to an established educational framework.
educationalUseschema.org/TextThe purpose of the work in the context of education.
  • Ex: "assignment"
  • Ex: “group work”
interactivityTypeschema.org/TextThe predominant mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.
  • Ex: "active"
  • Ex: "mixed"
isBasedOnUrlschema.org/URLA resource that was used in the creation of this resource. This term can be repeated for multiple sources.
learningResourceTypeschema.org/TextThe predominant type or kind characterizing the learning resource.
  • Ex: "presentation"
  • Ex: "handout"
timeRequiredschema.org/Duration

(ISO 8601)

Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
  • Ex: "P30M"
  • Ex: "P1H25M"
typicalAgeRangeschema.org/TextThe typical range of ages the content's intended end user.
  • Ex: "7-9"
  • Ex: "18-"

Example Markup

This example is based on a resource available at Connexions. Highlighted lines are those corresponding to LRMI-only terms.

  1. <div itemscope itemtype="http://schema.org/Book">
  2. Inside Collection (<span itemprop="learningResourceType">Textbook</span>): 
  3. <span itemprop="name">Collaborative Statistics</span>
  4. <link itemprop="url" href="http://cnx.org/content/m16838/latest/?collection=col10522/latest" />
  5. Textbook by: 
  6. <a itemprop="author" href="http://cnx.org/member_profile/billowsky">Barbara Illowsky, Ph.D.</a>, 
  7. <a itemprop="author" href="http://cnx.org/member_profile/sdean">Susan Dean</a>.
  8.  
  9. Based on parts of <a href="http://example.com/Probability-and-Statistics-book.html" 
  10. itemprop="isBasedOnUrl">Probability And Statistics</a> and 
  11. <a href="http://example.com/Statistics-book.html" itemprop="isBasedOnUrl">Statistics 101</a>  
  12.  
  13. Summary: <span itemprop="description">This module introduces the concept of Probability, 
  14. the chance of an event occurring.</span>
  15.  
  16. <h3 itemprop="audience" itemscope itemtype="http://schema.org/EducationalAudience">
  17. <span itemprop="educationalRole">Student</span> Learning Objectives</h3>
  18. By the end of this chapter, the student should be able to:
  19. <ul>
  20.  <li>Understand and use the terminology of probability.</li>
  21.  <li itemprop="educationalAlignment" itemscope itemtype="http://schema.org/AlignmentObject">
  22.   <meta itemprop="alignmentType" content="teaches"/>
  23.   <span itemprop="targetName"><a itemprop="targetUrl" href="http://asn.jesandco.org/resources/S11435AF">
  24.     Determine whether two events are mutually exclusive and whether two events are independent.</a></span>
  25.  </li>
  26.  
  27.  <li itemprop="educationalAlignment" itemscope itemtype="http://schema.org/AlignmentObject">
  28.   <meta itemprop="alignmentType" content="teaches"/>
  29.   <span itemprop="targetName"><a itemprop="targetUrl" href="http://example.com/competency502041">
  30.     Calculate probabilities using the Addition Rules and Multiplication Rules.</span>
  31.  </li>
  32. </ul>
  33. </div>

Discussion and related work

Personal tools