-
-
Save lanthaler/f7777baf1054106d3b61 to your computer and use it in GitHub Desktop.
This file contains 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": "_:address", | |
"@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": "_:address" }, | |
"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#Monday", | |
"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#Wednesday", | |
"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#Friday", | |
"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#Sunday", | |
"opens": "09:00:00" | |
} | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment