@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/68955> a ns1:Event ;
    rdfs:label "Pauline Oliveros at 90" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/65521> ;
    ns1:organizer <http://data.carnegiehall.org/names/271> ;
    ns1:startDate "2023-01-21T21:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/68955/work_01>,
        <http://data.carnegiehall.org/events/68955/work_02>,
        <http://data.carnegiehall.org/events/68955/work_03> ;
    rdfs:comment """All-Oliveros Program\r
Claire Chase is holder of 2022–2023 Richard and Barbara Debs Composer’s Chair at Carnegie Hall.\r
Claire Chase, Flutes\r
Lisa E. Harris, Vocals\r
Susie Ibarra, Percussion\r
Alex Peh, Prepared Piano\r
Senem Pirler, Live Electronics\r
Matana Roberts, Saxophone\r
Tyshawn Sorey, Percussion\r
Manari Ushigua, Forest Wisdom Defender\r
with IONE, Special Guest\r
Eduardo Kohn, Special Guest\r
This concert was performed with a center stage configuration.""" .

