@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/15095> a ns1:Event ;
    rdfs:label "Sonneries Wind Quintet" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/36133> ;
    ns1:startDate "1977-11-13T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/15095/work_01>,
        <http://data.carnegiehall.org/events/15095/work_02>,
        <http://data.carnegiehall.org/events/15095/work_03>,
        <http://data.carnegiehall.org/events/15095/work_04> ;
    rdfs:comment """Licensee: Philip HIllstrom\r
New York Debut\r
No program for this concert.  Time and date entered from program calendar; repertoire (order uncertain) entered from review (filed with Recital Hall programs).\r
NEW YORK PREMIERE of Roque Cordero's VARIATIONS AND THEME FOR FIVE""" .

