@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/68024> a ns1:Event ;
    rdfs:label "Kay Marwig's Shows for Children" ;
    ns1:description "children's concert" ;
    ns1:location <http://data.carnegiehall.org/venues/3> ;
    ns1:organizer <http://data.carnegiehall.org/names/114274> ;
    ns1:startDate "1959-03-01T15:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/68024/work_01>,
        <http://data.carnegiehall.org/events/68024/work_02>,
        <http://data.carnegiehall.org/events/68024/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. "Cinderella" was to include audience participation, and a puppet show was also planned. Tickets were $1.60.\r
"New Activity is Scheduled for Children." New York Times (1923-), Feb 18 1959, P. 28. ProQuest. Web. 12 Jan. 2022.""" .

