@prefix ns1: <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/75672> a ns1:Event ;
    rdfs:label "Elizabeth Vernay, Contralto, and Marienka Michna, Virginals and Organ" ;
    ns1:description "duo recital",
        "lecture" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/135469> ;
    ns1:startDate "1966-04-19T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/75672/work_01>,
        <http://data.carnegiehall.org/events/75672/work_02>,
        <http://data.carnegiehall.org/events/75672/work_03>,
        <http://data.carnegiehall.org/events/75672/work_04>,
        <http://data.carnegiehall.org/events/75672/work_05> ;
    rdfs:comment """Lecture-Recital of Sacred Music of the Gothic, Renaissance, and Baroque\r
Entered from booking ledger and New York Times concert listing and review.\r
"Who Makes Music and Where: CONCERTS, OPERA AND RECITALS TODAY." New York Times (1923-), Apr 17 1966, p. 132. ProQuest. Web. 5 Sep. 2024.\r
"Elizabeth Vernay Offers Program of Sacred Music." New York Times (1923-), Apr 20 1966, p. 39. ProQuest. Web. 6 Sep. 2024.""" .

