@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/69412/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Quintet in A Major, Op. 81: 3. Scherzo – Furiant: Molto vivace" ;
    ns1:cello <http://data.carnegiehall.org/names/121106> ;
    ns1:piano <http://data.carnegiehall.org/names/128323> ;
    ns1:piano_quintet <http://data.carnegiehall.org/names/128321> ;
    ns1:viola <http://data.carnegiehall.org/names/121105> ;
    ns1:violin <http://data.carnegiehall.org/names/128322>,
        <http://data.carnegiehall.org/names/74462> ;
    ns3:performer <http://data.carnegiehall.org/names/121105>,
        <http://data.carnegiehall.org/names/121106>,
        <http://data.carnegiehall.org/names/128321>,
        <http://data.carnegiehall.org/names/128322>,
        <http://data.carnegiehall.org/names/128323>,
        <http://data.carnegiehall.org/names/74462> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/51098> .

