{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.",
"rdfs:label" : "CourseInstance",
"rdfs:subClassOf" : "schema:Event"
},
"properties" : {
"schema:courseMode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous).",
"rdfs:label" : "courseMode",
"schema:domainIncludes" : "schema:CourseInstance",
"schema:rangeIncludes" : [
"schema:Text",
"schema:URL"
]
},
"schema:courseSchedule" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents the length and pace of a course, expressed as a [[Schedule]].",
"rdfs:label" : "courseSchedule",
"schema:domainIncludes" : "schema:CourseInstance",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Schedule",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/3281"
},
"schema:courseWorkload" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\".",
"rdfs:label" : "courseWorkload",
"schema:domainIncludes" : "schema:CourseInstance",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1909"
},
"schema:instructor" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A person assigned to instruct or provide instructional assistance for the [[CourseInstance]].",
"rdfs:label" : "instructor",
"schema:domainIncludes" : "schema:CourseInstance",
"schema:rangeIncludes" : "schema:Person"
}
}
}