@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/9561/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/16095> ;
    ns2:cello <http://data.carnegiehall.org/names/16577> ;
    ns2:double_bass <http://data.carnegiehall.org/names/58152> ;
    ns2:flute <http://data.carnegiehall.org/names/34104> ;
    ns2:french_horn <http://data.carnegiehall.org/names/38407> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/29638> ;
    ns2:oboe <http://data.carnegiehall.org/names/48307> ;
    ns2:percussion <http://data.carnegiehall.org/names/3586> ;
    ns2:saxophone <http://data.carnegiehall.org/names/32459> ;
    ns2:trombone <http://data.carnegiehall.org/names/29637> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12385> ;
    ns2:viola <http://data.carnegiehall.org/names/44817> ;
    ns2:violin <http://data.carnegiehall.org/names/41481>,
        <http://data.carnegiehall.org/names/55171> ;
    ns1:performer <http://data.carnegiehall.org/names/12385>,
        <http://data.carnegiehall.org/names/16095>,
        <http://data.carnegiehall.org/names/16577>,
        <http://data.carnegiehall.org/names/29637>,
        <http://data.carnegiehall.org/names/29638>,
        <http://data.carnegiehall.org/names/32459>,
        <http://data.carnegiehall.org/names/34104>,
        <http://data.carnegiehall.org/names/3586>,
        <http://data.carnegiehall.org/names/38407>,
        <http://data.carnegiehall.org/names/41481>,
        <http://data.carnegiehall.org/names/44817>,
        <http://data.carnegiehall.org/names/48307>,
        <http://data.carnegiehall.org/names/55171>,
        <http://data.carnegiehall.org/names/58152> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

