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-434",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/750b55fe-26aa-46ad-8b71-8e85d13caab5",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-434#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7N 0A7",
    "streetAddress": "1500 Rue Jacques-Tétreault"
  },
  "latitude": "45.5589216",
  "longitude": "-73.7208649",
  "name": "Station culturelle Momo"
}
</script>