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-399",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/e188af8e-0ba9-4681-b443-a3e7ffeba39b",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-399#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8M 1E9",
    "streetAddress": "40 Rue du Bass."
  },
  "latitude": "45.5425241",
  "longitude": "-75.413459",
  "name": "Parc Jack-Eyamie"
}
</script>