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-852",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/86fccd70-62b4-4ee4-bf7f-beb520bfeb3d",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-852#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Rouyn-Noranda",
    "addressRegion": "QC",
    "postalCode": "J9X 4T5",
    "streetAddress": "201 Av. Dallaire"
  },
  "latitude": "48.2370557",
  "longitude": "-79.0224104",
  "name": "Musée d'art de Rouyn-Noranda"
}
</script>