@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/20331/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sextet in E-flat Major, Op. 81b" ;
    ns3:cello <http://data.carnegiehall.org/names/16912> ;
    ns3:french_horn <http://data.carnegiehall.org/names/31362>,
        <http://data.carnegiehall.org/names/40789> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/24182> ;
    ns3:viola <http://data.carnegiehall.org/names/26793> ;
    ns3:violin <http://data.carnegiehall.org/names/33753>,
        <http://data.carnegiehall.org/names/43633> ;
    ns2:performer <http://data.carnegiehall.org/names/16912>,
        <http://data.carnegiehall.org/names/24182>,
        <http://data.carnegiehall.org/names/26793>,
        <http://data.carnegiehall.org/names/31362>,
        <http://data.carnegiehall.org/names/33753>,
        <http://data.carnegiehall.org/names/40789>,
        <http://data.carnegiehall.org/names/43633> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/39162> .

