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-799",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/9ac87d04-e9b6-4c57-aa70-63cdbb35a17a",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-799#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Joliette",
    "addressRegion": "QC",
    "postalCode": "J6E 5G2",
    "streetAddress": "165 Rue St Paul"
  },
  "latitude": "46.02317300000001",
  "longitude": "-73.4378964",
  "name": "Maison de la Musique René-Charette"
}
</script>