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-810",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/4b763fb7-9e6d-484a-97dd-07a325c3caa1",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-810#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9H"
  },
  "latitude": "45.3803478",
  "longitude": "-75.8018603",
  "name": "Parc des Rapides-DeschĂȘnes"
}
</script>