@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/41511> a ns1:Event ;
    rdfs:label "York String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/18417> ;
    ns1:startDate "1964-05-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/41511/work_01>,
        <http://data.carnegiehall.org/events/41511/work_02>,
        <http://data.carnegiehall.org/events/41511/work_03> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing. Since the listing does not name the members of the quartet, the personnel listed here was sourced from a 1963 Carnegie Recital Hall performance by the York String Quartet, and is not certain.\r
"OPERA AND CONCERT PROGRAMS." New York Times (1923-), May 03 1964, p. 1. ProQuest. Web. 20 Nov. 2023.""" .

