Warning, /libraries/kopeninghours/autotests/jsonlddata/ohs-example.json is written in an unsupported language. File is not indexed.

0001 {
0002   "@context": [
0003     "https://schema.org",
0004     { "@language": "en-ca" }
0005   ],
0006   "@type": "Library",
0007   "name":  "Music Resource Centre",
0008   "openingHoursSpecification": [
0009     {
0010       "@type": "OpeningHoursSpecification",
0011       "closes":  "17:00:00",
0012       "dayOfWeek": "https://schema.org/Sunday",
0013       "opens":  "09:00:00"
0014     },
0015     {
0016       "@type": "OpeningHoursSpecification",
0017       "closes": "16:00:00" ,
0018       "dayOfWeek": "https://schema.org/Saturday",
0019       "opens": "09:00:00"
0020     },
0021     {
0022       "@type": "OpeningHoursSpecification",
0023       "closes":  "15:00:00",
0024       "dayOfWeek": "https://schema.org/Thursday",
0025       "opens": "09:00:00"
0026     },
0027     {
0028       "@type": "OpeningHoursSpecification",
0029       "closes": "14:00:00",
0030       "dayOfWeek": "https://schema.org/Tuesday",
0031       "opens": "09:00:00"
0032     },
0033     {
0034       "@type": "OpeningHoursSpecification",
0035       "closes": "13:00:00",
0036       "dayOfWeek":  "https://schema.org/Friday",
0037       "opens": "09:00:00"
0038     },
0039     {
0040       "@type": "OpeningHoursSpecification",
0041       "closes": "12:00:00",
0042       "dayOfWeek": "https://schema.org/Monday",
0043       "opens": "09:00:00"
0044     },
0045     {
0046       "@type": "OpeningHoursSpecification",
0047       "closes": "11:00:00",
0048       "dayOfWeek":  "https://schema.org/Wednesday",
0049       "opens": "09:00:00"
0050     }
0051   ]
0052 }