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-22",
  "type": [
    "Organization",
    "TheaterGroup"
  ],
  "sameAs": [
    "https://twitter.com/TheatreBTW",
    "https://www.facebook.com/BlackTheatreWorkshop/",
    "https://en.wikipedia.org/wiki/Black_Theatre_Workshop"
  ],
  "description": "Black Theatre Workshop (BTW) is a non-profit theater company based in Montreal and is also one of the oldest Black English-speaking professional theatre companies in the history of Canada. It was established by Clarence Bayne and Arthur Goddard, who previously also founded the Trinidad and Tobago association. The Black Theatre Workshop is known for featuring many prominent artistic directors over the years.",
  "name": "Black Theatre Workshop",
  "url": "http://www.blacktheatreworkshop.ca"
}
</script>