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-6165",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q136558407",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "L'Assomption",
    "addressRegion": "QC",
    "postalCode": "J5W 4M6",
    "streetAddress": "225, boul. de l'Ange-Gardien, L'Assomption, Québec, J5W 4M6"
  },
  "name": "Théâtre Hector-Charland"
}
</script>