@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/64759> a ns2:Event ;
    rdfs:label "Kay Marwig's 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 "1959-04-05T15:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/64759/work_01>,
        <http://data.carnegiehall.org/events/64759/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. According to the listing, the playlet "Little Red Riding Hood" featured audience participation, and the presentation also included a story, "Magic Feet", and a puppet show. Admission was $1.60.\r
"New Activity is Scheduled for Children." New York Times (1923-Current file), Apr 01 1959, p. 41. ProQuest. Web. 23 July 2020.""" .

