{ "@context": "https://schema.org", "@graph": [ { "@type": "MedicalBusiness", "name": "The Eye Clinic by Dr Cheryl Lee", "url": "https://www.theeyedoctor.sg", "image": "https://www.theeyedoctor.sg/clinic.jpg", "telephone": "+65-XXXX-XXXX", "address": { "@type": "PostalAddress", "streetAddress": "Orchard Road", "addressLocality": "Singapore", "addressCountry": "SG" }, "medicalSpecialty": "Ophthalmology", "areaServed": "Singapore" }, { "@type": "Physician", "name": "Dr Cheryl Lee", "medicalSpecialty": "Ophthalmology", "worksFor": { "@type": "MedicalBusiness", "name": "The Eye Clinic by Dr Cheryl Lee" } } ] }