@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/oboe_d'> .
@prefix ns4: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/6533/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass <http://data.carnegiehall.org/names/11192> ;
    ns2:bassoon <http://data.carnegiehall.org/names/31979> ;
    ns2:cello <http://data.carnegiehall.org/names/27553> ;
    ns2:double_bass <http://data.carnegiehall.org/names/55991> ;
    ns2:flute <http://data.carnegiehall.org/names/22873>,
        <http://data.carnegiehall.org/names/37072> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/18191> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/42760> ;
    ns2:oboe <http://data.carnegiehall.org/names/34351> ;
    ns3:amore <http://data.carnegiehall.org/names/34351> ;
    ns2:organ <http://data.carnegiehall.org/names/16701> ;
    ns2:soprano <http://data.carnegiehall.org/names/17427>,
        <http://data.carnegiehall.org/names/21804> ;
    ns2:tenor <http://data.carnegiehall.org/names/45455> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12842> ;
    ns2:violin <http://data.carnegiehall.org/names/61170> ;
    ns1:performer <http://data.carnegiehall.org/names/11192>,
        <http://data.carnegiehall.org/names/12842>,
        <http://data.carnegiehall.org/names/16701>,
        <http://data.carnegiehall.org/names/17427>,
        <http://data.carnegiehall.org/names/18191>,
        <http://data.carnegiehall.org/names/21804>,
        <http://data.carnegiehall.org/names/22873>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/31979>,
        <http://data.carnegiehall.org/names/34351>,
        <http://data.carnegiehall.org/names/37072>,
        <http://data.carnegiehall.org/names/42760>,
        <http://data.carnegiehall.org/names/45455>,
        <http://data.carnegiehall.org/names/55991>,
        <http://data.carnegiehall.org/names/61170> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/104450> .

