LRMI Terms as RDF (2015-01-12) – Expired Technical Board Draft

Title:
LRMI Terms as RDF
Creator:
LRMI Task Group (DC-Education Community)
Editors
Phil Barker
Stuart Sutton
Identifier:
http://dublincore.org/dcx/lrmi-terms/drafts/2015-01-12/
Date Draft Issued:
2015-01-12
Release history:
https://www.dublincore.org/specifications/lrmi/release-history/
Current Stable Version:
http://purl.org/dcx/lrmi-terms/
Document Status:
Community Specification—Expired Technical Board Draft
Description:
The LRMI specification is a collection of classes and properties for markup and description of educational resources. The specification builds on the extensive vocabulary provided by Schema.org and other standards.
Schema Draft Serializations:
Turtle: http://dublincore.org/dcx/lrmi-terms/drafts/2015-01-12/lrmi-terms-DRAFT.ttl
Previous Version Comments & Dispositions
1.1RDFcomments

Licensed under a Creative Commons Attribution 4.0 International License.


Table of Contents

  • Index of Terms
    1. Introduction & Definitions
    1. Namespace
    1. Classes
    1. Properties
    1. Version Changes
    1. Turtle Serialization
    1. Schema History

Index of Terms in the /lrmi-terms/ Namespace

  • Classes

    • AlignmentObject
    • EducationalAudience
  • Properties

    • alignmentType
    • educationalAlignment
    • educationalFramework
    • educationalRole
    • educationalUse
    • interactivityType
    • isBasedOnUrl
    • learningResourceType
    • targetDescription
    • targetName
    • targetUrl
    • timeRequired
    • typicalAgeRange
    • useRightsUrl

1. Introduction & Definitions

This [draft] document is an up-to-date draft specification in RDF of the LRMI 1.1 metadata terms maintained by the Dublin Core™ Metadata Initiative.

In the following term tables, each term is specified with the following minimal set of attributes:

Name: A token appended to the URI of the LRMI namespace to create the URI of the term.
Label: The human-readable label assigned to the term.
URI: The Uniform Resource Identifier used to uniquely identify a term.
Definition: A statement that represents the concept and essential nature of the term.
Type of Term: The type of term—class or property.
Date Issued/Modified: The date the term was created or modified.

Where applicable, the following attributes provide additional information about a term:

