JSON-LD Schema.org

JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K10-533",
  "type": [
    "Organization",
    "MusicGroup"
  ],
  "sameAs": [
    "https://www.facebook.com/OSLaval/",
    "https://twitter.com/OSLaval/",
    "https://www.youtube.com/c/OSLaval",
    "https://www.instagram.com/os_laval/"
  ],
  "alternateName": "OSL",
  "name": "Orchestre symphonique de Laval",
  "url": "https://www.osl.ca"
}
</script>