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-802",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/1dd45c68-b471-4a29-971c-c1018461d96e",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-802#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8Y 3L7",
    "streetAddress": "190 Boul. Alexandre-Taché"
  },
  "latitude": "45.4229737",
  "longitude": "-75.736616",
  "name": "Cimetière St-James"
}
</script>