@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/68002> 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-02-12T15:15:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/68002/work_01>,
        <http://data.carnegiehall.org/events/68002/work_02>,
        <http://data.carnegiehall.org/events/68002/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. "The Enchanted Clocks" is described as a musical play, "Sleeping Beauty" was to include audience participation, and a puppet show was also planned. Tickets were $1.60.\r
"Children's Entertainment." New York Times (1923-), Feb 11 1959, p. 45. ProQuest. Web. 11 Jan. 2022.""" .

