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/K5-633",
  "type": "Place",
  "sameAs": [
    "http://kg.footlight.io/resource/a3bbcab7-08f9-44b8-9f3b-6aec1c23cba6",
    "http://www.wikidata.org/entity/Q8060815",
    "https://en.wikipedia.org/wiki/Yukon_Arts_Centre"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-633#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Whitehorse",
    "addressRegion": "YT",
    "postalCode": "Y1A 5X9",
    "streetAddress": "300 University Drive"
  },
  "latitude": "60.7498502",
  "longitude": "-135.0942555",
  "name": "Yukon Arts Centre"
}
</script>