Course DRAFT Profile
Version: 0.9-DRAFT-2020_12_08 (08 December 2020)
Specification describing a course.
If you spot any errors or omissions with this type, please file an issue in our GitHub.
Contributors
The following people have been involved in the creation of this specification document. They are all members of the Training group.
Group Leader(s)
No team leaders currently specified.
Other team members
Schema.org hierarchy
This Profile fits into the schema.org hierarchy as follows:Thing > CreativeWork > Course
Description
This specification must be used in tandem with a courseInstance. A course is used to describe the broad, common aspects of a recurring training event - whereas a course instance is about the specific times and location of when that course is held.
Summary of Changes
Changes since previous draft 0.8 of the Course profile:- Update ranges as per latest version of schema.org
Latest profiles
Latest release: none
Latest draft: 0.9-DRAFT-2020_12_08
Previous profiles
Previous version: 0.8-DRAFT-2020_10_06
Group | Use Cases | Cross Walk | Task & Issues | Examples | Live Deploys |
---|---|---|---|---|---|
Training |
![]() |
![]() |
![]() |
![]() |
![]() |
Key to specification table
- Green properties/types are proposed by Bioschemas, or indicate proposed changes by Bioschemas to Schema.org
- Red properties/types exist in the core of Schema.org
- Blue properties/types exist in the pending area of Schema.org
- Black properties/types are reused from external vocabularies/ontologies
CD = Cardinality
Property | Expected Type | Description | CD | Controlled Vocabulary | Example |
---|---|---|---|---|---|
Marginality: Minimum. | |||||
description |
Text |
Schema: A description of the item. |
ONE |
|
|
keywords |
DefinedTerm Text URL |
Schema: Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. Bioschemas: Free text keywords delimited by commas describing the Course content. |
ONE |
|
|
name |
Text |
Schema: The name of the item. |
ONE |
|
|
Marginality: Recommended. | |||||
about |
Thing |
Schema: The subject matter of the content. Inverse property: subjectOf. Bioschemas: The subject of this Course. Use the DefinedTerm type to add a controlled vocabulary term to categorise the course (such as using the EDAM Topic ontology). |
MANY | EDAM term |
|
abstract |
Text |
Schema: An abstract is a short description that summarizes a CreativeWork Bioschemas: An abstract is a short description that summarizes a Course |
ONE |
|
|
aggregateRating |
AggregateRating |
Schema: The overall rating, based on a collection of reviews or ratings, of the item. |
ONE |
|
|
citation |
CreativeWork Text |
Schema: A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. |
MANY |
|
|
coursePrerequisites |
AlignmentObject Course Text |
Schema: 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. |
MANY |
|
|
educationalLevel |
DefinedTerm Text URL |
Schema: The level in terms of progression through an educational or training context. Examples of educational levels include ‘beginner’, ‘intermediate’ or ‘advanced’, and formal sets of level indicators. Bioschemas: The level expected to be able to participate in the course. Examples of educational levels include ‘beginner’, ‘intermediate’ or ‘advanced’. |
ONE |
|
|
hasCourseInstance |
CourseInstance |
Schema: An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students. Bioschemas: A course may be ran multiple times in different locations or at different times. Use hasCourseInstance to list the offerings of this Course. Please see the Course Instance specification for the full list of properties. |
MANY |
|
|
license |
CreativeWork URL |
Schema: A license document that applies to this content, typically indicated by URL. Bioschemas: If the Course has an open-source license, include the short URL, as found in OSI. Otherwise use CreativeWork to describe your custom license. |
ONE |
|
|
mentions |
Thing |
Schema: Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. Bioschemas: Datasets, tools, technologies, entities etc, which are actively used by and/or referred to by this course. If this varies in a CourseInstance, use the CourseInstance version of mentions to override this mentions. |
MANY |
|
|
provider |
Organization Person |
Schema: The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes carrier. Bioschemas: The organization responsible for providing the educational input for the course, e.g. content, assessments, accreditation etc. Note: providing a course goes beyond creating it as it implies some degree of academic responsibility for accrediting the content of the course, perhaps running assessments etc. |
MANY |
|
|
teaches |
DefinedTerm Text |
Schema: The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. Bioschemas: Statements that describe what knowledge, skills or abilities students should acquire on completion of this Course |
MANY | It is recommended that you utilize terms from the Blooms taxonomy |
|
timeRequired |
Duration |
Schema: Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. ‘P30M’, ‘P1H25M’. Bioschemas: Approximate or typical time it takes to work through this learning resource for the typical intended target audience, e.g. ‘P30M’, ‘P1H25M’. This should use the ISO 8601 duration format. If this varies in a CourseInstance, use duration in CourseInstance to override timeRequired. |
ONE | ISO 8601 |
|
url |
URL |
Schema: URL of the item. Bioschemas: The preferred URL of the course page. You must provide this value if it is known. |
ONE |
|
|
Marginality: Optional. | |||||
accessibilitySummary |
Text |
Schema: A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as “short descriptions are present but long descriptions will be needed for non-visual users” or “short descriptions are present and no long descriptions are needed.” Bioschemas: A human-readable summary of specific accessibility features or deficiencies within the course. |
ONE |
|
|
alternateName |
Text |
Schema: An alias for the item. |
MANY |
|
|
audience |
Audience |
Schema: An intended audience, i.e. a group for whom something was created. Supersedes serviceAudience. Bioschemas: The type of audience intended for your course. A succinct description of the attendees. |
MANY |
|
|
comment |
Comment |
Schema: Comments, typically from users. |
MANY |
|
|
commentCount |
Integer |
Schema: The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere. |
ONE |
|
|
courseCode |
Text |
Schema: The identifier for the Course used by the course provider (e.g. CS101 or 6.001). |
MANY |
|
|
creator |
Organization Person |
Schema: The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. Bioschemas: The creator/author of the course. Note, this may be different from the instructor who delivers it (descibed in CourseInstance), or the author who created the training materials used. |
MANY |
|
|
dateCreated |
Date DateTime |
Schema: The date on which the CreativeWork was created or the item was added to a DataFeed. |
ONE |
|
|
dateModified |
Date DateTime |
Schema: The date on which the CreativeWork was most recently modified or when the item’s entry was modified within a DataFeed. |
MANY |
|
|
educationalCredentialAwarded |
EducationalOccupationalCredential Text URL |
Schema: A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course. Bioschemas: Strongly recommended if exists. A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course. |
ONE |
|
|
hasPart |
CreativeWork |
Schema: Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). Inverse property: isPartOf. Bioschemas: A training material used in a course such as an exercise, handouts, or slides. Inverse property: isPartOf. If this varies in a CourseInstance, use workFeatutred to override this property value. |
MANY |
|
|
image |
ImageObject URL |
Schema: An image of the item. This can be a URL or a fully described ImageObject. |
ONE |
|
|
isBasedOn |
CreativeWork Product URL |
Schema: A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. Supersedes isBasedOnUrl. Bioschemas: A course, book or other resource on which this Course is based. |
MANY |
|
|
thumbnailUrl |
URL |
Schema: A thumbnail image relevant to the Thing. |
ONE |
|