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-7",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/a8a7e7bd-5a88-44f8-ba3e-8dd2c2493742",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-7#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9H 3M3",
    "streetAddress": "120 Rue Principale"
  },
  "latitude": "45.3945206",
  "longitude": "-75.843897",
  "name": "Cabaret La Basoche"
}
</script>