@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/69941> a ns1:Event ;
    rdfs:label "Kajiki's Artist Show 2022" ;
    ns1:description "exhibition" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/110005> ;
    ns1:startDate "2022-10-04T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/69941/work_01> ;
    rdfs:comment """Japanese Flower and Kimono Show\r
The program was announced from stage. Run of show as provided to House Manager:\r
1 7:30 PM Show Start\r
Opening MC Speech Mr. Kajiki\r
Junko Takasaki 5:00\r
2 7:35 PM Flower Kimono Show Singing / Parade with flower Mitsue Fukuyama 5:00\r
3 7:40 PM Flower Kimono Show 2 Singing / Parade with flower Yuuki 5:00\r
4 7:45 PM Traditional Japanese Dance\r
Singing Dance and Sing (3 Songs) 2 people 15:00\r
5 8:00 PM Flower Kimono Show 3 Piano / Singing Mr.Kajiki""" .

