@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/65513> a ns2:Event ;
    rdfs:label "Little Theatre 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-04-22T15:15:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/65513/work_01>,
        <http://data.carnegiehall.org/events/65513/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. "Jack and the Beanstalk" was presented with audience participation. Tickets were advertised at 85 cents and $1.20.\r
"Children's Entertainment." New York Times (1923-Current file), Apr 19 1956, p. 48. ProQuest. Web. 10 Mar. 2021.""" .

