@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/66040> 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 "1956-11-04T15:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/66040/work_01>,
        <http://data.carnegiehall.org/events/66040/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. Snow White was performed with audience participation. Tickets were 95 cents and $1.25.\r
"Things for Children to do." New York Times (1923-Current file), Nov 01 1956, p. 50. ProQuest. Web. 12 Apr. 2021.""" .

