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-5825",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q134286792",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "Canada",
    "addressLocality": "Hamilton",
    "addressRegion": "ON",
    "postalCode": "L8R 0A6",
    "streetAddress": "200 Caroline Street N, Hamilton, ON"
  },
  "name": "Bridgeworks",
  "url": "https://bridgeworks.ca/"
}
</script>