eg-0278
From
v29.4
JSON-LD
{
"@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"
}
}
]
}Pre-Markup
A 4 year educational program from a local university.