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/K2-6047",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q6659017",
    "https://isni.org/isni/0000000122251028",
    "http://musicbrainz.org/place/9f0fef7e-4908-4aa5-ba5d-948ec82cb883"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Ontario",
    "addressRegion": "ON",
    "postalCode": "L5B 0A1",
    "streetAddress": "4141 Living Arts Dr, Mississauga, ON"
  },
  "name": "Living Arts Centre",
  "url": "http://www.livingartscentre.ca"
}
</script>