all repos — pakuauk @ 966aea2ba4e583ffd56c71ff83dc1866ccc284c7

org.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
{
    "@context": "http://schema.org",
    "@type": "EducationalOrganization",
    "logo": {
        "@context": "http://schema.org",
        "@type": "ImageObject",
        "url": "https://pakuauk.com/favicon.png"
    },
    "url": "https://pakuauk.com/",
    "name": "pakuauk.com",
    "email": "info@pakuauk.com",
    "contactPoint" : [
        {
            "@type" : "ContactPoint",
            "telephone" : "+441223852904",
            "contactType" : "Customer Service",
            "areaServed" : "Cambridgeshire",
            "email": "cambridge@pakuauk.com"
        }
    ],
    "address": [
        {
            "@type": "PostalAddress",
            "name": "Hills Road Sixth Form College",
            "postalCode": "CB2 8PE",
            "addressLocality": "Cambridge",
            "addressRegion": "Cambridgeshire",
            "streetAddress": "Hills Rd",
            "addressCountry": "GB",
            "url": "https://goo.gl/maps/r2SvugeKpDw",
            "openingHoursSpecification": {
                "@type": "OpeningHoursSpecification",
                "opens":  "19:00:00",
                "closes":  "21:00:00",
                "dayOfWeek": [
                    "http://schema.org/Tuesday",
                    "http://schema.org/Thursday"
                ]
            }
        },
        {
            "@type": "PostalAddress",
            "name": "Parkside Community College",
            "postalCode": "CB1 1EH",
            "addressLocality": "Cambridge",
            "addressRegion": "Cambridgeshire",
            "streetAddress": "Parkside",
            "addressCountry": "GB",
            "url": "https://goo.gl/maps/YgbmqtWvSD12",
            "openingHoursSpecification": {
                "@type": "OpeningHoursSpecification",
                "opens":  "17:00:00",
                "closes":  "18:00:00",
                "dayOfWeek": [
                    "http://schema.org/Tuesday"
                ]
            }
        },
        {
            "@type": "PostalAddress",
            "name": "Saint Mark's Church Community Centre",
            "postalCode": "MK41 7UY",
            "addressLocality": "Bedford",
            "addressRegion": "Bedfordshire",
            "streetAddress": "7 Calder Rise",
            "addressCountry": "GB",
            "url": "https://goo.gl/maps/agiXVoB2v432",
            "openingHoursSpecification": {
                "@type": "OpeningHoursSpecification",
                "opens":  "18:30:00",
                "closes":  "19:30:00",
                "dayOfWeek": [
                    "http://schema.org/Friday"
                ]
            }
        }
    ]
}