OER Schema

CourseSyllabus

← Back to Schema

Class Details

Parent Classes

Properties

Properties for CourseSyllabus and its parent classes.
PropertyExpected TypeDescription
Properties of CourseSyllabus
sectionCourseSectionA specific instance of a course offered during a specific term.
associatedMediaMediaObjectRefers to any media referenced by the content
forCourseCourseThe Course in which the resource is meant for.
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 CourseSyllabus class in different formats.

{
  "@context": {
    "oer": "http://oerschema.org/",
    "schema": "http://schema.org/"
  },
  "@type": "oer:CourseSyllabus",
  "oer:section": "Sample value",
  "oer:associatedMedia": "Sample value",
  "oer:forCourse": "Sample value"
}