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-416",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ce7f1b61-80cb-40e8-998c-c39a69fc3df3",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-416#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8T 2W3",
    "streetAddress": "831 Rue Jacques-Cartier"
  },
  "latitude": "45.4563502",
  "longitude": "-75.69767879999999",
  "name": "Place Abinan"
}
</script>