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-655",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ae51df04-eb02-480d-b54f-de347f6839f5",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-655#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Sainte-Mélanie",
    "addressRegion": "QC",
    "postalCode": "J0K 3A0",
    "streetAddress": "31 Rue de l'Église"
  },
  "latitude": "46.3134824",
  "longitude": "-72.9351176",
  "name": "Église de Ste-Mélanie"
}
</script>