@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/79653> a ns1:Event ;
    rdfs:label "New York Invitational Music Festival: Afternoon Performance" ;
    ns1:description "concert band performance",
        "multiple performances",
        "student performance",
        "symphony orchestra performance" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/133890> ;
    ns1:startDate "2026-03-18T13:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/79653/work_01>,
        <http://data.carnegiehall.org/events/79653/work_02>,
        <http://data.carnegiehall.org/events/79653/work_03>,
        <http://data.carnegiehall.org/events/79653/work_04>,
        <http://data.carnegiehall.org/events/79653/work_05>,
        <http://data.carnegiehall.org/events/79653/work_06>,
        <http://data.carnegiehall.org/events/79653/work_07>,
        <http://data.carnegiehall.org/events/79653/work_08>,
        <http://data.carnegiehall.org/events/79653/work_09>,
        <http://data.carnegiehall.org/events/79653/work_10>,
        <http://data.carnegiehall.org/events/79653/work_11>,
        <http://data.carnegiehall.org/events/79653/work_12> ;
    rdfs:comment "The program was performed without intermission. A note in the printed concert program indicates that the pieces to be performed by the final group, Monroe Township High School Honors Wind Ensemble, was to have been selected from the works shown here, so some of the last four works may not have been performed." .

