SlideShare a Scribd company logo
1 of 33
Download to read offline
Extending Schema.org to
Improve Education Resource
Discovery & Accessibility
What is Schema.org?
A data structure to describe ‘things’ on
the web agreed upon by the major
search engines to improve search &
discoverability

Page 2
Schema.org – Food for Thought

Page 3
Schema.org – Food for Thought

Page 4
Schema.org – Food for Thought

Page 5
Schema.org – Food for Thought

Page 6
Schema.org – Food for Thought

Page 7
Schema.org – Food for Thought

Page 8
Schema.org – Food for Thought

Page 9
Schema.org – Food for Thought

Page 10
Recipe Tagging Example
<div itemscope itemtype="http://schema.org/Recipe">
<div itemprop="nutrition” itemscope itemtype="http://
schema.org/NutritionInformation">
Nutrition facts:
<span itemprop="calories">240 calories</span>,
</div>
Ingredients:
- <span itemprop="ingredients">3 or 4 ripe bananas,
smashed</span>
- <span itemprop="ingredients">1 egg</span>

Page 11
Learning Resources Metadata

Page 12
So, why do we need a standard?

Page 13

1
Why Now? Kinda’ Perfect Storm
Goal: Make it easier and more convenient to find learning resources that
meet specific student and class needs.

Curriculum
Standards

LRMI
Schema.org

Intersection of
three opportunities

Resource
Registries
(Learning Registry)

from a representation by Brandt Redd, Gates Foundation

Page 14

1
The	
  LRMI	
  Proper-es	
  v1	
  (lrmi.net/the-­‐specifica-on)	
  
General	
  Terms	
  (Schema.org):
Educa-onal	
  Terms:	
  
•  intendedEndUserRole	
  
•  -tle/name
•  educa-onalUse	
  	
  	
  
•  URL
•  -meRequired	
  
•  Descrip-on
•  typicalAgeRange	
  	
  	
  
•  Image
•  interac-vityType	
  	
  	
  
•  Topic
•  learningResourceType	
  
•  created	
  (date)
Competency	
  related:	
  
•  Creator
•  educa-onalAlignment	
  
•  Publisher
•  Descrip-on	
  
•  inLanguage
•  URL	
  
•  Mediatype
•  Alignment	
  Type	
  	
  
•  technologiesRequired
•  educa-onalFramework	
  
•  technologiesRecommended	
   •  targetDescrip-on	
  
•  targetName	
  
•  Use	
  RightsURL
•  targetURL	
  
•  is	
  based	
  on	
  
	
  
	
  

Page 15
Page 16
http://209.7.195.215:90/Search.aspx

Page 17
Page 18
Easy on… Easy off (& running)

Page 19
From Initiative to Consortium
Gates Foundation funded to International Consortium

Page 20
All about Shifting
Move from…

Resource
Institution
Media
Adopted

to
to
to
to

Learning
Learner
Engagement
Discovered

Page 21
What About Accessibility?
Addressing the needs of ALL Students
Discover Learning Resources based on disability
needs and learner preferences
● 

Compatible with AT, WCAG guidelines

● 

Leverage MathML, tactile graphics and image
descriptions
Have closed-captioned video

● 

Page 22
Leveraging Access For All
● 

Gates Foundation funded Benetech to develop a
Schema.org proposal for Accessibility Metadata that
would be complementary to LRMI

● 

Benetech assembled a broad Working Group of
experts
–  AEP (LRMI), APH, Dublin Core, EDItEUR (ONIX), Gooru
Learning, IMS Global, IDRC, NCAM, SRI (Learning Registry)

● 

Proposal submitted to Schema.org in April 2013
–  Influenced heavily by IMS Global Access for All
–  Released under a Creative Commons BY-SA License
Page 23
Accessibility Properties
Access	
  Mode	
  

•  auditory,	
  textual,	
  visual,	
  
colorDependent	
  

Media	
  Feature	
  

•  alterna-veText,	
  longdescrip-on,	
  
MathML,	
  cap-on,	
  transcript	
  

Alterna-ves	
  

•  hasAdapta-on,	
  isAdapata-onOf	
  

Access	
  Hazard	
  

•  flashing,	
  mo-onSimula-on,	
  sound	
  

Others	
  

•  displayTransformability,	
  AccessAPI,	
  
controlFlexibility	
  
http://a11ymetadata.org
Page 24
Application to Books Part 1
<span itemscope=”” itemtype=”http://schema.org/Book”>
<meta itemprop=”accessMode” content=”textual”/>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”mediaFeature”
content=”longDescription”/>
<meta itemprop=”mediaFeature”
content=”structuralNavigation”/>
<meta itemprop=”mediaFeature” content=”MathML”/>
…