Description: Additional information about the term or its application.
Subproperty Of: A property of which the described term is a subproperty.
Equivalent Property: A property to which the described term is equivalent (owl:equivalentProperty).
Subclass Of: A class of which the described term is a subclass.
Equivalent Class: A class to which the described term is equivalent (owl:equivalentClass).
Has Domain: Any resource that has a given property is [inferred to be] an instance of one or more classes (rdfs:domain).
Has Range: The values of a property are [inferred to be] instances of one or more classes. (rdfs:range)
Domain Includes: Relates a property to a class that is (one of) the type(s) the property is expected to be used on. (https://schema.org/domainIncludes).
Range Includes: Relates a property to a class that constitutes (one of) the expected type(s) for values of the property. (https://schema.org/rangeIncludes).
Usage Note: A reference to a resource that provides information on how this resource is to be used. (http://purl.org/vocab/vann/usageNote).

2. Namespaces

The DCMI namespace for formal schemes and schemes of domain and practice communities is http://purl.org/dcx/. Specific community specifications will be in directories appended to the base community namespace. Thus, the http://dublincore.org/lrmi-terms/ URI will always resolve to the latest RDF version of the LRMI terms—i.e., the LRMI properties and classes. The http://dublincore.org/lrmi-terms/1.1/ permanently points to the LRMI schema as transferred to DCMI for stewardship.

The names of the latest version of specific properties and classes in the RDF namespace are resolved by appending the term to the LRMI base URI—e.g., http://dublincore.org/dcx/lrmi-terms/. Thus, the following term URI example using the /dcx/ DCMI community space:

http://purl.org/dcx/lrmi-terms/AlignmentObject
http://purl.org/dcx/lrmi-terms/typicalAgeRange

Future controlled vocabularies for LRMI would follow the same namespace pattern. For example, should LRMI create a value vocabulary for use with the lrmi:alignmentType property, the vocabulary might be assigned the URI http://purl.org/dcx/lrmiAlignType/ with individual concepts URI such as http://purl.org/dcx/lrmiAlignType/teaches.


3. Classes

AlignmentObject

Name AlignmentObject
Label Alignment Object
URI: http://purl.org/dcx/lrmi-terms/AlignmentObject
Definition: An intangible item that describes an alignment between a learning resource and a node in an educational framework.
Type of Term: rdfs:Class
Subclass Of: schema:Intangible
Equivalent Class: schema:AlignmentObject
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

EducationalAudience

Name EducationalAudience
Label Educational Audience
URI: http://purl.org/dcx/lrmi-terms/EducationalAudience
Definition: An individual or group for whom the learning resource was created or useful
Type of Term: rdfs:Class
Subclass Of: http://schema.org/Intangible
Equivalent Class: http://schema.org/EducationalAudience
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

4. Properties

alignmentType

Name: alignmentType
Label: Alignment Type
URI: http://purl.org/dcx/lrmi-terms/alignmentType
Definition: A category of alignment between the learning resource and the framework node
Description: Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/alignmentType
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

educationalAlignment

Name: educationalAlignment
Label: Educational Alignment
URI: http://purl.org/dcx/lrmi-terms/educationalAlignment
Definition: An alignment to an established educational framework.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Equivalent Property: http://schema.org/educationalAlignment
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

educationalFramework

Name educationalFramework
Label Educational Framework
URI: http://purl.org/dcx/lrmi-terms/educationalFramework
Definition: The framework to which the resource being described is aligned.
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/educationalFramework
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

educationalRole

Name educationalRole
Label Educational Role
URI: http://purl.org/dcx/lrmi-terms/educationalRole
Definition: The role that describes the target audience of the content.
Description: [The educational function assumed or part played by the group for whom the resource is intended.]
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/EducationalAudience
http://schema.org/EducationalAudience
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/educationalRole
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

educationalUse

Name educationalUse
Label: Educational Use
URI: http://purl.org/dcx/lrmi-terms/educationalUse
Definition: The purpose of a work in the context of education.
Description: For example, 'assignment', 'group work'.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/educationalUse
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

interactivityType

Name interactivityType
Label Interactivity Type
URI: http://purl.org/dcx/lrmi-terms/interactivityType
Label: Interactivity Type
Definition: The predominant mode of learning supported by the learning resource.
Description: Acceptable values are 'active', 'expositive', or 'mixed'.
Description: Based on, and mappable from, IEEE LOM 5.1: Interactivity Type.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/interactivityType
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

isBasedOnUrl

Name isBasedOnUrl
Label Is Based On URL
URI: http://purl.org/dcx/lrmi-terms/isBasedOnUrl
Definition: A resource that was used in the creation of this resource.
Description: This term can be repeated for multiple sources.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2000/01/rdf-schema#Resource
Equivalent Property: http://schema.org/isBasedOnUrl
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

learningResourceType

Name learningResourceType
Label Learning Resource Type
URI: http://purl.org/dcx/lrmi-terms/learningResourceType
Definition: The predominant type or kind characterizing the learning resource.
Description: For example, 'presentation', 'handout'.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/learningResourceType
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

targetDescription

Name targetDescription
Label Target Description
URI: http://purl.org/dcx/lrmi-terms/targetDescription
Definition: The description of a node in an established educational framework.
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/targetDescription
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

targetName

Name targetName
Label Target Name
URI: http://purl.org/dcx/lrmi-terms/targetName
Definition: The name of a node in an established educational framework.
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/targetName
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

targetUrl

Name targetURL
Label Target URL
URI: http://purl.org/dcx/lrmi-terms/targetUrl
Definition: The URL of a node in an established educational framework.
Type of Term: rdf:Property
Domain Includes: http://purl.org/dcx/lrmi-terms/AlignmentObject
http://schema.org/AlignmentObject
Range Includes: http://www.w3.org/2001/XMLSchema#anyURI
Equivalent Property: http://schema.org/targetUrl
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

timeRequired

Name timeRequired
Label Time Required
URI: http://purl.org/dcx/lrmi-terms/timeRequired
Definition: Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
Description: Based on, and mappable from, IEEE LOM 5.9: Typical Learning Time.
Description: For example, 'PT30M' and 'PT1H25M'
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://schema.org/Duration
Equivalent Property: http://schema.org/timeRequired
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

typicalAgeRange

Name typicalAgeRange
Label Typical Age Range
URI: http://purl.org/dcx/lrmi-terms/typicalAgeRange
Definition: The typical range of ages the content's intended end user.
Description: For example, '7-9', '18-'.
Description: Based on, and mappable from, IEEE LOM 5.7: Typical Age Range.
Type of Term: rdf:Property
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2001/XMLSchema#string
Equivalent Property: http://schema.org/typicalAgeRange
Is Defined By: http://purl.org/dcx/lrmi-terms/
Date Draft Issued: 2015-01-12

useRightsUrl

Name useRightsURL
Label Use Rights URL
URI: http://purl.org/dcx/lrmi-terms/useRightsUrl
Definition: The URL where the owner specifies permissions for using the resource.
Description: For example: 'http://creativecommons.org/licenses/by/3.0/, & 'http://publisher.com/content-use-description'.
Type of Term: rdf:Property
Subproperty Of: http://schema.org/license
Domain Includes: http://schema.org/CreativeWork
Range Includes: http://www.w3.org/2001/XMLSchema#anyURI
Date Draft Issued: 2015-01-12

5. Version Changes

This version declares the LRMI 1.1 specification as an RDF schema. As such, it maintains the core property and class intentions of version 1.1 while:

  • Assigning URI to all LRMI 1.1 properties & classes in the /dcx/lrmi-terms/ namespace;

  • Assigning, where appropriate, domains & ranges as well as schema.org domainIncludes & rangeIncludes where support for inferencing is not intended;

  • Declaring, where appropriate, property/class relationships to LOM elements and DCMI classes/properties where appropriate;

  • Declaring owl:equivalentClass and owl:equivalentProperty relations to schema.org properties & classes;

  • Addition of a missing definition for lrmi:EducationalAudience; and

  • Moving examples of property values from the property definitions to informative/explanatory description for the property.

6. Turtle Serialization

@prefix lrmi: <http://purl.org/dcx/lrmi-terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# SCHEMA DESCRIPTION

<http://purl.org/dcx/lrmi-terms/> dcterms:creator "LRMI Task Group"@en ;
    dcterms:description "The LRMI specification is a collection of classes and
       properties for markup and description of educational resources. The
       specification builds on the extensive vocabulary provided by Schema.org
       and other standards."@en ;
    dcterms:identifier <http://dublincore.org/dcx/lrmi-terms/> ;
    dcterms:isVersionOf <http://purl.org/dcx/lrmi-terms/1.1/> ;
    dcterms:issued "@@@"^^xsd:date ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "LRMI RDF Specification"@en .

# CLASSES

lrmi:AlignmentObject a rdfs:Class ;
    rdfs:label "Alignment Object"@en ;
    dcterms:issued "@@@"^^xsd:date ;
    rdfs:comment "An intangible item that describes an alignment between a
       learning resource and a node in an educational framework."@en ;
    rdfs:subClassOf schema:Intangible ;
    owl:equivalentClass schema:AlignmentObject ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

lrmi:EducationalAudience a rdfs:Class ;
    rdfs:label "Educational Audience"@en ;
    dcterms:issued "@@@"^^xsd:date ;
    rdfs:comment "A group for whom the learning resource was created or useful."@en ;
    rdfs:subClassOf schema:Intangible ;
    owl:equivalentClass schema:EducationalAudience ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

# PROPERTIES

lrmi:alignmentType a rdf:Property ;
    rdfs:label "Alignment Type"@en ;
    rdfs:comment "A category of alignment between the learning resource and
       the framework node."@en ;    
    dcterms:description "Recommended values include: 'assesses', 'teaches',
       'requires', 'textComplexity', 'readingLevel', 'educationalSubject',
       and 'educationLevel'."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:alignmentType ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .        

lrmi:educationalAlignment a rdf:Property ;
    rdfs:label "Educational Alignment"@en ;
    rdfs:comment "An alignment to an established educational framework."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    owl:equivalentProperty schema:educationalAlignment ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

lrmi:educationalFramework a rdf:Property ;
    rdfs:label "Educational Framework"@en ;
    rdfs:comment "The framework to which the resource being described is
       aligned."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:educationalFramework ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .     

lrmi:educationalRole a rdf:Property ;
    rdfs:label "Educational Role"@en ;
    rdfs:comment "The role that describes the target audience of the content."@en ;
    dcterms:description "The educational function assumed or part played by
       the group for whom the resource is intended."@en ;    
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:EducationalAudience, schema:EducationalAudience ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:educationalRole ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

lrmi:educationalUse a rdf:Property ;
    rdfs:label "Educational Use"@en ;
    rdfs:comment "The purpose of a work in the context of education."@en ;    
    dcterms:description "For example, 'assignment', 'group work'."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:educationalUse ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

lrmi:interactivityType a rdf:Property ;
    rdfs:label "Interactivity Type"@en ;
    rdfs:comment "The predominant mode of learning supported by the learning
       resource."@en ;    
    dcterms:description "Acceptable values are 'active', 'expositive', or
       'mixed'."@en, "Based on, and mappable from, IEEE LOM 5.1:
       Interactivity Type."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:interactivityType ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

lrmi:isBasedOnUrl a rdf:Property ;
    rdfs:label "Is Based On URL"@en ;
    rdfs:comment "A resource that was used in the creation of this resource."@en ;    
    dcterms:description "This term can be repeated for multiple sources."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes xsd:anyURI ;
    owl:equivalentProperty schema:isBasedOnUrl ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .   

lrmi:learningResourceType a rdf:Property ;
    rdfs:label "Learning Resource Type"@en ;
    rdfs:comment "The predominant type or kind characterizing the learning resource."@en ;   
    dcterms:description "For example, 'presentation', 'handout'."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:learningResourceType ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .    

lrmi:targetDescription a rdf:Property ;
    rdfs:label "Target Description"@en ;
    rdfs:comment "The description of a node in an established educational framework."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:targetDescription ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .   

lrmi:targetName a rdf:Property ;
    rdfs:label "Target Name"@en ;
    rdfs:comment "The name of a node in an established educational framework."@en ;    
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:targetName ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

lrmi:targetUrl a rdf:Property ;
    rdfs:label "Target URL"@en ;
    rdfs:comment "The URL of a node in an established educational framework."@en ;    
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes xsd:anyURI ;
    owl:equivalentProperty schema:targetUrl ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

lrmi:timeRequired a rdf:Property ;
    rdfs:label "Time Required"@en ;
    rdfs:comment "Approximate or typical time it takes to work with or through
       this learning resource for the typical intended target audience."@en ;   
    dcterms:description "Based on, and mappable from, IEEE LOM 5.9: Typical
       Learning Time."@en, "For example, 'PT30M' and 'PT1H25M'"@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes lrmi:AlignmentObject, schema:AlignmentObject ;
    schema:rangeIncludes schema:Duration ;
    owl:equivalentProperty schema:timeRequired ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

lrmi:typicalAgeRange a rdf:Property ;
    rdfs:label "Typical Age Range"@en ;
    rdfs:comment "The typical expected age range."@en ;    
    dcterms:description "Based on, and mappable from, IEEE LOM 5.7: Typical Age
       Range."@en, "For example, '7-9', '18-'."@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes xsd:string ;
    owl:equivalentProperty schema:typicalAgeRange ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

lrmi:useRightsUrl a rdf:Property ;
    rdfs:label "Use Rights URL"@en ;
    rdfs:comment "The URL where the owner specifies permissions for using the
       resource."@en ;    
    dcterms:description """For example: 'http://creativecommons.org/licenses/by/3.0/',
   'http://publisher.com/content-use-description'."""@en ;
    dcterms:issued "@@@"^^xsd:date ;
    schema:domainIncludes schema:CreativeWork ;
    schema:rangeIncludes schema:CreativeWork,
        xsd:anyURI ;
    rdfs:subPropertyOf schema:license ;
    rdfs:isDefinedBy <http://purl.org/dcx/dcmi-terms/> .

7. Schema History

"Co-led by the Association of Educational Publishers --the 501(c)(3) division of the Association of American Publishers-- and Creative Commons, and funded by the Bill & Melinda Gates Foundation and the William and Flora Hewlett Foundation, the LRMI has developed a common metadata framework for describing or 'tagging' learning resources on the web. This framework is a key first step in developing a richer, more fruitful search experience for educators and learners. ... The LRMI was spurred by the announcement in 2011 of Schema.org, a project by Bing, Google, and Yahoo! to create a standard way of tagging online content. ... The metadata schema developed by the LRMI was adopted by Schema.org in April 2013, meaning that anyone who publishes or curates educational content can now use LRMI markup to provide rich, education-specific metadata about their resources with the confidence that this metadata will be recognized by major search engines."http://www.dublincore.org/about

Work on the LRMI specification began in 2011 with the creation of a LRMI Advisory Board, and a Technical Working Group charged with developing a community-based specification as the education extension for schema.org. Engagement of the broader education metadata community was handled during development through a Google Group. Stuart Sutton, DCMI Managing Director & DC-Education Community co-chair served on the Technical Working Group. Others on the Technical Working Group with close ties to DCMI include Dan Brickley (schema.org) and Phil Barker (Cetis, UK).

The Association of Educational Publishers (AEP) and Creative Commons (CC) have asked that stewardship of the LRMI specification be placed with DCMI at the September closure of Gates funding for LRMI development. From inception, the overall planning for the LRMI specification included the orderly transition of development outcomes from its grant-funded beginnings under the leadership of AEP and Creative Commons to a permanent context managed by an organization with the capacity to provide ongoing stewardship for long-term sustainability, access, and orderly future development. As the funded start-up phase of LRMI was coming to a close, an exploratory team comprised of representatives from AEP, Creative Commons, and the LRMI community was formed and has been actively and systematically engaged in evaluating an array of potential candidates for such stewardship. The exploratory team recommended DCMI because it's open community goals and processes are congruent with those that have emerged within LRMI during its short development history and because of DCMI's reputation and track record in development and principled stewardship of metadata specifications used in the Web context.