@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58921/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream, Op. 64: Choral Suite: 4. Now until the break of day" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/109878>,
        <http://data.carnegiehall.org/names/109879>,
        <http://data.carnegiehall.org/names/109880>,
        <http://data.carnegiehall.org/names/109881>,
        <http://data.carnegiehall.org/names/109882>,
        <http://data.carnegiehall.org/names/109883>,
        <http://data.carnegiehall.org/names/109884>,
        <http://data.carnegiehall.org/names/81922> ;
    ns1:conductor <http://data.carnegiehall.org/names/64086> ;
    ns1:piano <http://data.carnegiehall.org/names/109872> ;
    ns2:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/109878>,
        <http://data.carnegiehall.org/names/109879>,
        <http://data.carnegiehall.org/names/109880>,
        <http://data.carnegiehall.org/names/109881>,
        <http://data.carnegiehall.org/names/109882>,
        <http://data.carnegiehall.org/names/109883>,
        <http://data.carnegiehall.org/names/109884>,
        <http://data.carnegiehall.org/names/64086>,
        <http://data.carnegiehall.org/names/81922> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99921> .

