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-187",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/2f6c141f-71b6-447e-b245-a707c5dda1d5",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-187#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8T 2W1",
    "streetAddress": "799 Rue Jacques-Cartier"
  },
  "latitude": "45.45760110000001",
  "longitude": "-75.6991105",
  "name": "Église Saint-François-de-Sales"
}
</script>