@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/23224/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:clarinet <http://data.carnegiehall.org/names/20897>,
        <http://data.carnegiehall.org/names/60325> ;
    ns3:double_bass <http://data.carnegiehall.org/names/18487>,
        <http://data.carnegiehall.org/names/27118> ;
    ns3:drums <http://data.carnegiehall.org/names/17356>,
        <http://data.carnegiehall.org/names/4812> ;
    ns3:guitar <http://data.carnegiehall.org/names/19562> ;
    ns3:piano <http://data.carnegiehall.org/names/48262> ;
    ns3:trumpet <http://data.carnegiehall.org/names/14136>,
        <http://data.carnegiehall.org/names/18460>,
        <http://data.carnegiehall.org/names/41564> ;
    ns1:performer <http://data.carnegiehall.org/names/14136>,
        <http://data.carnegiehall.org/names/17356>,
        <http://data.carnegiehall.org/names/18460>,
        <http://data.carnegiehall.org/names/18487>,
        <http://data.carnegiehall.org/names/19562>,
        <http://data.carnegiehall.org/names/20897>,
        <http://data.carnegiehall.org/names/27118>,
        <http://data.carnegiehall.org/names/41564>,
        <http://data.carnegiehall.org/names/4812>,
        <http://data.carnegiehall.org/names/48262>,
        <http://data.carnegiehall.org/names/60325> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

