@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/43146> a ns1:Event ;
    rdfs:label "Kronos Quartet: The Cusp of Magic" ;
    ns2:genre <http://data.carnegiehall.org/genres/114> ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2006-04-07T19:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/43146/work_01>,
        <http://data.carnegiehall.org/events/43146/work_02>,
        <http://data.carnegiehall.org/events/43146/work_03>,
        <http://data.carnegiehall.org/events/43146/work_04>,
        <http://data.carnegiehall.org/events/43146/work_05> ;
    rdfs:comment """This concert was the fifth event of a six-concert Kronos festival called "Kronos: Live Mix."\r
Lighting Design: Larry Neff\r
Sound Design: Scott Fraser\r
WORLD PREMIERE of J. G. Thirlwell's NOMATOPHOBIS (CHC co-commission)\r
WORLD PREMIERE of Glenn Branca's LIGHT FIELD (IN CONSONANCE) (Carnegie Hall commission)\r
WORLD PREMIERE of EARLY CHINESE MUSIC, arr. Wu Man and Kronos Quartet (CHC co-commission)\r
NEW YORK PREMIERE of Terry Riley's THE CUSP OF MAGIC""" .

