JSON-LD Schema.org

JSON-LD utilisant le @context de Schema.org. Il peut être copié-collé dans des pages Web HTML.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K11-76",
  "type": [
    "Place",
    "CivicStructure"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q7737500",
    "https://en.wikipedia.org/wiki/The_Grand_Theatre_(Kingston,_Ontario)"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-76#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Kingston",
    "addressRegion": "ON",
    "postalCode": "K7L 1B2",
    "streetAddress": "218 Princess St"
  },
  "name": "Kingston Grand Theatre",
  "url": "https://www.kingstongrand.ca"
}
</script>