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-422",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/44ea64f5-9513-45ce-8a95-11dfabb7bae8",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-422#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9H 4W8",
    "streetAddress": "9 Rue Front"
  },
  "latitude": "45.39537319999999",
  "longitude": "-75.8548871",
  "name": "Parc de l'Imaginaire"
}
</script>