@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/41691> 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/64074> ;
    ns1:startDate "1964-12-02T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41691/work_01>,
        <http://data.carnegiehall.org/events/41691/work_02>,
        <http://data.carnegiehall.org/events/41691/work_03> ;
    rdfs:comment """New York Debut\r
Entered from booking ledger and New York Times concert listing and review. The individual musicians are not named; those noted here have been sourced from the quartet's1966 appearance and may not be correct.\r
"Operas and Concerts for the Week." New York Times (1923-), Nov 29 1964, p. 1. ProQuest. Web. 31 Jan. 2024.\r
Strongin, Theodore. "SALZBURG QUARTET PERFORMS IN DEBUT." New York Times (1923-), Dec 03 1964, p. 59. ProQuest. Web. 1 Feb. 2024.""" .

