-
-
Save danbri/982549e3ea939d9dd7a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": [ | |
"http://schema.org", | |
{ "@language": "en-ca" } | |
], | |
"@type": "Library", | |
"address": { | |
"@id": "_:school_edu_library_1", | |
"@type": "PostalAddress", | |
"addressCountry": "Canada", | |
"addressLocality": "Sudbury", | |
"addressRegion": "ON", | |
"contactType": "Mailing address", | |
"postalCode": "P3E 2C6", | |
"streetAddress": "School of Education - Music Resource Centre Laurentian University" | |
}, | |
"email": "mailto:[email protected]", | |
"location": { "@id": "_:school_edu_library_1" }, | |
"name": "Music Resource Centre", | |
"parentOrganization": "https://laurentian.concat.ca/eg/opac/library/LUSYS", | |
"openingHoursSpecification": [ | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Sunday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00" , | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Saturday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Thursday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Tuesday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Friday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Monday", | |
"opens": "09:00:00" | |
}, | |
{ | |
"@type": "OpeningHoursSpecification", | |
"closes": "17:00:00", | |
"dayOfWeek": "http://purl.org/goodrelations/v1#Wednesday", | |
"opens": "09:00:00" | |
} | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment