Difference between revisions of "LRMI/Properties"

From Creative Commons
Jump to: navigation, search
(General Terms: add the Schema.org "name" property to title)
(update all expected types with the Schema.org representation)
Line 13: Line 13:
 
|'''Property'''||'''Expected Type'''||'''Description'''||'''LOM approximate'''||'''DC approx.'''||'''Schema.org approx.'''
 
|'''Property'''||'''Expected Type'''||'''Description'''||'''LOM approximate'''||'''DC approx.'''||'''Schema.org approx.'''
 
|-
 
|-
|'''intendedEndUserRole'''||Text||The individual or group for which the work in question was produced.
+
|'''intendedEndUserRole'''||schema.org/Text||The individual or group for which the work in question was produced.
 
* Ex: "student"
 
* Ex: "student"
 
* Ex: "teacher"
 
* Ex: "teacher"
 
||intendedEndUserRole||audience||
 
||intendedEndUserRole||audience||
 
|-
 
|-
|'''teachesCompetencies'''||URI/URL||The URL where a description of a specific competency and/or skill that the work teaches.
+
|'''teachesCompetencies'''||schema.org/URL||The URL where a description of a specific competency and/or skill that the work teaches.
 
* Ex: <Common Core Competency URL>
 
* Ex: <Common Core Competency URL>
 
* Ex: <Universal Decimal Classification URL>
 
* Ex: <Universal Decimal Classification URL>
Line 24: Line 24:
 
|| ||conformsTo||
 
|| ||conformsTo||
 
|-
 
|-
|'''requiresCompetencies'''||URI/URL||The URL where a description of a specific competency and/or skill that the work requires the user to already have.|| || ||
+
|'''requiresCompetencies'''||schema.org/URL||The URL where a description of a specific competency and/or skill that the work requires the user to already have.|| || ||
 
|-
 
|-
|'''assessesCompetencies'''||URI/URL||The URL where a description of a specific competency and/or skill that the work assesses.|| || ||
+
|'''assessesCompetencies'''||schema.org/URL||The URL where a description of a specific competency and/or skill that the work assesses.|| || ||
 
|-
 
|-
|'''educationalUse'''||Text||The purpose of the work in the context of education.
+
|'''educationalUse'''||schema.org/Text||The purpose of the work in the context of education.
 
* Ex: "syllabus"
 
* Ex: "syllabus"
 
* Ex: “teaching plan”
 
* Ex: “teaching plan”
 
|| ||instructionalMethod||
 
|| ||instructionalMethod||
 
|-
 
|-
|'''timeRequired'''||ISO 8601 Formatted String||"Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience. (from LOM)"||typicalLearningTime (5.9)|| ||
+
|'''timeRequired'''||schema.org/Duration||"Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience. (from LOM)"||typicalLearningTime (5.9)|| ||
 
|-
 
|-
|'''typicalAgeRange'''||Text||The typical range of ages the content's intendedEndUser.
+
|'''typicalAgeRange'''||schema.org/Text||The typical range of ages the content's intendedEndUser.
 
* Ex: 7-9
 
* Ex: 7-9
 
* Ex: 18-
 
* Ex: 18-
 
||typicalAgeRange||educationLevel||
 
||typicalAgeRange||educationLevel||
 
|-
 
|-
|'''interactivityType'''||Text||The predominate mode of learning supported by the learning resource||Interactivity Type|| ||
+
|'''interactivityType'''||schema.org/Text||The predominate mode of learning supported by the learning resource||Interactivity Type|| ||
 
|-
 
|-
|'''learningResourceType'''||Text||The predominate type or kind characterizing the learning resource.||Learning Resource Type|| ||
+
|'''learningResourceType'''||schema.org/Text||The predominate type or kind characterizing the learning resource.||Learning Resource Type|| ||
 
|}
 
|}
  
Line 51: Line 51:
 
|'''Property'''||'''Expected Type'''||'''Description'''||'''LOM approximate'''||'''DC approx.'''||'''Schema.org approx.'''
 
|'''Property'''||'''Expected Type'''||'''Description'''||'''LOM approximate'''||'''DC approx.'''||'''Schema.org approx.'''
 
|-
 
|-
|'''title'''||Text||The title of the resource.||Title||title||Thing:name
+
|'''title'''||schema.org/Text||The title of the resource.||Title||title||Thing:name
 
|-
 
|-
|'''topic'''||URL/Text||The subject of the content.|| ||subject||CreativeWork:About
+
|'''topic'''||schema.org/Text||The subject of the content.|| ||subject||CreativeWork:About
 
