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-23",
  "type": [
    "Organization",
    "PerformingGroup"
  ],
  "sameAs": [
    "https://en.wikipedia.org/wiki/Blue_Rodeo",
    "https://www.instagram.com/bluerodeoofficial/",
    "https://www.youtube.com/user/bluerodeoofficial",
    "https://twitter.com/BlueRodeo",
    "https://musicbrainz.org/artist/6b52e1be-f27a-433c-b51a-3f2d63abc2ba",
    "https://www.facebook.com/BlueRodeo/"
  ],
  "description": "Blue Rodeo is a Canadian country rock band formed in 1984 in Toronto, Ontario. They have released 16 full-length studio albums, four live recordings, one greatest hits album, and two video/DVDs, along with multiple solo albums, side projects, and collaborations.",
  "name": "Blue Rodeo",
  "url": "https://www.bluerodeo.com"
}
</script>