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/K11-266",
  "type": [
    "Place",
    "CivicStructure"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-266#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Charles-Borromée",
    "addressRegion": "QC",
    "postalCode": "J6E 8L1",
    "streetAddress": "249, Chemin du Golf East"
  },
  "name": "Centre André-Hénault",
  "url": "https://www.vivrescb.com/decouvrir-scb/batiments-municipaux/rubriques/centre-andre-henault"
}
</script>