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-42",
  "type": [
    "Organization",
    "TheaterGroup"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q100965296",
    "https://www.instagram.com/crowstheatre/",
    "https://www.youtube.com/user/CrowsTheatreToronto",
    "https://twitter.com/crowstheatre",
    "https://www.facebook.com/crowstheatre",
    "https://isni.org/isni/0000000480576666"
  ],
  "name": "Crow's Theatre",
  "url": "https://www.crowstheatre.com"
}
</script>