core + attic ():

educationalRole

Canonical URL: http://schema.org/educationalRole

Thing > Property > educationalRole

An educationalRole of an EducationalAudience.

Usage: Between 10 and 100 domains
Values expected to be one of these types
Text
Used on these types
EducationalAudience


Examples

Example 1
  1. <!-- A lesson plan for US second grade teachers. -->
  2. <div>
  3.   <h1>Designing a treasure map</h1>
  4.   <p>Resource type: lesson plan, learning activity</p>
  5.   <p>Target audience: teachers</p>
  6.   <p>Educational level: US Grade 2</p>
  7.   <p>Link to lesson plan: <a href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  8. </div>
  1. <!-- A lesson plan for US second grade teachers. -->
  2. <div itemscope itemtype="http://schema.org/CreativeWork">
  3.     <h1 itemprop="name">Designing a treasure map</h1>
  4.     <p>Resource type:
  5.       <span itemprop="learningResourceType">lesson plan</span>,
  6.       <span itemprop="learningResourceType">learning activity</span>
  7.     </p>
  8.     <p>Target audience:
  9.       <span itemprop="audience" itemscope itemtype="http://schema.org/EducationalAudience">
  10.         <span itemprop="educationalRole">teacher</span></span>s.
  11.     </p>
  12.     <p itemprop="educationalAlignment" itemscope itemtype="http://schema.org/AlignmentObject">
  13.         <span itemprop="alignmentType">educationalLevel</span>:
  14.         <span itemprop="educationalFramework">US Grade Levels</span>
  15.         <span itemprop="targetName">2</span>
  16.         <link itemprop="targetUrl" href="http://purl.org/ASN/scheme/ASNEducationLevel/2" />
  17.     </p>
  18.     <p>Link to lesson plan: <a itemprop="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  19. </div>
  1. <!-- A list of the issues for a single volume of a given periodical. -->
  2. <div vocab="http://schema.org/" typeof="CreativeWork">
  3.     <h1 property="name">Designing a treasure map</h1>
  4.     <p>Resource type:
  5.     <span property="learningResourceType"> lesson plan</span>,
  6.     <span property="learningResourceType"> learning activity</span>
  7.     </p>
  8.     <p>Target audience:
  9.       <span rel="audience" typeof="EducationalAudience">
  10.         <span property="educationalRole">teacher</span>s
  11.       </span>
  12.     </p>
  13.     <p rel="educationalAlignment" typeof="AlignmentObject">
  14.         <span property="alignmentType">educationalLevel</span>:
  15.         <span property="educationalFramework">US Grade Levels</span>
  16.         <span property="targetName">2</span>
  17.         <span rel="targetUrl" resource="http://purl.org/ASN/scheme/ASNEducationLevel/2"></span>
  18.     </p>
  19.     <p>Link to lesson plan: <a property="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  20. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org/",
  4.   "@type": "CreativeWork",
  5.   "name": "Designing a treasure map",
  6.   "learningResourceType": [
  7.     "lesson plan",
  8.     "learning activity"
  9.     ],
  10.   "audience": {
  11.     "@type": "EducationalAudience",
  12.     "educationalRole": "teacher"
  13.   },
  14.   "educationalAlignment": {
  15.     "@type": "AlignmentObject",
  16.     "alignmentType": "educationalLevel",
  17.     "educationalFramework": "US Grade Levels",
  18.     "targetName": "2",
  19.     "targetUrl": {
  20.       "@id": "http://purl.org/ASN/scheme/ASNEducationLevel/2"
  21.      }
  22.   },
  23.   "url": "http://example.org/lessonplan"
  24. }
  25. </script>

Schema Version 3.2