educationalAlignment

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

Thing > Property > educationalAlignment

An alignment to an established educational framework.

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


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>
Example 2
  1. <div>
  2.     <h1>The Declaration of Arbroath</h1>
  3.     <p>A lesson plan for teachers with associated video.
  4.        Typical length of lesson, 1 hour.
  5.        Recommended for children aged 10-12 years old.
  6.     </p>
  7.     <p>Subject: Wars of Scottish independence</p>
  8.     <p>Alignment to curriculum:</p>
  9.     <ul>
  10.         <li>England
  11.             National Curriculum: KS 3 History: The middle ages (12th to 15th century)
  12.         </li>
  13.         <li>Scotland
  14.             SCQF: Level 2
  15.             Curriculum for Excellence: Social studies: people past events and societies
  16.         </li>
  17.     </ul>
  18.     <p>Link to lesson plan: <a href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  19.     <video>
  20.         <source src="http://example.org/movie.mp4" type="video/mp4" />
  21.         Duration 03:12
  22.     </video>
  23.     <p>This example is based on <a href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
  24. </div>
  1. <div itemscope itemtype="http://schema.org/WebPage">
  2.     <h1 itemprop="name">The Declaration of Arbroath</h1>
  3.     <p>A <span itemprop="learningResourceType">lesson plan</span>
  4.        for <span itemprop="audience"
  5.                  itemscope itemtype="http://schema.org/EducationalAudience">
  6.            <span itemprop="educationalRole">teacher</span></span>s with associated video.
  7.        Typical length of lesson, <span itemprop="timeRequired">1 hour</span>.
  8.        Recommended for children aged <span itemprop="typicalAgeRange">10-12</span> years old.
  9.     </p>
  10.     <p>Subject: <span itemprop="about">Wars of Scottish independence</span></p>
  11.     <p>Alignment to curriculum:</p>
  12.     <ul>
  13.         <li>England
  14.             <span itemprop="educationalAlignment"
  15.                   itemscope itemtype="http://schema.org/AlignmentObject">
  16.                 <meta itemprop="alignmentType" content="educationalLevel" />
  17.                 <span itemprop="educationalFramework">National Curriculum</span>:
  18.                 <span itemprop="targetName">KS 3</span>
  19.                 <link itemprop="targetUrl" href="http://example.org/ENC/levels/KS3">
  20.             </span>
  21.             <span itemprop="educationalAlignment"
  22.                   itemscope itemtype="http://schema.org/AlignmentObject">
  23.                 <meta itemprop="alignmentType" content="educationalSubject" />
  24.                 <meta itemprop="educationalFramework" content="National Curriculum" />
  25.                 <span itemprop="targetName">History: The middle ages (12th to 15th century)</span>
  26.                 <link itemprop="targetUrl" href="http://example.org/ENC/subjects/3102">
  27.             </span>
  28.         </li>
  29.         <li>Scotland
  30.             <span itemprop="educationalAlignment"
  31.                   itemscope itemtype="http://schema.org/AlignmentObject">
  32.                 <meta itemprop="alignmentType" content="educationalLevel" />
  33.                 <span itemprop="educationalFramework">SCQF</span>:
  34.                 <span itemprop="targetName">Level 2</span>
  35.                 <link itemprop="targetUrl" href="http://example.org/SCQF/levels/2">
  36.             </span>
  37.             <span itemprop="educationalAlignment"
  38.                   itemscope itemtype="http://schema.org/AlignmentObject">
  39.                 <meta itemprop="alignmentType" content="educationalSubject" />
  40.                 <span itemprop="educationalFramework"> Curriculum for Excellence</span>:
  41.                 <span itemprop="targetName">Social studies: people past events and societies</span>
  42.                 <link itemprop="targetUrl" href="http://example.org/CFE/subjects/3362">
  43.             </span>
  44.         </li>
  45.     </ul>
  46.     <p>Link to lesson plan: <a itemprop="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  47.     <video itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
  48.         <source itemprop="url" src="http://example.org/movie.mp4" type="video/mp4">
  49.         <span itemprop="name">Video Title</span>
  50.         <span itemprop="description">Video description</span>
  51.         <span itemprop="uploadDate">2000-01-01</span>
  52.         <img itemprop="thumbnailUrl" src="http://example.org/thubnail.mp4" alt="thumbnail" >
  53.         Duration: <span itemprop="duration">03:12</span>
  54.     </video>
  55.     <p>This example is based on <a itemprop="isBasedOnUrl" href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
  56. </div>
  1. <div vocab="http://schema.org/" typeof="WebPage">
  2.     <h1 property="name">The Declaration of Arbroath</h1>
  3.     <p>A <span property="learningResourceType">lesson plan</span>
  4.        for <span rel="audience"
  5.                  typeof="EducationalAudience">
  6.            <span property="educationalRole">teacher</span></span>s with associated video.
  7.        Typical length of lesson, <span property="timeRequired">1 hour</span>.
  8.        Recommended for children aged <span property="typicalAgeRange">10-12</span> years old.
  9.     </p>
  10.     <p>Subject: <span property="about">Wars of Scottish independence</span></p>
  11.     <p>Alignment to curriculum:</p>
  12.     <ul>
  13.         <li>England
  14.             <span rel="educationalAlignment"
  15.                   typeof="http://schema.org/AlignmentObject">
  16.                 <meta property="alignmentType" content="educationalLevel" />
  17.                 <span property="educationalFramework">National Curriculum</span>:
  18.                 <span property="targetName">KS 3</span>
  19.                 <link property="targetUrl" href="http://example.org/ENC/levels/KS3" />
  20.             </span>
  21.             <span rel="educationalAlignment"
  22.                   typeof="http://schema.org/AlignmentObject">
  23.                 <meta property="alignmentType" content="educationalSubject" />
  24.                 <meta property="educationalFramework" content="National Curriculum" />
  25.                 <span property="targetName">History: The middle ages (12th to 15th century)</span>
  26.                 <link property="targetUrl" href="http://example.org/ENC/subjects/3102" />
  27.             </span>
  28.         </li>
  29.         <li>Scotland
  30.             <span rel="educationalAlignment"
  31.                   typeof="http://schema.org/AlignmentObject">
  32.                 <meta property="alignmentType" content="educationalLevel" />
  33.                 <span property="educationalFramework">SCQF</span>:
  34.                 <span property="targetName">Level 2</span>
  35.                 <link property="targetUrl" href="http://example.org/SCQF/levels/2" />
  36.             </span>
  37.             <span rel="educationalAlignment"
  38.                   typeof="http://schema.org/AlignmentObject">
  39.                 <meta property="alignmentType" content="educationalSubject" />
  40.                 <span property="educationalFramework"> Curriculum for Excellence</span>:
  41.                 <span property="targetName">Social studies: people past events and societies</span>
  42.                 <link property="targetUrl" href="http://example.org/CFE/subjects/3362" />
  43.             </span>
  44.         </li>
  45.     </ul>
  46.     <p>Link to lesson plan: <a property="url" href="http://example.org/lessonplan">http://example.org/lessonplan</a></p>
  47.     <video rel="video" typeof="http://schema.org/VideoObject">
  48.         <source property="url" src="http://example.org/movie.mp4" type="video/mp4" />
  49.         <span property="name">Video Title</span>
  50.         <span property="description">Video description</span>
  51.         <span property="uploadDate">2000-01-01</span>
  52.         <img property="thumbnailUrl" src="http://example.org/thubnail.mp4" alt="thumbnail" />
  53.         Duration: <span property="duration">03:12</span>
  54.     </video>
  55.     <p>This example is based on <a property="isBasedOnUrl" href="http://www.bbc.co.uk/education/clips/z3sjtfr">Declaration of Arbroath</a> from BBC Bitesize</p>
  56. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context":  "http://schema.org/",
  4.   "@type": "WebPage",
  5.   "name": "The Declaration of Arbroath",
  6.   "about": "Wars of Scottish independence",
  7.   "learningResourceType": "lesson plan",
  8.   "timeRequired": "1 hour",
  9.   "typicalAgeRange": "10-12",
  10.   "audience": {
  11.       "@type": "EducationalAudience",
  12.       "educationalRole": "teacher"
  13.   },
  14.   "educationalAlignment": [
  15.     {
  16.       "@type": "AlignmentObject",
  17.       "alignmentType": "educationalSubject",
  18.       "educationalFramework": " Curriculum for Excellence",
  19.       "targetName": "Social studies: people past events and societies",
  20.       "targetUrl": "http://example.org/CFE/subjects/3362"
  21.     },
  22.     {
  23.       "@type": "AlignmentObject",
  24.       "alignmentType": "educationalLevel",
  25.       "educationalFramework": "SCQF",
  26.       "targetName": "Level 2",
  27.       "targetUrl":  "http://example.org/SCQF/levels/2"
  28.     },
  29.     {
  30.       "@type": "AlignmentObject",
  31.       "alignmentType": "educationalLevel",
  32.       "educationalFramework": "National Curriculum",
  33.       "targetName": "KS 3",
  34.       "targetUrl": "http://example.org/ENC/levels/KS3"
  35.     },
  36.     {
  37.       "@type": "AlignmentObject",
  38.       "alignmentType": "educationalSubject",
  39.       "educationalFramework": "National Curriculum",
  40.       "targetName": "History: The middle ages (12th to 15th century)",
  41.       "targetUrl" : "http://example.org/ENC/subjects/3102"
  42.     }
  43.   ],
  44.   "url" : "http://example.org/lessonplan",
  45.   "video": {
  46.     "@type": "VideoObject",
  47.     "description": "Video description",
  48.     "duration": "03:12",
  49.     "name": "Video Title",
  50.     "thumbnailUrl": "http://example.org/thubnail.mp4",
  51.     "uploadDate": "2000-01-01",
  52.     "url" : "http://example.org/movie.mp4"
  53.   },
  54.   "isBasedOnUrl": "http://www.bbc.co.uk/education/clips/z3sjtfr"
  55. }
  56. </script>

Schema Version 3.2