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

<http://data.carnegiehall.org/events/7559/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Never Saw Another Butterfly: The Butterfly Birdsong" ;
    ns2:choir <http://data.carnegiehall.org/names/32477>,
        <http://data.carnegiehall.org/names/33759>,
        <http://data.carnegiehall.org/names/51878> ;
    ns2:conductor <http://data.carnegiehall.org/names/6382> ;
    ns2:organ <http://data.carnegiehall.org/names/6381> ;
    ns2:piano <http://data.carnegiehall.org/names/28367> ;
    ns1:performer <http://data.carnegiehall.org/names/28367>,
        <http://data.carnegiehall.org/names/32477>,
        <http://data.carnegiehall.org/names/33759>,
        <http://data.carnegiehall.org/names/51878>,
        <http://data.carnegiehall.org/names/6381>,
        <http://data.carnegiehall.org/names/6382> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14647> .

