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-5792",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q2338135",
    "https://isni.org/isni/0000000404086067"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "La Cité-Limoilou",
    "addressRegion": "QC",
    "postalCode": "G1R 5H3",
    "streetAddress": "179, Grande Allée Ouest, Québec (Québec) G1R 2H1"
  },
  "name": "Musée national des beaux-arts du Québec",
  "url": "https://www.mnbaq.org/"
}</script>