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-717",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/a3729895-450d-4bc0-97bb-3202dc81f4c3",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-717#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Trois-Rivières",
    "addressRegion": "QC",
    "postalCode": "G9A 4X1",
    "streetAddress": "1433 Rue Notre Dame Centre"
  },
  "latitude": "46.3418894",
  "longitude": "-72.5402889",
  "name": "Bureau d'information touristique"
}
</script>