Page 25
Application to Books Part 2
<meta itemprop="hasAdaptation" content="https://
www.bookshare.org/…&downloadFormat=DAISY_TEXT_ONLY"/>
<meta itemprop="hasAdaptation" content="https://
www.bookshare.org/…&downloadFormat=BRF"/>
…

Page 26
Application to Books Part 3
<div class="adaptationLinks”>
<span itemscope itemtype="http://schema.org/Book">
<meta itemprop="isAdaptationOf" content="https://
www.bookshare.org/browse/book/679044"/>
<meta itemprop="bookFormat" content="EBook"/>
<meta itemprop="accessMode" content="auditory"/>
<meta itemprop="mediaFeature"
content="structuralNavigation"/>
<meta itemprop="encodingFormat" content="MP3"/>
<meta itemprop="encodingFormat" content="Audio"/>
<a itemprop="url" href="https://someurl">Audio</a>
</span>
Page 27
The End Result
Search for “history” titles on Bookshare and filter by
presence of image descriptions:

http://www.a11ymetadata.org/bookshare-tags-over-195000-titles-with-accessibilitymetadata/
Page 28
Application to Video
<div itemscope=”” itemtype=”http://schema.org/Movie”>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessMode” content=”auditory”/>
<meta itemprop=”mediaFeature”
content=”audioDescription”/>
<meta itemprop=”mediaFeature” content=”captions”/>
YOUR VIDEO HTML CODE HERE
</div>

Page 29
Application to Images
<span itemscope=”” itemtype=”http://schema.org/
ImageObject”>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessMode” content=”tactile”/>
<meta itemprop=”accessMode” content=”auditory”/>
<meta itemprop=”mediafeature”
content=”tactileGraphic”/>
<meta itemprop="mediafeature" content="braille"/>
<meta itemprop="learningResourceType"
content="illustration" />
<meta itemprop="typicalAgeRange" content="15-16" />
IMAGE HTML MARKUP HERE
</span>
Page 30
Upcoming Filters for Free.Ed.Gov

Page 31
Adoption Status
● 

In active discussion with Schema.org reps

● 

Bookshare book detail pages are tagged

● 

Learning Registry integration with Free.Ed.gov
–  Bookshare and Khan Academy videos

● 

EPUB 3.0.1 support Schema.org metadata
–  which includes LRMI and soon accessibility properties

● 

In discussions with eBook publishers and distributors

● 

Exploring use for accessible image registry
Page 32
Resources and Contact Info
● 

http://schema.org
http://lrmi.net

● 

http://a11ymetadata.org

● 

http://bornaccessible.org

● 

Gerardo Capiel, gerardoc@benetech.org @gcapiel
Michael Jay, michael@edusystemics.com @edReflector
Project Twitter Hashtags:
#LRMI
#a11ymetadata
Page 33

More Related Content

Similar to EDUPUB 2013: Schema.org LRMI and A11Y for Discovery

Discovering Accessible Educational Resources via Schema.org and Learning Regi...
Discovering Accessible Educational Resources via Schema.org and Learning Regi...Discovering Accessible Educational Resources via Schema.org and Learning Regi...
Discovering Accessible Educational Resources via Schema.org and Learning Regi...Gerardo Capiel
 
Schema.org a11y prez at Accessing Higher Ground 2013
Schema.org a11y prez at Accessing Higher Ground 2013Schema.org a11y prez at Accessing Higher Ground 2013
Schema.org a11y prez at Accessing Higher Ground 2013Gerardo Capiel
 
Discovering Accessible Educational Resources via Schema.org and the Learning ...
Discovering Accessible Educational Resources via Schema.org and the Learning ...Discovering Accessible Educational Resources via Schema.org and the Learning ...
Discovering Accessible Educational Resources via Schema.org and the Learning ...Gerardo Capiel
 
10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Projectdsandro1
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas WorkshopNiall Beard
 
How can we build an open and scalable learning infrastructure for food safety?
How can we build an open and scalable learning infrastructure for food safety?How can we build an open and scalable learning infrastructure for food safety?
How can we build an open and scalable learning infrastructure for food safety?Nikos Manouselis
 
Implimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyImplimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyIndiana Online Users Group
 
Conceptual Design of TAPipedia
Conceptual Design of TAPipediaConceptual Design of TAPipedia
Conceptual Design of TAPipediaNikos Manouselis
 
