Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
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
4 changes: 2 additions & 2 deletions data/ext/pending/issue-4468.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
rdfs:label "PerformingArtsEvent" ;
:isPartOf <https://pending.schema.org> ;
:source <https://github.com/schemaorg/schemaorg/issues/4468> ;
rdfs:comment """Live performance <a class="localLink" href="http://schema.org/Event">Event of the performing arts (music, theatre, dance, acrobatics, spoken word), including performance art and performative sports (e.g. choreographed forms of martial arts, figure skating, competitive ballroom dancing).<br/><br/>Note: Use <a class="localLink" href="http://schema.org/additionalType">additionalType</a> to differentiate between productions / shows (PerformanceWork, EventSeries), tours (EventSeries), and individual performances.""" ;
rdfs:comment """Live performance <a class="localLink" href="http://schema.org/Event">Event</a> of the performing arts (music, theatre, dance, acrobatics, spoken word), including performance art and performative sports (e.g. choreographed forms of martial arts, figure skating, competitive ballroom dancing).<br/><br/>Note: Use <a class="localLink" href="http://schema.org/additionalType">additionalType</a> to differentiate between productions / shows (PerformanceWork, EventSeries), tours (EventSeries), and individual performances.""" ;
rdfs:subClassOf :Event ;
owl:equivalentClass <http://iflastandards.info/ns/lrm/lrmoo/F31_Performance> ;
owl:equivalentClass <http://iflastandards.info/ns/lrm/lrmoo/F31> ;
rdfs:seeAlso <https://cidoc-crm.org//extensions/lrmoo/html/LRMoo_v1.0.html#F31> .