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-395",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/9bf3a8e5-3ca4-482e-bdaf-913c8ce0b0fd",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-395#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8X 2J3",
    "streetAddress": "173 Rue Wellington"
  },
  "latitude": "45.42643199999999",
  "longitude": "-75.71667959999999",
  "name": "Place Laval"
}
</script>