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-653",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/75a0d3b2-3d28-43fd-a6f8-9cbb094a8d88",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-653#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Paul",
    "addressRegion": "QC",
    "postalCode": "J0K 3E0",
    "streetAddress": "8 Bd Brassard"
  },
  "latitude": "45.9837672",
  "longitude": "-73.4464923",
  "name": "Église de St-Paul"
}
</script>