additionalType

An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org <a href="https://schema.org/docs/styleguide.html">style guide</a>.

Comment
An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org <a href="https://schema.org/docs/styleguide.html">style guide</a>.
DomainIncludes
Thing
Label
additionalType
RangeIncludes
Text
URL
SubPropertyOf
type

alternateName

An alias for the item.

Comment
An alias for the item.
DomainIncludes
Thing
Label
alternateName
RangeIncludes
Text

applicationDeadline

The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime.

Comment
The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
applicationDeadline
RangeIncludes
Date
Text
Source
2419

applicationStartDate

The date at which the program begins collecting applications for the next enrollment cycle.

Comment
The date at which the program begins collecting applications for the next enrollment cycle.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
applicationStartDate
RangeIncludes
Date
Source
2419

dayOfWeek

The day of the week for which these opening hours are valid.

Comment
The day of the week for which these opening hours are valid.
Contributor
GoodRelationsTerms
DomainIncludes
EducationalOccupationalProgram
OpeningHoursSpecification
Label
dayOfWeek
RangeIncludes
DayOfWeek

description

A description of the item.

Comment
A description of the item.
DomainIncludes
Thing
EquivalentProperty
Description
Label
description
RangeIncludes
Text
TextObject

disambiguatingDescription

A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.

Comment
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
DomainIncludes
Thing
Label
disambiguatingDescription
RangeIncludes
Text
SubPropertyOf
description

educationalCredentialAwarded

A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.

Comment
A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.
DomainIncludes
Course
EducationalOccupationalProgram
Label
educationalCredentialAwarded
RangeIncludes
EducationalOccupationalCredential
Text
URL
Source
2289

EducationalOccupationalProgram

A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).

Comment
A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).
IsPartOf
pending.schema.org
Label
EducationalOccupationalProgram
Source
2289
SubClassOf
Intangible

educationalProgramMode

Similar to courseMode, the medium or means of delivery of the program as a whole. The value may either be a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).

Comment
Similar to courseMode, the medium or means of delivery of the program as a whole. The value may either be a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
educationalProgramMode
RangeIncludes
Text
URL
Source
2419

endDate

The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).

Comment
The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).
DomainIncludes
CreativeWorkSeason
CreativeWorkSeries
DatedMoneySpecification
EducationalOccupationalProgram
Event
MerchantReturnPolicySeasonalOverride
Role
Schedule
Label
endDate
RangeIncludes
Date
DateTime
Source
2486

financialAidEligible

A financial aid type or program which students may use to pay for tuition or fees associated with the program.

Comment
A financial aid type or program which students may use to pay for tuition or fees associated with the program.
DomainIncludes
Course
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
financialAidEligible
RangeIncludes
DefinedTerm
Text
Source
2418

hasCourse

A course or class that is one of the learning opportunities that constitute an educational / occupational program. No information is implied about whether the course is mandatory or optional; no guarantee is implied about whether the course will be available to everyone on the program.

Comment
A course or class that is one of the learning opportunities that constitute an educational / occupational program. No information is implied about whether the course is mandatory or optional; no guarantee is implied about whether the course will be available to everyone on the program.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
hasCourse
RangeIncludes
Course
Source
2483

identifier

The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.

Comment
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
DomainIncludes
Thing
EquivalentProperty
Identifier
Label
identifier
RangeIncludes
PropertyValue
Text
URL

image

An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].

Comment
An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
DomainIncludes
Thing
Label
image
RangeIncludes
ImageObject
URL

Intangible

A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.

Comment
A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.
Label
Intangible
SubClassOf
Thing

mainEntityOfPage

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.

Comment
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.
DomainIncludes
Thing
InverseOf
mainEntity
Label
mainEntityOfPage
RangeIncludes
CreativeWork
URL

maximumEnrollment

The maximum number of students who may be enrolled in the program.

Comment
The maximum number of students who may be enrolled in the program.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
maximumEnrollment
RangeIncludes
Integer
Source
2419

name

The name of the item.

Comment
The name of the item.
DomainIncludes
Thing
EquivalentProperty
Title
Label
name
RangeIncludes
Text
SubPropertyOf
label

numberOfCredits

The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.

