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-750",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/31ec2579-6c0a-4122-b75d-44d95a369ab4",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-750#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Rimouski",
    "addressRegion": "QC",
    "postalCode": "G5M 1L6",
    "streetAddress": "135 Av. du Père Nouvel"
  },
  "latitude": "48.5154498",
  "longitude": "-68.4680514",
  "name": "Distillerie du St. Laurent"
}
</script>