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-645",
  "type": "Place",
  "sameAs": "http://api.footlight.io/places/645d4e4a2fb72400648c23a4",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-645#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Lac-Sainte-Marie",
    "addressRegion": "QC",
    "postalCode": "J0X 1Z0",
    "streetAddress": "306 Chem. de Lac Sainte-Marie"
  },
  "name": "Restaurant Chez Malo"
}
</script>