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-801",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/1ab78ede-28b4-4f7a-80c9-78023e75cbe1",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-801#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8L 0B3"
  },
  "latitude": "45.579505",
  "longitude": "-75.4014857",
  "name": "Parc du 8 octobre 1906"
}
</script>