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

<http://data.carnegiehall.org/events/5669/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Holberg Suite, Op. 40: 5. Rigaudon: Allegro con brio" ;
    ns3:cello <http://data.carnegiehall.org/names/25180>,
        <http://data.carnegiehall.org/names/4199>,
        <http://data.carnegiehall.org/names/4200> ;
    ns3:conductor <http://data.carnegiehall.org/names/12297> ;
    ns3:orchestra <http://data.carnegiehall.org/names/7449> ;
    ns3:viola <http://data.carnegiehall.org/names/32001>,
        <http://data.carnegiehall.org/names/46277> ;
    ns3:violin <http://data.carnegiehall.org/names/13834> ;
    ns1:performer <http://data.carnegiehall.org/names/12297>,
        <http://data.carnegiehall.org/names/13834>,
        <http://data.carnegiehall.org/names/25180>,
        <http://data.carnegiehall.org/names/32001>,
        <http://data.carnegiehall.org/names/4199>,
        <http://data.carnegiehall.org/names/4200>,
        <http://data.carnegiehall.org/names/46277>,
        <http://data.carnegiehall.org/names/7449> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/79> .

