@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/43065> a ns1:Event ;
    rdfs:label "Kronos Quartet: Songs are Sung" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2006-03-24T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43065/work_01>,
        <http://data.carnegiehall.org/events/43065/work_02>,
        <http://data.carnegiehall.org/events/43065/work_03>,
        <http://data.carnegiehall.org/events/43065/work_04> ;
    rdfs:comment """This concert was the first of a six-concert Kronos festival called "Kronos: Live Mix"\r
NEW YORK PREMIERE of Alexandra du Bois' NIGHT SONGS\r
WORLD PREMIERE of Michael Gordon's THE SAD PARK\r
U.S. PREMIERE of Henryk Gorecki's PIESNI SPIEWAJA (STRING QUARTET NO.3), OP.67 (CHC co-commission)""" .

