@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/7222/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/59968> ;
    ns2:double_bass <http://data.carnegiehall.org/names/34149> ;
    ns2:french_horn <http://data.carnegiehall.org/names/25233>,
        <http://data.carnegiehall.org/names/46367> ;
    ns2:harp <http://data.carnegiehall.org/names/51215> ;
    ns2:percussion <http://data.carnegiehall.org/names/25394>,
        <http://data.carnegiehall.org/names/44754> ;
    ns2:trombone <http://data.carnegiehall.org/names/45504>,
        <http://data.carnegiehall.org/names/47698>,
        <http://data.carnegiehall.org/names/6372> ;
    ns2:trumpet <http://data.carnegiehall.org/names/31851>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/4426>,
        <http://data.carnegiehall.org/names/9521> ;
    ns2:tuba <http://data.carnegiehall.org/names/57202> ;
    ns2:woodwinds <http://data.carnegiehall.org/names/13980>,
        <http://data.carnegiehall.org/names/19227>,
        <http://data.carnegiehall.org/names/20037>,
        <http://data.carnegiehall.org/names/3377>,
        <http://data.carnegiehall.org/names/41074> ;
    ns1:performer <http://data.carnegiehall.org/names/13980>,
        <http://data.carnegiehall.org/names/19227>,
        <http://data.carnegiehall.org/names/20037>,
        <http://data.carnegiehall.org/names/25233>,
        <http://data.carnegiehall.org/names/25394>,
        <http://data.carnegiehall.org/names/31851>,
        <http://data.carnegiehall.org/names/3377>,
        <http://data.carnegiehall.org/names/34149>,
        <http://data.carnegiehall.org/names/41074>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/4426>,
        <http://data.carnegiehall.org/names/44754>,
        <http://data.carnegiehall.org/names/45504>,
        <http://data.carnegiehall.org/names/46367>,
        <http://data.carnegiehall.org/names/47698>,
        <http://data.carnegiehall.org/names/51215>,
        <http://data.carnegiehall.org/names/57202>,
        <http://data.carnegiehall.org/names/59968>,
        <http://data.carnegiehall.org/names/6372>,
        <http://data.carnegiehall.org/names/9521> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

