@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/14722/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:double_bass <http://data.carnegiehall.org/names/40176> ;
    ns1:drums <http://data.carnegiehall.org/names/10409> ;
    ns1:french_horn <http://data.carnegiehall.org/names/13217>,
        <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/2368>,
        <http://data.carnegiehall.org/names/31211> ;
    ns1:percussion <http://data.carnegiehall.org/names/13218>,
        <http://data.carnegiehall.org/names/26523>,
        <http://data.carnegiehall.org/names/43200> ;
    ns1:trombone <http://data.carnegiehall.org/names/11955>,
        <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/13897>,
        <http://data.carnegiehall.org/names/44382> ;
    ns1:trumpet <http://data.carnegiehall.org/names/28954>,
        <http://data.carnegiehall.org/names/29778>,
        <http://data.carnegiehall.org/names/41233> ;
    ns1:tuba <http://data.carnegiehall.org/names/42538> ;
    ns2:performer <http://data.carnegiehall.org/names/10409>,
        <http://data.carnegiehall.org/names/11955>,
        <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/13217>,
        <http://data.carnegiehall.org/names/13218>,
        <http://data.carnegiehall.org/names/13897>,
        <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/2368>,
        <http://data.carnegiehall.org/names/26523>,
        <http://data.carnegiehall.org/names/28954>,
        <http://data.carnegiehall.org/names/29778>,
        <http://data.carnegiehall.org/names/31211>,
        <http://data.carnegiehall.org/names/40176>,
        <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/42538>,
        <http://data.carnegiehall.org/names/43200>,
        <http://data.carnegiehall.org/names/44382> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

