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/K4-42",
  "type": "Place",
  "sameAs": "https://scenesfrancophones.ca/id/1059",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K4-42#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Sudbury",
    "addressRegion": "ON",
    "postalCode": "P3E 1B7",
    "streetAddress": "27 Larch St"
  },
  "name": "Place des Arts (Sudbury)"
}
</script>