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-6558",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q1067458",
    "http://musicbrainz.org/place/5b6c23e9-2e2b-4bf2-9ad7-6d70d9ad591a"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Charlottetown",
    "addressRegion": "PE",
    "postalCode": "C1A 5H7",
    "streetAddress": "46 Kensington Road, Charlottetown, PE, C1A 5H7"
  },
  "name": "Eastlink Centre",
  "url": "http://www.eastlinkcentrepei.com"
}
</script>