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-7137",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q5339036",
    "http://musicbrainz.org/place/3a5c2536-bce1-4999-89b3-683fe9094379"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Edmonton",
    "addressRegion": "AB",
    "postalCode": "T5J 0H6",
    "streetAddress": "10220 104 Ave NW"
  },
  "name": "Rogers Place",
  "url": "https://www.rogersplace.com/"
}
</script>