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

<http://data.carnegiehall.org/events/7759/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Trio in E-flat Major, Op. 3: 1. Allegro con brio" ;
    ns3:cello <http://data.carnegiehall.org/names/45461> ;
    ns3:string_trio <http://data.carnegiehall.org/names/49526> ;
    ns3:viola <http://data.carnegiehall.org/names/5634> ;
    ns3:violin <http://data.carnegiehall.org/names/820> ;
    ns2:performer <http://data.carnegiehall.org/names/45461>,
        <http://data.carnegiehall.org/names/49526>,
        <http://data.carnegiehall.org/names/5634>,
        <http://data.carnegiehall.org/names/820> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/51955> .

