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-822",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/0270927e-b902-4cc6-85ac-8123eff8bb2c",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-822#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Rouyn-Noranda",
    "addressRegion": "QC",
    "postalCode": "J9X 4N6",
    "streetAddress": "191 Av. du Lac"
  },
  "latitude": "48.2394986",
  "longitude": "-79.0157301",
  "name": "Maison Dumulon"
}
</script>