Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update types in eg-4468b
Also trimmed a white line at the end of the file.
  • Loading branch information
fjjulien authored Jan 2, 2026
commit 45f235420a5bb8cb3a78f5922d384cb14deb3a40
12 changes: 6 additions & 6 deletions data/ext/pending/issue-4468-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Regular tickets: $48

MICRODATA:

TODO
n/a

RDFA:

TODO
n/a

JSON:

Expand Down Expand Up @@ -123,7 +123,7 @@ PRE-MARKUP:

MICRODATA:

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

<p itemprop="description">
Expand Down Expand Up @@ -182,7 +182,7 @@ MICRODATA:

RDFA:

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

<p property="description">
Expand Down Expand Up @@ -244,7 +244,7 @@ JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Event",
"@type": "PerformingArtsEvent",
"startDate": "2026-01-22T20:00:00-05:00",
"endDate": "2026-01-22T21:00:00-05:00",
"name": "Rinse",
Expand All @@ -262,7 +262,7 @@ JSON:
"addressCountry": "CA"
}
},
"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.",
"description": "Rinse recreates an origin myth on stagerecounting 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": {
Expand Down