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-75",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://scenepro.ca#Venue205",
    "http://www.wikidata.org/entity/Q3469896",
    "https://en.wikipedia.org/wiki/Salle_Wilfrid-Pelletier",
    "https://fr.wikipedia.org/wiki/Salle_Wilfrid-Pelletier"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-75#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": [
      "Montreal",
      "Montréal"
    ],
    "addressRegion": "QC",
    "postalCode": "H2X 1Y9",
    "streetAddress": [
      "175 rue Saint-Catherine Ouest",
      "260, boul. Maisonneuve Ouest"
    ]
  },
  "name": "Place des Arts - Salle Wilfrid-Pelletier"
}
</script>