v1.0.0
Course
An instructional course
Property | Expected Type | Description |
---|---|---|
Properties of Course | ||
courseIdentifier | Text | The identifier of the course, i.e. MATH-100 |
coursePrerequisites | Course or http://schema.org/AlignmentObject or http://schema.org/Course or http://schema.org/Text or LearningComponent or LearningObjective | 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 |
Properties of | ||
Properties of | ||
Properties of |
"Course" is the value type for Properties:
Property | On Types | Description |
---|---|---|
coursePrerequisites |
Resource |
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. |
forCourse |
Resource |
The Course in which the resource is meant for. |
Usage Examples
More specific Types
- This is the most specific of this type.
Machine-readable formats
This term is available in the following machine-readable formats:
Turtle
Access the Turtle (.ttl) representation:
curl https://oerschema.org/terms/Course.ttl
JSON-LD
Access the JSON-LD representation:
curl https://oerschema.org/terms/Course.jsonld
RDF/XML
Access the RDF/XML (.rdf) representation:
curl https://oerschema.org/terms/Course.rdf
N-Triples
Access the N-Triples (.nt) representation:
curl https://oerschema.org/terms/Course.nt
Content Negotiation
OER Schema supports HTTP content negotiation. You can request different representations of this term by specifying the appropriate Accept header:
Examples:
Request Turtle format:
curl -LH "Accept: text/turtle" https://oerschema.org/Course
Request JSON-LD format:
curl -LH "Accept: application/ld+json" https://oerschema.org/Course
Request RDF/XML format:
curl -LH "Accept: application/rdf+xml" https://oerschema.org/Course
Request N-Triples format:
curl -LH "Accept: application/n-triples" https://oerschema.org/Course
Complete Vocabulary
The complete vocabulary is available in various formats at the following URLs: