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

<http://data.carnegiehall.org/events/48260/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/86600> ;
    ns2:cello <http://data.carnegiehall.org/names/75433> ;
    ns2:double_bass <http://data.carnegiehall.org/names/86607> ;
    ns2:drums <http://data.carnegiehall.org/names/86604> ;
    ns2:harp <http://data.carnegiehall.org/names/86605> ;
    ns2:piano <http://data.carnegiehall.org/names/86603> ;
    ns2:saxophone <http://data.carnegiehall.org/names/86599> ;
    ns2:trumpet <http://data.carnegiehall.org/names/86602>,
        <http://data.carnegiehall.org/names/86606> ;
    ns2:tuba <http://data.carnegiehall.org/names/79623> ;
    ns2:violin <http://data.carnegiehall.org/names/86601> ;
    ns1:performer <http://data.carnegiehall.org/names/75433>,
        <http://data.carnegiehall.org/names/79623>,
        <http://data.carnegiehall.org/names/86599>,
        <http://data.carnegiehall.org/names/86600>,
        <http://data.carnegiehall.org/names/86601>,
        <http://data.carnegiehall.org/names/86602>,
        <http://data.carnegiehall.org/names/86603>,
        <http://data.carnegiehall.org/names/86604>,
        <http://data.carnegiehall.org/names/86605>,
        <http://data.carnegiehall.org/names/86606>,
        <http://data.carnegiehall.org/names/86607> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

