@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/67642> a ns2:Event ;
    rdfs:label "Ansonia Opera Circle presents \"Cosi fan tutte\" in English" ;
    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/101070>,
        <http://data.carnegiehall.org/names/114275> ;
    ns2:startDate "1958-05-29T20:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/67642/work_01> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing.\r
"MUSIC PROGRAMS OF THE WEEK." New York Times (1923-), May 25 1958, p. 1. ProQuest. Web. 30 Nov. 2021.""" .

