@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/7205> a ns1:Event ;
    rdfs:label "New York Woodwind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/238> ;
    ns1:startDate "1959-03-03T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/7205/work_01>,
        <http://data.carnegiehall.org/events/7205/work_02>,
        <http://data.carnegiehall.org/events/7205/work_03>,
        <http://data.carnegiehall.org/events/7205/work_04> ;
    rdfs:comment """This was the first of two concerts. The second was held on March 10, 1959.\r
NEW YORK PREMIERE of David Diamond's WIND QUINTET\r
NEW YORK PREMIERE of William Bergsma's CONCERTO FOR WIND QUINTET\r
""" .

