@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/65988> a ns1:Event ;
    rdfs:label "Wolf-Mahler-Weigl Evening" ;
    ns1:description "chamber music performance",
        "joint recital" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/125023>,
        <http://data.carnegiehall.org/names/125024> ;
    ns1:startDate "1956-10-11T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/65988/work_01>,
        <http://data.carnegiehall.org/events/65988/work_02>,
        <http://data.carnegiehall.org/events/65988/work_03>,
        <http://data.carnegiehall.org/events/65988/work_04>,
        <http://data.carnegiehall.org/events/65988/work_05>,
        <http://data.carnegiehall.org/events/65988/work_06> ;
    rdfs:comment """Entered from booking ledger, the New York Times concert listing and review, and information from the Karl Weigl Foundation. According to the review, the concert was made possible by a grant from the recording industries trust fund of the American Federation of Musicians.\r
U.S. PREMIERE of Karl Weigl's 5 SONGS FOR SOPRANO AND STRING QUARTET, OP. 40\r
WORLD PREMIERE of Weigl's STRING QUARTET NO. 7 IN F MINOR\r
"MUSIC PROGRAMS." New York Times (1923-Current file), Oct 07 1956, p. 132. ProQuest. Web. 1 Apr. 2021.\r
"WEIGL'S 'FIVE SONGS' PLAYED AT CONCERT." New York Times (1923-Current file), Oct 12 1956, p. 35. ProQuest. Web. 2 Apr. 2021.\r
String Quartet No. 7. http://www.karlweigl.org/works.php?work=99. Accessed 2 Apr. 2021.""" .

