@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/38594> a ns1:Event ;
    rdfs:label "The Salzburg String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/60>,
        <http://data.carnegiehall.org/names/60001> ;
    ns1:startDate "1966-02-25T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/38594/work_01>,
        <http://data.carnegiehall.org/events/38594/work_02>,
        <http://data.carnegiehall.org/events/38594/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review.\r
NEW YORK PREMIERE of Eli Krul's STRING QUARTET\r
"Who Makes Music and Where." New York Times (1923-), Feb 20 1966, p. 1. ProQuest. Web. 24 Oct. 2022.\r
"SALZBURGERS OFFER 3D CONCERT OF YEAR." New York Times (1923-), Feb 26 1966, p. 13. ProQuest. Web. 24 Oct. 2022.""" .

