@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/63065/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:double_bass <http://data.carnegiehall.org/names/57295> ;
    ns3:drums <http://data.carnegiehall.org/names/65589> ;
    ns3:guitar <http://data.carnegiehall.org/names/91018> ;
    ns3:percussion <http://data.carnegiehall.org/names/118707> ;
    ns3:piano <http://data.carnegiehall.org/names/118708> ;
    ns3:trombone <http://data.carnegiehall.org/names/118706> ;
    ns3:trumpet <http://data.carnegiehall.org/names/118704> ;
    ns3:woodwinds <http://data.carnegiehall.org/names/118705> ;
    ns1:performer <http://data.carnegiehall.org/names/118704>,
        <http://data.carnegiehall.org/names/118705>,
        <http://data.carnegiehall.org/names/118706>,
        <http://data.carnegiehall.org/names/118707>,
        <http://data.carnegiehall.org/names/118708>,
        <http://data.carnegiehall.org/names/57295>,
        <http://data.carnegiehall.org/names/65589>,
        <http://data.carnegiehall.org/names/91018> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

