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/publicenergy-ca_company-town",
  "type": "Event",
  "location": [
    {
      "id": "http://kg.artsdata.ca/resource/K11-66",
      "type": [
        "Place",
        "PerformingArtsTheater"
      ],
      "address": {
        "id": "http://kg.artsdata.ca/resource/K11-66#PostalAddress",
        "type": "PostalAddress",
        "addressCountry": "CA",
        "addressLocality": "Peterborough",
        "addressRegion": "ON",
        "postalCode": "K9J 2T8",
        "streetAddress": "140 Charlotte Street"
      },
      "name": "Public Energy Performing Arts"
    },
    {
      "id": "http://kg.artsdata.ca/resource/K11-208",
      "type": "Place",
      "address": {
        "id": "http://kg.artsdata.ca/resource/K11-208#PostalAddress",
        "type": "PostalAddress",
        "addressCountry": "CA",
        "addressLocality": "Peterborough",
        "addressRegion": "ON",
        "postalCode": "K9J 7X6",
        "streetAddress": "3 - 378 Aylmer Street North"
      },
      "name": "Artspace",
      "url": "https://artspace-arc.org"
    }
  ],
  "description": "Company Town is a live and online installation that maps the complex legacy of the General Electric factory in Peterborough/Nogojiwanong. We see mapping as a creative tool for addressing the factory site as a layered space:a 50-acre lot of buildings mostly sitting in a state of disuse in the south end of the city and a non-literal space imbued with memory, imagination and association. We undertake this project at a moment when the representation of this factory as a benevolent local force is being contested by horrific information brought forward by former workers. ",
  "name": "Company Town",
  "schema:url": "https://publicenergy.ca/performance/company-town/",
  "endDate": "2020-07-19",
  "startDate": "2020-07-13",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/MixedEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://publicenergy.ca/wp-content/uploads/2020/03/Company-Town-Mask.jpg"
  }
}
</script>