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-854",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/8c5a0828-490e-4996-9f77-78c2b733f2c3",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-854#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Lorrainville",
    "addressRegion": "QC",
    "postalCode": "J0Z 2R0",
    "streetAddress": "51 Rue Notre Dame E"
  },
  "latitude": "47.3541329",
  "longitude": "-79.3487912",
  "name": "Centre Richelieu"
}
</script>