@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/10413> a ns1:Event ;
    rdfs:label "Concert by the Composers Group of New York City" ;
    ns1:description "chamber music performance",
        "multiple performances" ;
    ns1:location <http://data.carnegiehall.org/venues/94042> ;
    ns1:organizer <http://data.carnegiehall.org/names/42053> ;
    ns1:startDate "1959-01-20T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/10413/work_01>,
        <http://data.carnegiehall.org/events/10413/work_02>,
        <http://data.carnegiehall.org/events/10413/work_03>,
        <http://data.carnegiehall.org/events/10413/work_04>,
        <http://data.carnegiehall.org/events/10413/work_05>,
        <http://data.carnegiehall.org/events/10413/work_06>,
        <http://data.carnegiehall.org/events/10413/work_07>,
        <http://data.carnegiehall.org/events/10413/work_08> ;
    rdfs:comment """NEW YORK PREMIERE of Johan Franco's TWO NOCTURNES\r
NEW YORK PREMIERE of Franco's TOCCATA\r
NEW YORK PREMIERE of Tom J. Flannagan, Jr.'s FOUR SONNETS OF EDNA ST. VINCENT MILLAY\r
WORLD PREMIERE of Herman M. Parris's SIX BRIEF CONTRASTS\r
WORLD PREMIERE of Sam Ewell's HOMAGE A MOLIERE\r
WORLD PREMIERE of Vally Weigl's SONGS FROM "DO NOT AWAKE ME" BY MARION EDEY\r
WORLD PREMIERE of William Ames's PIANO QUARTET""" .

