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-363",
  "type": [
    "Organization",
    "MusicGroup"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q19665809",
    "https://en.wikipedia.org/wiki/Glenn_Miller_Orchestra_(1956–present)",
    "https://www.facebook.com/glennmillerorchestra",
    "https://www.youtube.com/user/TheOfficialGMO",
    "https://www.instagram.com/theglennmillerorchestra/",
    "https://en.wikipedia.org/wiki/Glenn_Miller_Orchestra_(1956%E2%80%93present)",
    "https://isni.org/isni/0000000113598783"
  ],
  "description": "The Glenn Miller Orchestra is a band formed after the loss of Glenn Miller, named in memory of him and the original Glenn Miller Orchestra.",
  "name": "Glenn Miller Orchestra",
  "url": "https://glennmillerorchestra.com"
}
</script>