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/K5-180",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q3114610",
    "http://kg.footlight.io/resource/8e0bca8a-9c3e-4def-9dcf-9b1caaf9d9a5",
    "https://fr.wikipedia.org/wiki/Grand_Th%C3%A9%C3%A2tre_de_Qu%C3%A9bec",
    "https://en.wikipedia.org/wiki/Grand_Th%C3%A9%C3%A2tre_de_Qu%C3%A9bec",
    "https://isni.org/isni/0000000106817642"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-180#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Québec",
    "addressRegion": "QC",
    "postalCode": "G1R 2B3",
    "streetAddress": "269 Bd René-Lévesque E"
  },
  "latitude": "46.8062966",
  "longitude": "-71.2217486",
  "name": "Grand Théâtre de Québec"
}
</script>