schemaorg-coda :: Example

eg-4468b

From v29.4

JSON-LD

{
  "@context": "https://schema.org/",
  "@type": "Event",
  "startDate": "2026-01-22T20:00:00-05:00",
  "endDate": "2026-01-22T21:00:00-05:00",
  "name": "Rinse",
  "location": {
    "@type": "Place",
    "@id": "https://nac-cna.ca/venue/studio#Place",
    "name": "Azrieli Studio",
    "sameAs": "http://www.wikidata.org/entity/Q109326244",
    "address": {
      "type": "PostalAddress",
      "streetAddress": "1 Elgin Street",
      "addressLocality": "Ottawa",
      "addressRegion": "ON",
      "postalCode": "K1P 5W1",
      "addressCountry": "CA"
      }
    },
  "description": "Rinse recreates an origin myth on stage—recounting personal narratives in relation to dance, art, feminism, desire, love, popular culture, and colonial history.",
  "url": "https://nac-cna.ca/en/event/38366",
  "image": "https://naccnaca-eventimages.s3.amazonaws.com/38366/amrita_hero__large.jpg",
  "organizer": {
    "@type": "Organization",
    "name": "NAC Indigenous Theatre",
    "url": "https://nac-cna.ca/en/indigenoustheatre",
    "sameAs": "http://www.wikidata.org/entity/Q105878246"
    },
  "performer": {
    "@type": "Person",
    "name": "Amrita Hepi",
    "sameAs": "http://www.wikidata.org/entity/Q134599760"
    },
  "workPerformed": {
    "@type": "CreativeWork",
    "name": "Rinse",
    "sameAs": "http://www.wikidata.org/entity/Q134876960"
    },
  "eventStatus": "https://schema.org/EventScheduled",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "offers": {
    "@type": "Offer",
    "url": "https://nac-cna.ca/en/event/38366",
    "price": "35",
    "priceCurrency": "CAD",
    "validFrom": "2025-06-12T10:00:00-05:00"
    }
}

RDFa

<div vocab="https://schema.org/" typeof="Event">
  <h1 property="name">Rinse</h1>

  <p property="description">
    Rinse recreates an origin myth on stage&mdash;recounting personal narratives in relation to dance, art, feminism, desire, love, popular culture, and colonial history.
  </p>

  <div property="location" typeof="Place" resource="https://nac-cna.ca/venue/studio#Place">
    <strong>Venue:</strong> <span property="name">Azrieli Studio</span>
    <link property="sameAs" href="http://www.wikidata.org/entity/Q109326244">

    <div property="address" typeof="PostalAddress">
      <span property="streetAddress">1 Elgin Street</span>,
      <span property="addressLocality">Ottawa</span>,
      <span property="addressRegion">ON</span>
      <span property="postalCode">K1P 5W1</span>,
      <span property="addressCountry">CA</span>
    </div>
  </div>

  <p>
    <strong>Date and Time:</strong><br>
    <time property="startDate" content="2026-01-22T20:00:00-05:00">January 22, 2026, 8:00 PM</time> -
    <time property="endDate" content="2026-01-22T21:00:00-05:00">9:00 PM</time>
  </p>

  <div property="performer" typeof="Person">
    <strong>Performer:</strong> <span property="name">Amrita Hepi</span>
    <link property="sameAs" href="http://www.wikidata.org/entity/Q134599760">
  </div>

  <div property="workPerformed" typeof="CreativeWork">
    <meta property="name" content="Rinse">
    <link property="sameAs" href="http://www.wikidata.org/entity/Q134876960">
  </div>

  <div property="organizer" typeof="Organization">
    <strong>Organizer:</strong> <span property="name">NAC Indigenous Theatre</span>
    <link property="url" href="https://nac-cna.ca/en/indigenoustheatre">
    <link property="sameAs" href="http://www.wikidata.org/entity/Q105878246">
  </div>

  <img property="image" src="https://naccnaca-eventimages.s3.amazonaws.com/38366/amrita_hero__large.jpg" alt="Rinse">

  <div property="offers" typeof="Offer">
    <strong>Tickets:</strong>
    <span property="price" content="35">35</span> <span property="priceCurrency" content="CAD">$</span><br>
    <link property="url" href="https://nac-cna.ca/en/event/38366">
    <meta property="validFrom" content="2025-06-12T10:00:00-05:00">
    <a href="https://nac-cna.ca/en/event/38366">Buy Tickets</a>
  </div>

  <link property="url" href="https://nac-cna.ca/en/event/38366">
  <link property="eventStatus" href="https://schema.org/EventScheduled">
  <link property="eventAttendanceMode" href="https://schema.org/OfflineEventAttendanceMode">
