OER Schema

CourseSection

← Back to Schema

A specific instance of a course offered during a specific term

Class Details

Properties

Properties for CourseSection and its parent classes.
PropertyExpected TypeDescription
Properties of CourseSection
sectionIdentifierTextThe identifier of the section, i.e. 001, 002, e3we1-09
primaryInstructorPerson
syllabusCourseSyllabus
forCourseCourseThe Course in which the resource is meant for.
termOfferedTextA term during which a course or course section is offered.
enrollmentSizeNumber
deliveryFormatFormat or TextThe format used to deliver the resource.
Properties of Resource
parentOfResourceA parent in relation to a child resource.
childOfResourceA child in relation to a parent resource.
forCourseCourseThe Course in which the resource is meant for.
mainContentTextThe main content relating to the item.
forTopicTopicThe Topic the resource is associated with

API Access

Access this class through the API

Examples

Implementation Examples

Below are examples of how to implement the CourseSection class in different formats.

{
  "@context": {
    "oer": "http://oerschema.org/",
    "schema": "http://schema.org/"
  },
  "@type": "oer:CourseSection",
  "oer:sectionIdentifier": "Sample value",
  "oer:primaryInstructor": "Sample value",
  "oer:syllabus": "Sample value"
}