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-872",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/de739d96-acff-42ff-b9e6-626e1b67d216",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-872#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Rouyn-Noranda",
    "addressRegion": "QC",
    "postalCode": "J0Z 1S0",
    "streetAddress": "10195 Boul Témiscamingue"
  },
  "latitude": "48.0109942",
  "longitude": "-79.1503882",
  "name": "Église de Cloutier"
}
</script>