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-122",
  "type": [
    "Organization",
    "DanceGroup"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q16640268",
    "https://fr.wikipedia.org/wiki/Groupe_RUBBERBANDance",
    "https://www.youtube.com/user/RUBBERBANDance",
    "https://twitter.com/RUBBERBANDance",
    "https://www.facebook.com/rubberbandance/",
    "https://fr.wikipedia.org/wiki/Rubberbanddance"
  ],
  "name": "Rubberband",
  "url": "http://rubberbandance.com"
}
</script>