@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/40963/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Night Music: Voices in the Leaves" ;
    ns1:cello <http://data.carnegiehall.org/names/62691> ;
    ns1:clarinet <http://data.carnegiehall.org/names/68832> ;
    ns1:conductor <http://data.carnegiehall.org/names/68816> ;
    ns1:double_bass <http://data.carnegiehall.org/names/68825> ;
    ns1:flute <http://data.carnegiehall.org/names/68831> ;
    ns1:harp <http://data.carnegiehall.org/names/61782> ;
    ns1:percussion <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/68829> ;
    ns1:piano <http://data.carnegiehall.org/names/12086> ;
    ns1:viola <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/68819> ;
    ns1:violin <http://data.carnegiehall.org/names/66631>,
        <http://data.carnegiehall.org/names/68817> ;
    ns2:performer <http://data.carnegiehall.org/names/12086>,
        <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/61782>,
        <http://data.carnegiehall.org/names/62691>,
        <http://data.carnegiehall.org/names/66631>,
        <http://data.carnegiehall.org/names/68816>,
        <http://data.carnegiehall.org/names/68817>,
        <http://data.carnegiehall.org/names/68819>,
        <http://data.carnegiehall.org/names/68825>,
        <http://data.carnegiehall.org/names/68829>,
        <http://data.carnegiehall.org/names/68831>,
        <http://data.carnegiehall.org/names/68832> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59782> .