|-
 
|-
|'''license'''||URL||The copyright status or the copyright license or waiver that the resource is made available under.||rights:Copyright and Other Restrictions (6.2)||license||
+
|'''license'''||schema.org/URL||The copyright status or the copyright license or waiver that the resource is made available under.||rights:Copyright and Other Restrictions (6.2)||license||
 
|-
 
|-
|'''created'''||ISO 8601 Date||The date on which the resource was created.||Created||created||CreativeWork:dateCreated
+
|'''created'''||schema.org/Date||The date on which the resource was created.||Created||created||CreativeWork:dateCreated
 
|-
 
|-
|'''creator'''||Person||The individual credited with the creation of the resource.||Contribute||creator||CreativeWork:author
+
|'''creator'''||schema.org/Person||The individual credited with the creation of the resource.||Contribute||creator||CreativeWork:author
 
|-
 
|-
|'''publisher'''||Organization||The organization credited with publishing the resource.|| ||publisher||CreativeWork:publisher
+
|'''publisher'''||schema.org/Organization||The organization credited with publishing the resource.|| ||publisher||CreativeWork:publisher
 
|-
 
|-
|'''language'''||ISO 639-1 Code||The primary language of the resource.||Language||language||CreativeWork:inLanguage
+
|'''language'''||schema.org/Language||The primary language of the resource.||Language||language||CreativeWork:inLanguage
 
|-
 
|-
|'''isBasedOn'''||URL/Text||A resource that was used in the creation of this resource. For multiple sources||isBasedOn||source||
+
|'''isBasedOn'''||schema.org/URL||A resource that was used in the creation of this resource. For multiple sources||isBasedOn||source||
 
|-
 
|-
 
|'''mediaType'''|| || || ||type||CreativeWork:genre
 
|'''mediaType'''|| || || ||type||CreativeWork:genre

Revision as of 00:15, 21 October 2011

LRMI Draft Properties

This page includes a table of properties being developed and discussed by the LRMI TWG. This list, and any information on this page, is in DRAFT form.

There are two tables below: "Education Specific Terms" and "General Terms." The inclusion of the General Terms is to indicate those terms that are important to learning resources but are generally applicable to most (or all) content types.

Feedback

If you have feedback on these terms, please join the LRMI mailing list. There is current discussion happening already concerning some of the terms. See the outline in this mailing list message.

Education Specific Terms

Property Expected Type Description LOM approximate DC approx. Schema.org approx.
intendedEndUserRole schema.org/Text The individual or group for which the work in question was produced.
  • Ex: "student"
  • Ex: "teacher"
intendedEndUserRole audience
teachesCompetencies schema.org/URL The URL where a description of a specific competency and/or skill that the work teaches. conformsTo
requiresCompetencies schema.org/URL The URL where a description of a specific competency and/or skill that the work requires the user to already have.
assessesCompetencies schema.org/URL The URL where a description of a specific competency and/or skill that the work assesses.
educationalUse schema.org/Text The purpose of the work in the context of education.
  • Ex: "syllabus"
  • Ex: “teaching plan”
instructionalMethod
timeRequired schema.org/Duration "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience. (from LOM)" typicalLearningTime (5.9)
typicalAgeRange schema.org/Text The typical range of ages the content's intendedEndUser.
  • Ex: 7-9
  • Ex: 18-
typicalAgeRange educationLevel
interactivityType schema.org/Text The predominate mode of learning supported by the learning resource Interactivity Type
learningResourceType schema.org/Text The predominate type or kind characterizing the learning resource. Learning Resource Type

General Terms

Property Expected Type Description LOM approximate DC approx. Schema.org approx.
title schema.org/Text The title of the resource. Title title Thing:name
topic schema.org/Text The subject of the content. subject CreativeWork:About
license schema.org/URL The copyright status or the copyright license or waiver that the resource is made available under. rights:Copyright and Other Restrictions (6.2) license
created schema.org/Date The date on which the resource was created. Created created CreativeWork:dateCreated
creator schema.org/Person The individual credited with the creation of the resource. Contribute creator CreativeWork:author
publisher schema.org/Organization The organization credited with publishing the resource. publisher CreativeWork:publisher
language schema.org/Language The primary language of the resource. Language language CreativeWork:inLanguage
isBasedOn schema.org/URL A resource that was used in the creation of this resource. For multiple sources isBasedOn source
mediaType type CreativeWork:genre
Accessibility-related terms Place Holder
  These terms will be created in partnership with CAST