CourseSyllabus
← Back to SchemaClass Details
Parent Classes
Properties
Properties for CourseSyllabus and its parent classes.
| Property | Expected Type | Description |
|---|---|---|
| Properties of CourseSyllabus | ||
| section | CourseSection | A specific instance of a course offered during a specific term. |
| associatedMedia | MediaObject | Refers to any media referenced by the content |
| forCourse | Course | The Course in which the resource is meant for. |
| Properties of Resource | ||
| parentOf | Resource | A parent in relation to a child resource. |
| childOf | Resource | A child in relation to a parent resource. |
| forCourse | Course | The Course in which the resource is meant for. |
| mainContent | Text | The main content relating to the item. |
| forTopic | Topic | The Topic the resource is associated with |
API Access
Access this class through the API
Endpoint:
/api/schema/class/CourseSyllabusAvailable formats:
Example usage:
curl -H "Accept: application/json" /api/schema/class/CourseSyllabusExamples
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"
}