</div>

Microdata

<div itemscope itemtype="https://schema.org/Event">
  <h1 itemprop="name">Rinse</h1>

  <p itemprop="description">
    Rinse recreates an origin myth on stage&mdash;recounting personal narratives in relation to dance, art, feminism, desire, love, popular culture, and colonial history.
  </p>

  <div itemprop="location" itemscope itemtype="https://schema.org/Place" itemid="https://nac-cna.ca/venue/studio#Place">
    <strong>Venue:</strong> <span itemprop="name">Azrieli Studio</span>
    <link itemprop="sameAs" href="http://www.wikidata.org/entity/Q109326244">

    <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
      <span itemprop="streetAddress">1 Elgin Street</span>,
      <span itemprop="addressLocality">Ottawa</span>,
      <span itemprop="addressRegion">ON</span>
      <span itemprop="postalCode">K1P 5W1</span>,
      <span itemprop="addressCountry">CA</span>
    </div>
  </div>

  <p>
    <strong>Date and Time:</strong><br>
    <time itemprop="startDate" datetime="2026-01-22T20:00:00-05:00">January 22, 2026, 8:00 PM</time> -
    <time itemprop="endDate" datetime="2026-01-22T21:00:00-05:00">9:00 PM</time>
  </p>

  <div itemprop="performer" itemscope itemtype="https://schema.org/Person">
    <strong>Performer:</strong> <span itemprop="name">Amrita Hepi</span>
    <link itemprop="sameAs" href="http://www.wikidata.org/entity/Q134599760">
  </div>

  <div itemprop="workPerformed" itemscope itemtype="https://schema.org/CreativeWork">
    <meta itemprop="name" content="Rinse">
    <link itemprop="sameAs" href="http://www.wikidata.org/entity/Q134876960">
  </div>

  <div itemprop="organizer" itemscope itemtype="https://schema.org/Organization">
    <strong>Organizer:</strong> <span itemprop="name">NAC Indigenous Theatre</span>
    <link itemprop="url" href="https://nac-cna.ca/en/indigenoustheatre">
    <link itemprop="sameAs" href="http://www.wikidata.org/entity/Q105878246">
  </div>

  <img itemprop="image" src="https://naccnaca-eventimages.s3.amazonaws.com/38366/amrita_hero__large.jpg" alt="Rinse">

  <div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
    <strong>Tickets:</strong>
    <span itemprop="price">35</span> <span itemprop="priceCurrency" content="CAD">$</span><br>
    <link itemprop="url" href="https://nac-cna.ca/en/event/38366">
    <meta itemprop="validFrom" content="2025-06-12T10:00:00-05:00">
    <a href="https://nac-cna.ca/en/event/38366">Buy Tickets</a>
  </div>

  <link itemprop="url" href="https://nac-cna.ca/en/event/38366">
  <link itemprop="eventStatus" href="https://schema.org/EventScheduled">
  <link itemprop="eventAttendanceMode" href="https://schema.org/OfflineEventAttendanceMode">
</div>

Pre-Markup

<div>
  <h1>Rinse</h1>

  <p>
    Rinse recreates an origin myth on stage&mdash;recounting personal narratives in relation to dance, art, feminism, desire, love, popular culture, and colonial history.
  </p>

  <div>
    <strong>Venue:</strong> Azrieli Studio

    <div>
      1 Elgin Street,
      Ottawa, ON
      K1P 5W1,
      CA
    </div>
  </div>

  <p>
    <strong>Date and Time:</strong><br>
    January 22, 2026, 8:00 PM - 9:00 PM
  </p>

  <div>
    <strong>Performer:</strong> Amrita Hepi
  </div>

  <div>
    <strong>Organizer:</strong> NAC Indigenous Theatre
  </div>

  <img src="https://naccnaca-eventimages.s3.amazonaws.com/38366/amrita_hero__large.jpg" alt="Rinse">

  <div>
    <strong>Tickets:</strong> 35 $<br>
    <a href="https://nac-cna.ca/en/event/38366">Buy Tickets</a>
  </div>
</div>