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-194",
  "type": "Place",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-194#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Courtenay",
    "addressRegion": "BC",
    "postalCode": "V9N 2H9",
    "streetAddress": "360 Cliffe Avenue"
  },
  "name": "Native Sons Hall",
  "url": "https://www.courtenay.ca/EN/main/community/recreation/facilities/native-sons-hall.html"
}
</script>