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-448",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/d2c49434-fef9-4dcc-a671-fe57cf521e5e",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-448#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8T 6J8",
    "streetAddress": "22 Rue d'Auvergne"
  },
  "latitude": "45.4744314",
  "longitude": "-75.7258679",
  "name": "Parc de la Riviera"
}
</script>