@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/37690/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Night Music: Voices in the Leaves" ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/61796> ;
    ns1:clarinet <http://data.carnegiehall.org/names/884> ;
    ns1:conductor <http://data.carnegiehall.org/names/61781> ;
    ns1:double_bass <http://data.carnegiehall.org/names/21046> ;
    ns1:flute <http://data.carnegiehall.org/names/35248> ;
    ns1:harp <http://data.carnegiehall.org/names/61782> ;
    ns1:percussion <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/44173> ;
    ns1:piano <http://data.carnegiehall.org/names/12086> ;
    ns1:viola <http://data.carnegiehall.org/names/34796> ;
    ns1:violin <http://data.carnegiehall.org/names/24399> ;
    ns2:performer <http://data.carnegiehall.org/names/12086>,
        <http://data.carnegiehall.org/names/21046>,
        <http://data.carnegiehall.org/names/24399>,
        <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/61781>,
        <http://data.carnegiehall.org/names/61782>,
        <http://data.carnegiehall.org/names/61796>,
        <http://data.carnegiehall.org/names/884> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59782> .

