@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/69435> a ns2:Event ;
    rdfs:label "Ansonia Opera Circle" ;
    ns1:genre <http://data.carnegiehall.org/genres/33> ;
    ns2:location <http://data.carnegiehall.org/venues/3> ;
    ns2:organizer <http://data.carnegiehall.org/names/114275>,
        <http://data.carnegiehall.org/names/60> ;
    ns2:startDate "1960-03-19T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/69435/work_01>,
        <http://data.carnegiehall.org/events/69435/work_02> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. The works to be performed appear in the listing as "The Lady Was a Kitten" and "The Impresario", so they may have been performed in English.\r
"CONCERT AND OPERA PROGRAMS OF THE WEEK." New York Times (1923-), Mar 13 1960, p. 1. ProQuest. Web. 25 July 2022.""" .

