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-21",
  "type": [
    "Organization",
    "DanceGroup"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q16654775",
    "https://www.instagram.com/balletsjazzdemontreal/",
    "https://vimeo.com/balletsjazzmontreal",
    "https://twitter.com/BJMDANSE",
    "https://www.facebook.com/LESBALLETSJAZZDEMONTREAL",
    "https://fr.wikipedia.org/wiki/Les_Ballets_Jazz_de_Montréal"
  ],
  "alternateName": "Les Ballets Jazz de Montréal",
  "name": "BJM - Les Ballets Jazz de Montréal",
  "url": "http://www.bjmdanse.ca"
}
</script>