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-684",
  "type": "Place",
  "sameAs": "http://api.footlight.io/places/65dc68b2bec01b00642c658e",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-684#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Mathieu-du-Parc",
    "addressRegion": "QC",
    "postalCode": "G0X 1N0",
    "streetAddress": "2081 Chemin Principal"
  },
  "name": "Auberge Gastronomique Saint-Mathieu"
}
</script>