Ataas2016 - Big data hadoop and map reduce - new age tools for aid to test...
Ataas2016 - Big data   hadoop and map reduce  - new age tools for aid to test...Ataas2016 - Big data   hadoop and map reduce  - new age tools for aid to test...
Ataas2016 - Big data hadoop and map reduce - new age tools for aid to test...Agile Testing Alliance
 
Pemanfaatan Big Data Dalam Riset 2023.pptx
Pemanfaatan Big Data Dalam Riset 2023.pptxPemanfaatan Big Data Dalam Riset 2023.pptx
Pemanfaatan Big Data Dalam Riset 2023.pptxelisarosa29
 
Big data beyond the hype may 2014
Big data beyond the hype may 2014Big data beyond the hype may 2014
Big data beyond the hype may 2014bigdatagurus_meetup
 
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)Blue BRIDGE
 
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXT
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXTDriving Enterprise Adoption: Tragedies, Triumphs and Our NEXT
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXTDataWorks Summit
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked DataAdrian Stevenson
 
DLF 2008 Spring Forum - HarvestChoice
DLF 2008 Spring Forum  - HarvestChoiceDLF 2008 Spring Forum  - HarvestChoice
DLF 2008 Spring Forum - HarvestChoicelibsys
 
Pushing Chemical Biology Through the Pipes
Pushing Chemical Biology Through the PipesPushing Chemical Biology Through the Pipes
Pushing Chemical Biology Through the PipesRajarshi Guha
 

Similar to EDUPUB 2013: Schema.org LRMI and A11Y for Discovery (20)

Discovering Accessible Educational Resources via Schema.org and Learning Regi...
Discovering Accessible Educational Resources via Schema.org and Learning Regi...Discovering Accessible Educational Resources via Schema.org and Learning Regi...
Discovering Accessible Educational Resources via Schema.org and Learning Regi...
 
Schema.org a11y prez at Accessing Higher Ground 2013
Schema.org a11y prez at Accessing Higher Ground 2013Schema.org a11y prez at Accessing Higher Ground 2013
Schema.org a11y prez at Accessing Higher Ground 2013
 
Discovering Accessible Educational Resources via Schema.org and the Learning ...
Discovering Accessible Educational Resources via Schema.org and the Learning ...Discovering Accessible Educational Resources via Schema.org and the Learning ...
Discovering Accessible Educational Resources via Schema.org and the Learning ...
 
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnectPratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
 
10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas Workshop
 
How can we build an open and scalable learning infrastructure for food safety?
How can we build an open and scalable learning infrastructure for food safety?How can we build an open and scalable learning infrastructure for food safety?
How can we build an open and scalable learning infrastructure for food safety?
 
Building on LRMI—Accessibility Metadata
Building on LRMI—Accessibility MetadataBuilding on LRMI—Accessibility Metadata
Building on LRMI—Accessibility Metadata
 
Implimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyImplimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled Technology
 
Conceptual Design of TAPipedia
Conceptual Design of TAPipediaConceptual Design of TAPipedia
Conceptual Design of TAPipedia
 
Ataas2016 - Big data hadoop and map reduce - new age tools for aid to test...
Ataas2016 - Big data   hadoop and map reduce  - new age tools for aid to test...Ataas2016 - Big data   hadoop and map reduce  - new age tools for aid to test...
Ataas2016 - Big data hadoop and map reduce - new age tools for aid to test...
 
Pemanfaatan Big Data Dalam Riset 2023.pptx
Pemanfaatan Big Data Dalam Riset 2023.pptxPemanfaatan Big Data Dalam Riset 2023.pptx
Pemanfaatan Big Data Dalam Riset 2023.pptx
 
Big data beyond the hype may 2014
Big data beyond the hype may 2014Big data beyond the hype may 2014
Big data beyond the hype may 2014
 
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)
Using e-infrastructures for biodiversity conservation - Gianpaolo Coro (CNR)
 
Semantic web an overview and projects
Semantic web   an  overview and projectsSemantic web   an  overview and projects
Semantic web an overview and projects
 
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXT
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXTDriving Enterprise Adoption: Tragedies, Triumphs and Our NEXT
Driving Enterprise Adoption: Tragedies, Triumphs and Our NEXT
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked Data
 
DLF 2008 Spring Forum - HarvestChoice
DLF 2008 Spring Forum  - HarvestChoiceDLF 2008 Spring Forum  - HarvestChoice
DLF 2008 Spring Forum - HarvestChoice
 
