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-1",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://scenepro.ca#Venue209",
    "http://www.wikidata.org/entity/Q99984282"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-1#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Joliette",
    "addressRegion": "QC",
    "postalCode": "J6E 0L1",
    "streetAddress": [
      "1655 Boulevard Base-de-Roc",
      "1655 boulevard Base-de-Roc"
    ]
  },
  "name": "Amphithéâtre Fernand-Lindsay"
}
</script>