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-39",
  "type": [
    "Place",
    "MusicVenue"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q19944990",
    "https://fr.wikipedia.org/wiki/La_Seine_musicale",
    "https://en.wikipedia.org/wiki/La_Seine_Musicale",
    "https://twitter.com/laseinemusicale?lang=en"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-39#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "FR",
    "addressLocality": "Boulogne-Billancourt",
    "postalCode": "92100",
    "streetAddress": "Île Seguin"
  },
  "name": "La Seine Musicale"
}
</script>