@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/48123> a ns1:Event ;
    rdfs:label "The Paganini Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/78> ;
    ns1:startDate "1965-02-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/48123/work_01>,
        <http://data.carnegiehall.org/events/48123/work_02>,
        <http://data.carnegiehall.org/events/48123/work_03>,
        <http://data.carnegiehall.org/events/48123/work_04>,
        <http://data.carnegiehall.org/events/48123/work_05> ;
    rdfs:comment """Entered from booking ledger and New York Times concert listing and review; the exact program order is uncertain.\r
WORLD PREMIERE of Anis Fuleihan's STRING QUARTET NO. 5\r
NEW YORK PREMIERE of Giuseppe Maria Cambini's STRING QUARTET IN B-FLAT MAJOR, OP. 29, NO. 4\r
"Opera and Concerts." New York Times (1923-Current file), Feb 07 1965, p. 1. ProQuest. Web. 17 Mar. 2021.\r
"String Group Returns." New York Times (1923-Current file), Feb 08 1965, p. 28. ProQuest. Web. 17 Mar. 2021.""" .

