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/K10-106",
  "type": [
    "Organization",
    "DanceGroup"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q1810961",
    "https://nl.wikipedia.org/wiki/Nederlands_Dans_Theater",
    "https://en.wikipedia.org/wiki/Nederlands_Dans_Theater",
    "https://www.instagram.com/ndtdance/",
    "http://www.youtube.com/user/neddanstheater",
    "http://www.facebook.com/NederlandsDansTheater",
    "https://twitter.com/NDTdance",
    "https://isni.org/isni/0000000121887163"
  ],
  "description": "Nederlands Dans Theater (NDT; literal translation Netherlands Dance Theatre) is a Dutch contemporary dance company. NDT is headquartered at the Amare building in The Hague. NDT also performs at other venues in the Netherlands, including Amsterdam's Het Muziektheater and Nijmegen's Stadsschouwburg.",
  "name": "Nederlands Dans Theater",
  "url": "https://www.ndt.nl/home.html"
}
</script>