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-623",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/d2334ae8-225f-452d-a2f8-dbec609ee562",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-623#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Trois-Rivières",
    "addressRegion": "QC",
    "postalCode": "G8Y 4V9",
    "streetAddress": "2000 6e Rue"
  },
  "latitude": "46.355061",
  "longitude": "-72.597398",
  "name": "Parc Lambert - Sentier de la Rivière Millette"
}
</script>