@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/68797> a ns2:Event ;
    rdfs:label "Ansonia Opera Circle" ;
    ns3:conductor <http://data.carnegiehall.org/names/101070> ;
    ns1:genre <http://data.carnegiehall.org/genres/33> ;
    ns2:location <http://data.carnegiehall.org/venues/3> ;
    ns2:organizer <http://data.carnegiehall.org/names/60> ;
    ns2:startDate "1959-12-12T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/68797/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. The soloists are not identified by name.\r
"MUSIC NOTES." New York Times (1923-), Dec 12 1959, p. 18. ProQuest. Web. 26 Apr. 2022.""" .

