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-842",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/6874ccbc-02b7-40f9-a233-51c692e26d03",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-842#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Malartic",
    "addressRegion": "QC",
    "postalCode": "J0Y 1Z0",
    "streetAddress": "550 Quatrieme Ave"
  },
  "latitude": "48.14126039999999",
  "longitude": "-78.1208764",
  "name": "Théâtre Meglab"
}
</script>