Skip to content

Instantly share code, notes, and snippets.

@lanthaler
Forked from danbri/gist:b7369ecfbac977d287cd
Last active October 2, 2015 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lanthaler/f7777baf1054106d3b61 to your computer and use it in GitHub Desktop.
Save lanthaler/f7777baf1054106d3b61 to your computer and use it in GitHub Desktop.
<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:dscott@laurentian.ca",
"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