core + iot ():

openingHoursSpecification

Canonical URL: http://schema.org/openingHoursSpecification

Thing > Property > openingHoursSpecification

The opening hours of a certain place.

Usage: Between 10,000 and 50,000 domains
Values expected to be one of these types
OpeningHoursSpecification
Used on these types
Place

Acknowledgement

This term uses terminology from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web. More information about GoodRelations can be found at http://purl.org/goodrelations/.



Examples

Example 1
  1. <div>
  2. <h1>Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div>Monday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  5. <div>Tuesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  6. <div>Wednesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  7. <div>Thursday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  8. <div>Friday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  9. <div>Saturday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  10. <div>Sunday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  11.     <h2 >Contact information</h2>
  12.         <div>Email address:
  13.         <a href="mailto:dscott@laurentian.ca">dscott@laurentian.ca</a></div>
  14.     <div>
  15.         <div>
  16.             <h3>Mailing address</h3>
  17.             School of Education - Music Resource Centre<br />Laurentian University<br />
  18.             Sudbury<br />
  19.             ON<br />
  20.             Canada<br />
  21.             P3E 2C6<br />
  22.         </div>
  23.     </div>
  24.     <h2>Branch relationship</h2>
  25.     <div>Parent library:
  26.         <a href="/eg/opac/library/LUSYS">Laurentian University</a>
  27.     </div>
  1. <div itemscope itemtype="http://schema.org/Library">
  2. <h1 itemprop="name">Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  5. <link itemprop="dayOfWeek" href="http://schema.org/Monday" />Monday:
  6. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  7. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  8. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  9. <link itemprop="dayOfWeek" href="http://schema.org/Tuesday" />Tuesday:
  10. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  11. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  12. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  13. <link itemprop="dayOfWeek" href="http://schema.org/Wednesday" />Wednesday:
  14. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  15. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  16. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  17. <link itemprop="dayOfWeek" href="http://schema.org/Thursday" />Thursday:
  18. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  19. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  20. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  21. <link itemprop="dayOfWeek" href="http://schema.org/Friday" />Friday:
  22. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  23. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  24. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  25. <link itemprop="dayOfWeek" href="http://schema.org/Saturday" />Saturday:
  26. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  27. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  28. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  29. <link itemprop="dayOfWeek" href="http://schema.org/Sunday" />Sunday:
  30. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  31. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  32.     <h2 >Contact information</h2>
  33.         <div>Email address:
  34.         <a href="mailto:dscott@laurentian.ca" itemprop="email">dscott@laurentian.ca</a></div>
  35.     <div>
  36.         <div itemprop="location address" itemtype="http://schema.org/PostalAddress">
  37.             <h3 itemprop="contactType">Mailing address</h3>
  38.             <span itemprop="streetAddress">School of Education - Music Resource Centre<br />
  39.             Laurentian University</span><br />
  40.             <span itemprop="addressLocality">Sudbury</span><br />
  41.             <span itemprop="addressRegion">ON</span><br />
  42.             <span itemprop="addressCountry">Canada</span><br />
  43.             <span itemprop="postalCode">P3E 2C6</span><br />
  44.         </div>
  45.     </div>
  46.     <h2>Branch relationship</h2>
  47.     <div>Parent library:
  48.         <a itemprop="branchOf" href="/eg/opac/library/LUSYS">Laurentian University</a>
  49.     </div>
  1. <div vocab="http://schema.org/" typeof="Library">
  2. <h1 property="name">Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  5. <link property="dayOfWeek" href="http://schema.org/Monday" />Monday:
  6. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  7. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  8. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  9. <link property="dayOfWeek" href="http://schema.org/Tuesday" />Tuesday:
  10. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  11. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  12. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  13. <link property="dayOfWeek" href="http://schema.org/Wednesday" />Wednesday:
  14. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  15. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  16. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  17. <link property="dayOfWeek" href="http://schema.org/Thursday" />Thursday:
  18. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  19. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  20. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  21. <link property="dayOfWeek" href="http://schema.org/Friday" />Friday:
  22. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  23. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  24. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  25. <link property="dayOfWeek" href="http://schema.org/Saturday" />Saturday:
  26. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  27. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  28. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  29. <link property="dayOfWeek" href="http://schema.org/Sunday" />Sunday:
  30. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  31. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  32.     <h2 >Contact information</h2>
  33.         <div>Email address:
  34.         <a href="mailto:dscott@laurentian.ca" property="email">dscott@laurentian.ca</a></div>
  35.     <div>
  36.         <div property="location address" typeof="PostalAddress">
  37.             <h3 property="contactType">Mailing address</h3>
  38.             <span property="streetAddress">School of Education - Music Resource Centre<br />
  39.             Laurentian University</span><br />
  40.             <span property="addressLocality">Sudbury</span><br />
  41.             <span property="addressRegion">ON</span><br />
  42.             <span property="addressCountry">Canada</span><br />
  43.             <span property="postalCode">P3E 2C6</span><br />
  44.         </div>
  45.     </div>
  46.     <h2>Branch relationship</h2>
  47.     <div>Parent library:
  48.         <a property="branchOf" href="/eg/opac/library/LUSYS">Laurentian University</a>
  49.     </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": [
  4.     "http://schema.org",
  5.     { "@language": "en-ca" }
  6.   ],
  7.   "@type": "Library",
  8.   "address":  {
  9.     "@id": "_:school_edu_library_1",
  10.     "@type": "PostalAddress",
  11.     "addressCountry": "Canada",
  12.     "addressLocality": "Sudbury",
  13.     "addressRegion": "ON",
  14.     "contactType": "Mailing address",
  15.     "postalCode": "P3E 2C6",
  16.     "streetAddress": "School of Education - Music Resource Centre Laurentian University"
  17.   },
  18.   "email":  "mailto:dscott@laurentian.ca",
  19.   "location": { "@id": "_:school_edu_library_1" },
  20.   "name":  "Music Resource Centre",
  21.   "parentOrganization": "https://laurentian.concat.ca/eg/opac/library/LUSYS",
  22.   "openingHoursSpecification": [
  23.     {
  24.       "@type": "OpeningHoursSpecification",
  25.       "closes":  "17:00:00",
  26.       "dayOfWeek": "http://schema.org/Sunday",
  27.       "opens":  "09:00:00"
  28.     },
  29.     {
  30.       "@type": "OpeningHoursSpecification",
  31.       "closes": "17:00:00" ,
  32.       "dayOfWeek": "http://schema.org/Saturday",
  33.       "opens": "09:00:00"
  34.     },
  35.     {
  36.       "@type": "OpeningHoursSpecification",
  37.       "closes":  "17:00:00",
  38.       "dayOfWeek": "http://schema.org/Thursday",
  39.       "opens": "09:00:00"
  40.     },
  41.     {
  42.       "@type": "OpeningHoursSpecification",
  43.       "closes": "17:00:00",
  44.       "dayOfWeek": "http://schema.org/Tuesday",
  45.       "opens": "09:00:00"
  46.     },
  47.     {
  48.       "@type": "OpeningHoursSpecification",
  49.       "closes": "17:00:00",
  50.       "dayOfWeek":  "http://schema.org/Friday",
  51.       "opens": "09:00:00"
  52.     },
  53.     {
  54.       "@type": "OpeningHoursSpecification",
  55.       "closes": "17:00:00",
  56.       "dayOfWeek": "http://schema.org/Monday",
  57.       "opens": "09:00:00"
  58.     },
  59.     {
  60.       "@type": "OpeningHoursSpecification",
  61.       "closes": "17:00:00",
  62.       "dayOfWeek":  "http://schema.org/Wednesday",
  63.       "opens": "09:00:00"
  64.     }
  65.   ]
  66. }
  67. </script>
Example 2
  1. <div>
  2. <h1>Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div>Monday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  5. <div>Tuesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  6. <div>Wednesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  7. <div>Thursday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  8. <div>Friday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  9. <div>Saturday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  10. <div>Sunday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
  11.     <h2 >Contact information</h2>
  12.         <div>Email address:
  13.         <a href="mailto:dscott@laurentian.ca">dscott@laurentian.ca</a></div>
  14.     <div>
  15.         <div>
  16.             <h3>Mailing address</h3>
  17.             School of Education - Music Resource Centre<br />Laurentian University<br />
  18.             Sudbury<br />
  19.             ON<br />
  20.             Canada<br />
  21.             P3E 2C6<br />
  22.         </div>
  23.     </div>
  24.     <h2>Branch relationship</h2>
  25.     <div>Parent library:
  26.         <a href="/eg/opac/library/LUSYS">Laurentian University</a>
  27.     </div>
  1. <div itemscope itemtype="http://schema.org/Library">
  2. <h1 itemprop="name">Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  5. <link itemprop="dayOfWeek" href="http://schema.org/Monday" />Monday:
  6. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  7. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  8. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  9. <link itemprop="dayOfWeek" href="http://schema.org/Tuesday" />Tuesday:
  10. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  11. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  12. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  13. <link itemprop="dayOfWeek" href="http://schema.org/Wednesday" />Wednesday:
  14. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  15. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  16. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  17. <link itemprop="dayOfWeek" href="http://schema.org/Thursday" />Thursday:
  18. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  19. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  20. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  21. <link itemprop="dayOfWeek" href="http://schema.org/Friday" />Friday:
  22. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  23. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  24. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  25. <link itemprop="dayOfWeek" href="http://schema.org/Saturday" />Saturday:
  26. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  27. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  28. <div itemprop="openingHoursSpecification" itemtype="http://schema.org/OpeningHoursSpecification">
  29. <link itemprop="dayOfWeek" href="http://schema.org/Sunday" />Sunday:
  30. <time itemprop="opens" content="09:00:00"> 9:00 AM</time> -
  31. <time itemprop="closes" content="17:00:00"> 5:00 PM</time></div>
  32.     <h2 >Contact information</h2>
  33.         <div>Email address:
  34.         <a href="mailto:dscott@laurentian.ca" itemprop="email">dscott@laurentian.ca</a></div>
  35.     <div>
  36.         <div itemprop="location address" itemtype="http://schema.org/PostalAddress">
  37.             <h3 itemprop="contactType">Mailing address</h3>
  38.             <span itemprop="streetAddress">School of Education - Music Resource Centre<br />
  39.             Laurentian University</span><br />
  40.             <span itemprop="addressLocality">Sudbury</span><br />
  41.             <span itemprop="addressRegion">ON</span><br />
  42.             <span itemprop="addressCountry">Canada</span><br />
  43.             <span itemprop="postalCode">P3E 2C6</span><br />
  44.         </div>
  45.     </div>
  46.     <h2>Branch relationship</h2>
  47.     <div>Parent library:
  48.         <a itemprop="branchOf" href="/eg/opac/library/LUSYS">Laurentian University</a>
  49.     </div>
  1. <div vocab="http://schema.org/" typeof="Library">
  2. <h1 property="name">Music Resource Centre</h1>
  3. <h2>Opening hours</h2>
  4. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  5. <link property="dayOfWeek" href="http://schema.org/Monday" />Monday:
  6. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  7. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  8. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  9. <link property="dayOfWeek" href="http://schema.org/Tuesday" />Tuesday:
  10. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  11. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  12. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  13. <link property="dayOfWeek" href="http://schema.org/Wednesday" />Wednesday:
  14. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  15. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  16. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  17. <link property="dayOfWeek" href="http://schema.org/Thursday" />Thursday:
  18. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  19. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  20. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  21. <link property="dayOfWeek" href="http://schema.org/Friday" />Friday:
  22. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  23. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  24. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  25. <link property="dayOfWeek" href="http://schema.org/Saturday" />Saturday:
  26. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  27. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  28. <div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
  29. <link property="dayOfWeek" href="http://schema.org/Sunday" />Sunday:
  30. <time property="opens" content="09:00:00"> 9:00 AM</time> -
  31. <time property="closes" content="17:00:00"> 5:00 PM</time></div>
  32.     <h2 >Contact information</h2>
  33.         <div>Email address:
  34.         <a href="mailto:dscott@laurentian.ca" property="email">dscott@laurentian.ca</a></div>
  35.     <div>
  36.         <div property="location address" typeof="PostalAddress">
  37.             <h3 property="contactType">Mailing address</h3>
  38.             <span property="streetAddress">School of Education - Music Resource Centre<br />
  39.             Laurentian University</span><br />
  40.             <span property="addressLocality">Sudbury</span><br />
  41.             <span property="addressRegion">ON</span><br />
  42.             <span property="addressCountry">Canada</span><br />
  43.             <span property="postalCode">P3E 2C6</span><br />
  44.         </div>
  45.     </div>
  46.     <h2>Branch relationship</h2>
  47.     <div>Parent library:
  48.         <a property="branchOf" href="/eg/opac/library/LUSYS">Laurentian University</a>
  49.     </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": [
  4.     "http://schema.org",
  5.     { "@language": "en-ca" }
  6.   ],
  7.   "@type": "Library",
  8.   "address":  {
  9.     "@id": "_:school_edu_library_1",
  10.     "@type": "PostalAddress",
  11.     "addressCountry": "Canada",
  12.     "addressLocality": "Sudbury",
  13.     "addressRegion": "ON",
  14.     "contactType": "Mailing address",
  15.     "postalCode": "P3E 2C6",
  16.     "streetAddress": "School of Education - Music Resource Centre Laurentian University"
  17.   },
  18.   "email":  "mailto:dscott@laurentian.ca",
  19.   "location": { "@id": "_:school_edu_library_1" },
  20.   "name":  "Music Resource Centre",
  21.   "parentOrganization": "https://laurentian.concat.ca/eg/opac/library/LUSYS",
  22.   "openingHoursSpecification": [
  23.     {
  24.       "@type": "OpeningHoursSpecification",
  25.       "closes":  "17:00:00",
  26.       "dayOfWeek": "http://schema.org/Sunday",
  27.       "opens":  "09:00:00"
  28.     },
  29.     {
  30.       "@type": "OpeningHoursSpecification",
  31.       "closes": "17:00:00" ,
  32.       "dayOfWeek": "http://schema.org/Saturday",
  33.       "opens": "09:00:00"
  34.     },
  35.     {
  36.       "@type": "OpeningHoursSpecification",
  37.       "closes":  "17:00:00",
  38.       "dayOfWeek": "http://schema.org/Thursday",
  39.       "opens": "09:00:00"
  40.     },
  41.     {
  42.       "@type": "OpeningHoursSpecification",
  43.       "closes": "17:00:00",
  44.       "dayOfWeek": "http://schema.org/Tuesday",
  45.       "opens": "09:00:00"
  46.     },
  47.     {
  48.       "@type": "OpeningHoursSpecification",
  49.       "closes": "17:00:00",
  50.       "dayOfWeek":  "http://schema.org/Friday",
  51.       "opens": "09:00:00"
  52.     },
  53.     {
  54.       "@type": "OpeningHoursSpecification",
  55.       "closes": "17:00:00",
  56.       "dayOfWeek": "http://schema.org/Monday",
  57.       "opens": "09:00:00"
  58.     },
  59.     {
  60.       "@type": "OpeningHoursSpecification",
  61.       "closes": "17:00:00",
  62.       "dayOfWeek":  "http://schema.org/Wednesday",
  63.       "opens": "09:00:00"
  64.     }
  65.   ]
  66. }
  67. </script>

Schema Version 3.2