Course
← Back to SchemaAn instructional course
Class Details
Parent Classes
Properties
Properties for Course and its parent classes.
| Property | Expected Type | Description |
|---|---|---|
| Properties of Course | ||
| courseIdentifier | Text | The identifier of the course, i.e. MATH-100 |
| coursePrerequisites | Course or LearningObjective or LearningComponent or AlignmentObject or Course or Text | Requirements for taking the Course. May be completion of another Course or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using AlignmentObject. |
| institution | Organization | |
| department | Organization | |
| program | Organization | |
| syllabus | CourseSyllabus | |
| deliveryFormat | Format or Text | The format used to deliver the resource. |
| enrollmentSize | Number | |
| section | CourseSection | A specific instance of a course offered during a specific term. |
| termOffered | Text | A term during which a course or course section is offered. |
| 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/CourseAvailable formats:
Example usage:
curl -H "Accept: application/json" /api/schema/class/CourseExamples
Implementation Examples
Below are examples of how to implement the Course class in different formats.
{
"@context": {
"oer": "http://oerschema.org/",
"schema": "http://schema.org/"
},
"@type": "oer:Course",
"oer:courseIdentifier": "Sample value",
"oer:coursePrerequisites": "Sample value",
"oer:institution": "Sample value"
}