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-188",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q2937490",
    "https://en.wikipedia.org/wiki/Capitole_de_Qu%C3%A9bec",
    "https://fr.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Capitole",
    "https://isni.org/isni/0000000093349092"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K2-188#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressRegion": "Quebec",
    "postalCode": "G1R 1R5",
    "streetAddress": "972, rue Saint-Jean, Québec, Québec, G1R 1R5"
  },
  "name": "Capitole de Québec"
}
</script>