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-5319",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q130320295",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K2-5319#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Winnipeg",
    "addressRegion": "MB",
    "postalCode": "R3B 1Z8",
    "streetAddress": "586 Ellice Ave"
  },
  "name": "West End Cultural Centre"
}
</script>