{
“@context”: “http://schema.org”,
“@type”: “CollegeOrUniversity”,
“name”: “Escoffier Culinary Arts College”,
“url”: “http://www.escoffier.edu/”,
“logo”: “http://www.example.com/escoffier_logo.jpg”,
“description”: “Escoffier Culinary Arts College offers comprehensive culinary education…”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “123 Main Street”,
“addressLocality”: “Boulder”,
“addressRegion”: “CO”,
“postalCode”: “80301”,
“addressCountry”: “US”
},
“contactPoint”: {
“@type”: “ContactPoint”,
“telephone”: “+1-877-249-0305”,
“contactType”: “Admissions”
},
“memberOf”: {
“@type”: “Organization”,
“name”: “American Culinary Federation”,
“url”: “https://www.acfchefs.org/”
},
“department”: [
{
“@type”: “Organization”,
“name”: “Culinary Arts Program”,
“description”: “Offering comprehensive culinary training with a focus on French culinary techniques.”
},
{
“@type”: “Organization”,
“name”: “Pastry Arts Program”,
“description”: “Providing specialized training in pastry and baking arts.”
}
],
“founder”: {
“@type”: “Person”,
“name”: “Auguste Escoffier”
},
“priceRange”: “$$”
}