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/K11-38",
  "type": [
    "Place",
    "MusicVenue"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q1783715",
    "https://www.facebook.com/drkoncerthuset/",
    "https://www.tripadvisor.ca/Attraction_Review-g189541-d3595499-Reviews-DR_Koncerthuset-Copenhagen_Zealand.html",
    "https://en.wikipedia.org/wiki/Koncerthuset",
    "https://fr.wikipedia.org/wiki/Salle_symphonique_de_Copenhague"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-38#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "DK",
    "addressLocality": "København",
    "postalCode": "2300",
    "streetAddress": "Ørestads Blvd. 13"
  },
  "name": "DR Koncerthuset"
}
</script>