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-30",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ddfe073a-500e-44a6-8e8e-500b58a3ead3",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-30#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Cantley",
    "addressRegion": "QC",
    "postalCode": "J8V 3J3",
    "streetAddress": "80 Chem. Summer"
  },
  "latitude": "45.52054589999999",
  "longitude": "-75.78234859999999",
  "name": "La Grange de la Gatineau"
}
</script>