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",
  "@graph": [
    {
      "id": "http://kg.artsdata.ca/resource/K23-2810",
      "type": "EventSeries",
      "location": {
        "id": "http://kg.artsdata.ca/resource/K11-22",
        "type": [
          "Place",
          "PerformingArtsTheater"
        ],
        "sameAs": [
          "http://scenepro.ca#Venue100",
          "http://www.wikidata.org/entity/Q42986539"
        ],
        "address": {
          "id": "http://kg.artsdata.ca/resource/K11-22#PostalAddress",
          "type": "PostalAddress",
          "addressCountry": "CA",
          "addressLocality": "Montréal",
          "addressRegion": "QC",
          "postalCode": "H2X 1Y9",
          "streetAddress": "175 rue Saint-Catherine Ouest"
        },
        "name": "Place des Arts - Cinquième Salle"
      },
      "name": "Arthur L'aventurier : les trésors du Maroc Cinquième Salle",
      "subEvent": [
        {
          "id": "http://kg.footlight.io/resource/placedesarts-com_arthur-laventurier-les-tresors-du-maroc#2025-04-06T110000-0400"
        },
        {
          "id": "http://kg.footlight.io/resource/placedesarts-com_arthur-laventurier-les-tresors-du-maroc#2025-04-06T140000-0400"
        }
      ],
      "endDate": "2025-04-06T14:00:00-04:00",
      "startDate": "2025-04-06T11:00:00-04:00"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_arthur-laventurier-les-tresors-du-maroc#2025-04-06T110000-0400",
      "type": "Event",
      "location": {
        "id": "http://kg.artsdata.ca/resource/K11-22",
        "type": [
          "Place",
          "PerformingArtsTheater"
        ],
        "sameAs": [
          "http://scenepro.ca#Venue100",
          "http://www.wikidata.org/entity/Q42986539"
        ],
        "address": {
          "id": "http://kg.artsdata.ca/resource/K11-22#PostalAddress",
          "type": "PostalAddress",
          "addressCountry": "CA",
          "addressLocality": "Montréal",
          "addressRegion": "QC",
          "postalCode": "H2X 1Y9",
          "streetAddress": "175 rue Saint-Catherine Ouest"
        },
        "name": "Place des Arts - Cinquième Salle"
      },
      "name": "Arthur L’aventurier à la Place des Arts!",
      "startDate": "2025-04-06T11:00:00-04:00"
    },
    {
      "id": "http://kg.footlight.io/resource/placedesarts-com_arthur-laventurier-les-tresors-du-maroc#2025-04-06T140000-0400",
      "type": "Event",
      "location": {
        "id": "http://kg.artsdata.ca/resource/K11-22",
        "type": [
          "Place",
          "PerformingArtsTheater"
        ],
        "sameAs": [
          "http://scenepro.ca#Venue100",
          "http://www.wikidata.org/entity/Q42986539"
        ],
        "address": {
          "id": "http://kg.artsdata.ca/resource/K11-22#PostalAddress",
          "type": "PostalAddress",
          "addressCountry": "CA",
          "addressLocality": "Montréal",
          "addressRegion": "QC",
          "postalCode": "H2X 1Y9",
          "streetAddress": "175 rue Saint-Catherine Ouest"
        },
        "name": "Place des Arts - Cinquième Salle"
      },
      "name": "Arthur L’aventurier à la Place des Arts!",
      "startDate": "2025-04-06T14:00:00-04:00"
    }
  ]
}
</script>