@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/16411/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/44820> ;
    ns2:flute <http://data.carnegiehall.org/names/6325> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/45456> ;
    ns2:oboe <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/17514> ;
    ns2:organ <http://data.carnegiehall.org/names/9679> ;
    ns2:trumpet <http://data.carnegiehall.org/names/13497>,
        <http://data.carnegiehall.org/names/37910>,
        <http://data.carnegiehall.org/names/5130> ;
    ns2:violin <http://data.carnegiehall.org/names/61170> ;
    ns1:performer <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/13497>,
        <http://data.carnegiehall.org/names/17514>,
        <http://data.carnegiehall.org/names/37910>,
        <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/44820>,
        <http://data.carnegiehall.org/names/45456>,
        <http://data.carnegiehall.org/names/5130>,
        <http://data.carnegiehall.org/names/61170>,
        <http://data.carnegiehall.org/names/6325>,
        <http://data.carnegiehall.org/names/9679> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

