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-881",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/d059f063-806c-4eeb-b6e1-1bc833f9eaaa",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-881#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Montréal",
    "addressRegion": "QC",
    "postalCode": "H2H 2N9",
    "streetAddress": "4365 R. Cartier"
  },
  "latitude": "45.5333859",
  "longitude": "-73.5717796",
  "name": "Aréna Mont-Royal"
}
</script>