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/K2-5802",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q133851352",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Grand Falls-Windsor",
    "addressRegion": "NL",
    "postalCode": "A2A 1W9",
    "streetAddress": "3 Cromer Avenue, Grand Falls-Windsor, NL"
  },
  "name": "Grand Falls-Windsor Arts & Culture Centre",
  "url": "https://www.artsandculturecentre.com/gfw/Online/default.asp"
}
</script>