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-413",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/666744b2-aaef-4bdb-8176-063c6908458e",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-413#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8Y",
    "streetAddress": "32 Rue des Ormes"
  },
  "latitude": "45.4594405",
  "longitude": "-75.7625612",
  "name": "Parc des Ormes"
}
</script>