@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/19369> a ns1:Event ;
    rdfs:label "Making Music: Pierre Boulez" ;
    ns1:description "chamber music performance",
        "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "1999-11-21T15:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/19369/work_01>,
        <http://data.carnegiehall.org/events/19369/work_02>,
        <http://data.carnegiehall.org/events/19369/work_03>,
        <http://data.carnegiehall.org/events/19369/work_04>,
        <http://data.carnegiehall.org/events/19369/work_05>,
        <http://data.carnegiehall.org/events/19369/work_06> ;
    rdfs:comment """Perspectives: Pierre Boulez\r
All-Boulez Program\r
Pierre Boulez is the holder of the 1999-2000 Richard and Barbara Debs Composer's Chair at Carnegie Hall.\r
U.S. PREMIERE of Pierre Boulez's ANTHEMES II""" .

