@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/47931/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "At the Octoroon Balls: 5. Hellbound Highball" ;
    ns1:cello <http://data.carnegiehall.org/names/75650> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/75649> ;
    ns1:viola <http://data.carnegiehall.org/names/75648> ;
    ns1:violin <http://data.carnegiehall.org/names/69480>,
        <http://data.carnegiehall.org/names/72315> ;
    ns2:performer <http://data.carnegiehall.org/names/69480>,
        <http://data.carnegiehall.org/names/72315>,
        <http://data.carnegiehall.org/names/75648>,
        <http://data.carnegiehall.org/names/75649>,
        <http://data.carnegiehall.org/names/75650> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71791> .

