@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/66383> a ns2:Event ;
    rdfs:label "Kay Marwig Shows for Children" ;
    ns1:genre <http://data.carnegiehall.org/genres/6> ;
    ns2:description "children's concert" ;
    ns2:location <http://data.carnegiehall.org/venues/3> ;
    ns2:organizer <http://data.carnegiehall.org/names/114274> ;
    ns2:startDate "1957-02-24T15:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/66383/work_01>,
        <http://data.carnegiehall.org/events/66383/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. "Jack and the Beanstalk" was performed with audience participation. Tickets were 95 cents and $1.25. The performance was designed for childred 4 to 10 years old.\r
"Children's Entertainment." New York Times (1923-Current file), Feb 21 1957, p. 22. ProQuest. Web. 12 May 2021.""" .