Pushing Chemical Biology Through the Pipes
Pushing Chemical Biology Through the PipesPushing Chemical Biology Through the Pipes
Pushing Chemical Biology Through the Pipes
 
kaggle_meet_up
kaggle_meet_upkaggle_meet_up
kaggle_meet_up
 

More from Gerardo Capiel

MathML Cloud Prez EDUPUB 2
MathML Cloud Prez EDUPUB 2MathML Cloud Prez EDUPUB 2
MathML Cloud Prez EDUPUB 2Gerardo Capiel
 
Benetech:avina labs project
Benetech:avina labs projectBenetech:avina labs project
Benetech:avina labs projectGerardo Capiel
 
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013Gerardo Capiel
 
Proposed MathMLCloud architecture
Proposed MathMLCloud architectureProposed MathMLCloud architecture
Proposed MathMLCloud architectureGerardo Capiel
 
EDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMEDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMGerardo Capiel
 
Born Accessible - Books in Browsers
Born Accessible - Books in BrowsersBorn Accessible - Books in Browsers
Born Accessible - Books in BrowsersGerardo Capiel
 
Benetech Annual Report 2009
Benetech Annual Report 2009Benetech Annual Report 2009
Benetech Annual Report 2009Gerardo Capiel
 

More from Gerardo Capiel (7)

MathML Cloud Prez EDUPUB 2
MathML Cloud Prez EDUPUB 2MathML Cloud Prez EDUPUB 2
MathML Cloud Prez EDUPUB 2
 
Benetech:avina labs project
Benetech:avina labs projectBenetech:avina labs project
Benetech:avina labs project
 
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
 
Proposed MathMLCloud architecture
Proposed MathMLCloud architectureProposed MathMLCloud architecture
Proposed MathMLCloud architecture
 
EDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMEDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEM
 
Born Accessible - Books in Browsers
Born Accessible - Books in BrowsersBorn Accessible - Books in Browsers
Born Accessible - Books in Browsers
 
Benetech Annual Report 2009
Benetech Annual Report 2009Benetech Annual Report 2009
Benetech Annual Report 2009
 

Recently uploaded

INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 

Recently uploaded (20)

INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 

