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

<http://data.carnegiehall.org/events/15804/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Quintet No. 2 in E-flat Minor, Op. 26" ;
    ns1:cello <http://data.carnegiehall.org/names/3530> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/52762> ;
    ns1:piano <http://data.carnegiehall.org/names/34828> ;
    ns1:viola <http://data.carnegiehall.org/names/30342> ;
    ns1:violin <http://data.carnegiehall.org/names/35626>,
        <http://data.carnegiehall.org/names/60955> ;
    ns3:performer <http://data.carnegiehall.org/names/30342>,
        <http://data.carnegiehall.org/names/34828>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/35626>,
        <http://data.carnegiehall.org/names/52762>,
        <http://data.carnegiehall.org/names/60955> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/20865> .

