@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/34366/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Trio in E-flat Major, Op. 3: 1. Allegro con brio" ;
    ns1:cello <http://data.carnegiehall.org/names/19361> ;
    ns1:string_trio <http://data.carnegiehall.org/names/41480> ;
    ns1:viola <http://data.carnegiehall.org/names/19358> ;
    ns1:violin <http://data.carnegiehall.org/names/12381> ;
    ns2:performer <http://data.carnegiehall.org/names/12381>,
        <http://data.carnegiehall.org/names/19358>,
        <http://data.carnegiehall.org/names/19361>,
        <http://data.carnegiehall.org/names/41480> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51955> .