Comment
The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.
DomainIncludes
Course
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
numberOfCredits
RangeIncludes
Integer
StructuredValue
Source
2419

occupationalCategory

A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://www.ilo.org/public/english/bureau/stat/isco/isco08/) or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\n Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.

Comment
A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://www.ilo.org/public/english/bureau/stat/isco/isco08/) or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\n Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
DomainIncludes
EducationalOccupationalProgram
JobPosting
Occupation
Physician
WorkBasedProgram
IsPartOf
pending.schema.org
Label
occupationalCategory
RangeIncludes
CategoryCode
Text
Source
1698
2192
2289
2460
3420

occupationalCredentialAwarded

A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.

Comment
A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.
DomainIncludes
Course
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
occupationalCredentialAwarded
RangeIncludes
EducationalOccupationalCredential
Text
URL
Source
2289

offers

An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.

Comment
An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
DomainIncludes
AggregateOffer
CreativeWork
EducationalOccupationalProgram
Event
MenuItem
Product
Service
Trip
InverseOf
itemOffered
Label
offers
RangeIncludes
Demand
Offer
Source
2289

potentialAction

Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.

Comment
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
DomainIncludes
Thing
Label
potentialAction
RangeIncludes
Action

programPrerequisites

Prerequisites for enrolling in the program.

Comment
Prerequisites for enrolling in the program.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
programPrerequisites
RangeIncludes
AlignmentObject
Course
EducationalOccupationalCredential
Text
Source
2289

programType

The type of educational or occupational program. For example, classroom, internship, alternance, etc.

Comment
The type of educational or occupational program. For example, classroom, internship, alternance, etc.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
programType
RangeIncludes
DefinedTerm
Text
Source
2460

provider

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.

Comment
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.
DomainIncludes
Action
CreativeWork
EducationalOccupationalProgram
FinancialIncentive
Invoice
ParcelDelivery
Reservation
Service
Trip
IsPartOf
pending.schema.org
Label
provider
RangeIncludes
Organization
Person
Source
2289
2927

salaryUponCompletion

The expected salary upon completing the training.

Comment
The expected salary upon completing the training.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
salaryUponCompletion
RangeIncludes
MonetaryAmountDistribution
Source
2289

sameAs

URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.

Comment
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
DomainIncludes
Thing
Label
sameAs
RangeIncludes
URL

startDate

The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).

Comment
The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).
DomainIncludes
CreativeWorkSeason
CreativeWorkSeries
DatedMoneySpecification
EducationalOccupationalProgram
Event
MerchantReturnPolicySeasonalOverride
Role
Schedule
Label
startDate
RangeIncludes
Date
DateTime
Source
2486

subjectOf

A CreativeWork or Event about this Thing.

Comment
A CreativeWork or Event about this Thing.
DomainIncludes
Thing
InverseOf
about
Label
subjectOf
RangeIncludes
CreativeWork
Event
Source
1670

termDuration

The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.

Comment
The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
termDuration
RangeIncludes
Duration
Source
2419

termsPerYear

The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.

Comment
The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
termsPerYear
RangeIncludes
Number
Source
2419

Thing

The most generic type of item.

Comment
The most generic type of item.
Label
Thing

timeOfDay

The time of day the program normally runs. For example, "evenings".

Comment
The time of day the program normally runs. For example, "evenings".
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
timeOfDay
RangeIncludes
Text
Source
2419

timeToComplete

The expected length of time to complete the program if attending full-time.

Comment
The expected length of time to complete the program if attending full-time.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
timeToComplete
RangeIncludes
Duration
Source
2289

trainingSalary

The estimated salary earned while in the program.

Comment
The estimated salary earned while in the program.
DomainIncludes
EducationalOccupationalProgram
WorkBasedProgram
IsPartOf
pending.schema.org
Label
trainingSalary
RangeIncludes
MonetaryAmountDistribution
Source
2289
2460

typicalCreditsPerTerm

The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.

Comment
The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.
DomainIncludes
EducationalOccupationalProgram
IsPartOf
pending.schema.org
Label
typicalCreditsPerTerm
RangeIncludes
Integer
StructuredValue
Source
2419

url

URL of the item.

Comment
URL of the item.
DomainIncludes
Thing
Label
url
RangeIncludes
URL