@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/26987> a ns1:Event ;
    rdfs:label "North/South Consonance: Solos and Ensembles" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/30830> ;
    ns1:startDate "1986-04-06T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/26987/work_01>,
        <http://data.carnegiehall.org/events/26987/work_02>,
        <http://data.carnegiehall.org/events/26987/work_03>,
        <http://data.carnegiehall.org/events/26987/work_04>,
        <http://data.carnegiehall.org/events/26987/work_05> ;
    rdfs:comment """NEW YORK PREMIERE of Howard Quilling's SONATA NO. 3 \r
NEW YORK PREMIERE of Krzysztof Penderecki's CADENZA\r
WORLD PREMIERE of Susan Blaustein's DANAE AND PERSEUS\r
U.S. PREMIERE of Bruce Saylor's THE WAVES""" .

