@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/26409/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade, Op. 24" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/24003> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/5096> ;
    ns1:cello <http://data.carnegiehall.org/names/28387> ;
    ns1:clarinet <http://data.carnegiehall.org/names/34486> ;
    ns1:guitar <http://data.carnegiehall.org/names/45330> ;
    ns1:mandolin <http://data.carnegiehall.org/names/47598> ;
    ns1:viola <http://data.carnegiehall.org/names/13378> ;
    ns1:violin <http://data.carnegiehall.org/names/6784> ;
    ns2:performer <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/24003>,
        <http://data.carnegiehall.org/names/28387>,
        <http://data.carnegiehall.org/names/34486>,
        <http://data.carnegiehall.org/names/45330>,
        <http://data.carnegiehall.org/names/47598>,
        <http://data.carnegiehall.org/names/5096>,
        <http://data.carnegiehall.org/names/6784> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31942> .