EDUPUB 2013: Schema.org LRMI and A11Y for Discovery

  • 1. Extending Schema.org to Improve Education Resource Discovery & Accessibility
  • 2. What is Schema.org? A data structure to describe ‘things’ on the web agreed upon by the major search engines to improve search & discoverability Page 2
  • 3. Schema.org – Food for Thought Page 3
  • 4. Schema.org – Food for Thought Page 4
  • 5. Schema.org – Food for Thought Page 5
  • 6. Schema.org – Food for Thought Page 6
  • 7. Schema.org – Food for Thought Page 7
  • 8. Schema.org – Food for Thought Page 8
  • 9. Schema.org – Food for Thought Page 9
  • 10. Schema.org – Food for Thought Page 10
  • 11. Recipe Tagging Example <div itemscope itemtype="http://schema.org/Recipe"> <div itemprop="nutrition” itemscope itemtype="http:// schema.org/NutritionInformation"> Nutrition facts: <span itemprop="calories">240 calories</span>, </div> Ingredients: - <span itemprop="ingredients">3 or 4 ripe bananas, smashed</span> - <span itemprop="ingredients">1 egg</span> Page 11
  • 13. So, why do we need a standard? Page 13 1
  • 14. Why Now? Kinda’ Perfect Storm Goal: Make it easier and more convenient to find learning resources that meet specific student and class needs. Curriculum Standards LRMI Schema.org Intersection of three opportunities Resource Registries (Learning Registry) from a representation by Brandt Redd, Gates Foundation Page 14 1
  • 15. The  LRMI  Proper-es  v1  (lrmi.net/the-­‐specifica-on)   General  Terms  (Schema.org): Educa-onal  Terms:   •  intendedEndUserRole   •  -tle/name •  educa-onalUse       •  URL •  -meRequired   •  Descrip-on •  typicalAgeRange       •  Image •  interac-vityType       •  Topic •  learningResourceType   •  created  (date) Competency  related:   •  Creator •  educa-onalAlignment   •  Publisher •  Descrip-on   •  inLanguage •  URL   •  Mediatype •  Alignment  Type     •  technologiesRequired •  educa-onalFramework   •  technologiesRecommended   •  targetDescrip-on   •  targetName   •  Use  RightsURL •  targetURL   •  is  based  on       Page 15
  • 19. Easy on… Easy off (& running) Page 19
  • 20. From Initiative to Consortium Gates Foundation funded to International Consortium Page 20
  • 21. All about Shifting Move from… Resource Institution Media Adopted to to to to Learning Learner Engagement Discovered Page 21
  • 22. What About Accessibility? Addressing the needs of ALL Students Discover Learning Resources based on disability needs and learner preferences ●  Compatible with AT, WCAG guidelines ●  Leverage MathML, tactile graphics and image descriptions Have closed-captioned video ●  Page 22
  • 23. Leveraging Access For All ●  Gates Foundation funded Benetech to develop a Schema.org proposal for Accessibility Metadata that would be complementary to LRMI ●  Benetech assembled a broad Working Group of experts –  AEP (LRMI), APH, Dublin Core, EDItEUR (ONIX), Gooru Learning, IMS Global, IDRC, NCAM, SRI (Learning Registry) ●  Proposal submitted to Schema.org in April 2013 –  Influenced heavily by IMS Global Access for All –  Released under a Creative Commons BY-SA License Page 23
  • 24. Accessibility Properties Access  Mode   •  auditory,  textual,  visual,   colorDependent   Media  Feature   •  alterna-veText,  longdescrip-on,   MathML,  cap-on,  transcript   Alterna-ves   •  hasAdapta-on,  isAdapata-onOf   Access  Hazard   •  flashing,  mo-onSimula-on,  sound   Others   •  displayTransformability,  AccessAPI,   controlFlexibility   http://a11ymetadata.org Page 24
  • 25. Application to Books Part 1 <span itemscope=”” itemtype=”http://schema.org/Book”> <meta itemprop=”accessMode” content=”textual”/> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”mediaFeature” content=”longDescription”/> <meta itemprop=”mediaFeature” content=”structuralNavigation”/> <meta itemprop=”mediaFeature” content=”MathML”/> … Page 25
  • 26. Application to Books Part 2 <meta itemprop="hasAdaptation" content="https:// www.bookshare.org/…&downloadFormat=DAISY_TEXT_ONLY"/> <meta itemprop="hasAdaptation" content="https:// www.bookshare.org/…&downloadFormat=BRF"/> … Page 26
  • 27. Application to Books Part 3 <div class="adaptationLinks”> <span itemscope itemtype="http://schema.org/Book"> <meta itemprop="isAdaptationOf" content="https:// www.bookshare.org/browse/book/679044"/> <meta itemprop="bookFormat" content="EBook"/> <meta itemprop="accessMode" content="auditory"/> <meta itemprop="mediaFeature" content="structuralNavigation"/> <meta itemprop="encodingFormat" content="MP3"/> <meta itemprop="encodingFormat" content="Audio"/> <a itemprop="url" href="https://someurl">Audio</a> </span> Page 27
  • 28. The End Result Search for “history” titles on Bookshare and filter by presence of image descriptions: http://www.a11ymetadata.org/bookshare-tags-over-195000-titles-with-accessibilitymetadata/ Page 28
  • 29. Application to Video <div itemscope=”” itemtype=”http://schema.org/Movie”> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessMode” content=”auditory”/> <meta itemprop=”mediaFeature” content=”audioDescription”/> <meta itemprop=”mediaFeature” content=”captions”/> YOUR VIDEO HTML CODE HERE </div> Page 29
  • 30. Application to Images <span itemscope=”” itemtype=”http://schema.org/ ImageObject”> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessMode” content=”tactile”/> <meta itemprop=”accessMode” content=”auditory”/> <meta itemprop=”mediafeature” content=”tactileGraphic”/> <meta itemprop="mediafeature" content="braille"/> <meta itemprop="learningResourceType" content="illustration" /> <meta itemprop="typicalAgeRange" content="15-16" /> IMAGE HTML MARKUP HERE </span> Page 30
  • 31. Upcoming Filters for Free.Ed.Gov Page 31
  • 32. Adoption Status ●  In active discussion with Schema.org reps ●  Bookshare book detail pages are tagged ●  Learning Registry integration with Free.Ed.gov –  Bookshare and Khan Academy videos ●  EPUB 3.0.1 support Schema.org metadata –  which includes LRMI and soon accessibility properties ●  In discussions with eBook publishers and distributors ●  Exploring use for accessible image registry Page 32
  • 33. Resources and Contact Info ●  http://schema.org http://lrmi.net ●  http://a11ymetadata.org ●  http://bornaccessible.org ●  Gerardo Capiel, gerardoc@benetech.org @gcapiel Michael Jay, michael@edusystemics.com @edReflector Project Twitter Hashtags: #LRMI #a11ymetadata Page 33