@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/46974> a ns1:Event ;
    rdfs:label "LaSalle String Quartet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/100634> ;
    ns1:startDate "1959-02-07T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/46974/work_01>,
        <http://data.carnegiehall.org/events/46974/work_02>,
        <http://data.carnegiehall.org/events/46974/work_03>,
        <http://data.carnegiehall.org/events/46974/work_04>,
        <http://data.carnegiehall.org/events/46974/work_05> ;
    rdfs:comment """This performance featured the complete works for string quartet by Anton Webern.\r
Entered from New York Times concert listing and review and booking ledger.\r
"Opera, Concert And Recital Programs Of The Week." New York Times (1923-Current file): 1. Feb 01 1959. ProQuest. Web. 17 Aug. 2015.\r
Salzman, Eric. "Ensemble Offers Webern Tribute." New York Times (1923-Current file): 24. Feb 09 1959. ProQuest. Web. 17 Aug. 2015.""" .

