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-391",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/146ce1e4-9be6-4f7a-b5ec-d9a852f5cfe2",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-391#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8L 1K1",
    "streetAddress": "150 Rue Maclaren E"
  },
  "latitude": "45.5877768",
  "longitude": "-75.4130495",
  "name": "Église Saint-Grégoire-de-Nazianze"
}
</script>