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-390",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/0ea7f004-bc36-498f-8e56-4a771be7afb5",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-390#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8R 1S5",
    "streetAddress": "Rue Main"
  },
  "latitude": "45.5046061",
  "longitude": "-75.6511077",
  "name": "Parc La Vérendrye"
}
</script>