Note: you are viewing the development version of Schema.org. See How we work for more details.

EducationalOccupationalProgram

A Schema.org Type

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
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).
PropertyExpected TypeDescription
Properties from EducationalOccupationalProgram
applicationDeadline Date The date at which the program stops collecting applications for the next enrollment cycle.
applicationStartDate Date The date at which the program begins collecting applications for the next enrollment cycle.
dayOfWeek DayOfWeek The day of the week for which these opening hours are valid.
educationalCredentialAwarded EducationalOccupationalCredential  or
Text  or
URL
A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.
educationalProgramMode Text  or
URL
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 ).
endDate Date  or
DateTime
The end date and time of the item (in ISO 8601 date format).
financialAidEligible DefinedTerm  or
Text
A financial aid type or program which students may use to pay for tuition or fees associated with the program.
hasCourse Course 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.
maximumEnrollment Integer The maximum number of students who may be enrolled in the program.
numberOfCredits Integer  or
StructuredValue
The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.
occupationalCategory CategoryCode  or
Text
A category describing the job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 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.

Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
occupationalCredentialAwarded EducationalOccupationalCredential  or
Text  or
URL
A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.
offers Demand  or
Offer
An offer to provide this item—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.
Inverse property: itemOffered
programPrerequisites AlignmentObject  or
Course  or
EducationalOccupationalCredential  or
Text
Prerequisites for enrolling in the program.
programType DefinedTerm  or
Text
The type of educational or occupational program. For example, classroom, internship, alternance, etc.
provider Organization  or
Person
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.
salaryUponCompletion MonetaryAmountDistribution The expected salary upon completing the training.
startDate Date  or
DateTime
The start date and time of the item (in ISO 8601 date format).
termDuration Duration 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.
termsPerYear Number 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.
timeOfDay Text The time of day the program normally runs. For example, "evenings".
timeToComplete Duration The expected length of time to complete the program if attending full-time.
trainingSalary MonetaryAmountDistribution The estimated salary earned while in the program.
typicalCreditsPerTerm Integer  or
StructuredValue
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.
Properties from Thing
additionalType Text  or
URL
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 style guide.
alternateName Text An alias for the item.
description Text  or
TextObject
A description of the item.
disambiguatingDescription Text 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.
identifier PropertyValue  or
Text  or
URL
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 for more details.
image ImageObject  or
URL
An image of the item. This can be a URL or a fully described ImageObject.
mainEntityOfPage CreativeWork  or
URL
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.
Inverse property: mainEntity
name Text The name of the item.
potentialAction Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
sameAs URL 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.
subjectOf CreativeWork  or
Event
A CreativeWork or Event about this Thing.
Inverse property: about
url URL URL of the item.

More specific Types

Source

https://github.com/schemaorg/schemaorg/issues/2289


Examples

Example 1
Copied
Example notes or example HTML without markup.
A 4 year educational program from a local university.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "EducationalOccupationalProgram",
  "name": "Undergraduate CS degree from ACME College",
  "url": "http://www.acme.edu/CS",
  "provider": {
    "@type": "CollegeOrUniversity",
    "name": "ACME Community College",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "123 Main Street",
      "addressLocality": "Boston",
      "addressRegion": "MA",
      "postalCode": "02134"
    }
  },
  "timeToComplete": "P4Y",
  "educationalCredentialAwarded": {
    "@type": "EducationalOccupationalCredential",
    "credentialCategory": "Bachelor of Science in Computer Science"
  },
  "programPrerequisites": {
    "@type": "EducationalOccupationalCredential",
    "credentialCategory": "High school diploma"
  },
  "offers": [
    {
      "@type": "Offer",
      "category": "Resident Tuition",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": 16278,
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "Offer",
      "category": "International Tuition",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": 37344,
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "Offer",
      "category": "Other Tuition",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": 35599,
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "Offer",
      "category": "Room and Board",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": 13588,
        "priceCurrency": "USD"
      }
    }
  ]
}

</script>
Structured representation of the JSON-LD example.
Example 2
Copied
Example notes or example HTML without markup.
A university program with a fixed application window and maximum enrollment.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "EducationalOccupationalProgram",
  "name": "ACME University Basketweaving Program",
  "applicationStartDate": "2019-09-01",
  "applicationDeadline": "2019-12-31",
  "educationalProgramMode": "full-time",
  "numberOfCredits": 32,
  "maximumEnrollment": 100,
  "termDuration": "P4M",
  "termsPerYear": 2,
  "typicalCreditsPerTerm": 4
}
</script>
Structured representation of the JSON-LD example.