@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/12370> a ns1:Event ;
    rdfs:label "Robert Stallman: Flute Fest" ;
    ns1:description "chamber music performance" ;
    ns1:location <http://data.carnegiehall.org/venues/1> ;
    ns1:organizer <http://data.carnegiehall.org/names/74264> ;
    ns1:startDate "1992-06-07T14:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/12370/work_01>,
        <http://data.carnegiehall.org/events/12370/work_02>,
        <http://data.carnegiehall.org/events/12370/work_03>,
        <http://data.carnegiehall.org/events/12370/work_04>,
        <http://data.carnegiehall.org/events/12370/work_05>,
        <http://data.carnegiehall.org/events/12370/work_06>,
        <http://data.carnegiehall.org/events/12370/work_07>,
        <http://data.carnegiehall.org/events/12370/work_08>,
        <http://data.carnegiehall.org/events/12370/work_09>,
        <http://data.carnegiehall.org/events/12370/work_10>,
        <http://data.carnegiehall.org/events/12370/work_11>,
        <http://data.carnegiehall.org/events/12370/work_12>,
        <http://data.carnegiehall.org/events/12370/work_13>,
        <http://data.carnegiehall.org/events/12370/work_14>,
        <http://data.carnegiehall.org/events/12370/work_15>,
        <http://data.carnegiehall.org/events/12370/work_16> ;
    rdfs:comment """WORLD PREMIERE of Daniel W. Hosken's EXPANSIONS\r
WORLD PREMIERE of Mitch Hampton's SUITE FOR FLUTE AND PIANO\r
WORLD PREMIERE of Paul Brainard's COMING TO TERMS\r
WORLD PREMIERE of Romeo Melloni's NOTTURNO FOR FLUTE, PIANO, AND HARPSICHORD\r
WORLD PREMIERE of Jang Hyeog Yoon's BOOK OF EVOLUTION\r
WORLD PREMIERE of Ross Moyer's ROMANCE FOR FLUTE AND PIANO""" .

