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

<http://data.carnegiehall.org/events/3948/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:bassoon <http://data.carnegiehall.org/names/47767> ;
    ns3:cello <http://data.carnegiehall.org/names/47581> ;
    ns3:clarinet <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/55435> ;
    ns3:double_bass <http://data.carnegiehall.org/names/9895> ;
    ns3:flute <http://data.carnegiehall.org/names/55779> ;
    ns3:french_horn <http://data.carnegiehall.org/names/18303>,
        <http://data.carnegiehall.org/names/59463> ;
    ns3:oboe <http://data.carnegiehall.org/names/28083> ;
    ns3:piano <http://data.carnegiehall.org/names/19146> ;
    ns3:trumpet <http://data.carnegiehall.org/names/39614> ;
    ns3:viola <http://data.carnegiehall.org/names/33286> ;
    ns3:violin <http://data.carnegiehall.org/names/29869>,
        <http://data.carnegiehall.org/names/48632> ;
    ns1:performer <http://data.carnegiehall.org/names/18303>,
        <http://data.carnegiehall.org/names/19146>,
        <http://data.carnegiehall.org/names/28083>,
        <http://data.carnegiehall.org/names/29869>,
        <http://data.carnegiehall.org/names/33286>,
        <http://data.carnegiehall.org/names/39614>,
        <http://data.carnegiehall.org/names/47581>,
        <http://data.carnegiehall.org/names/47767>,
        <http://data.carnegiehall.org/names/48632>,
        <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/55435>,
        <http://data.carnegiehall.org/names/55779>,
        <http://data.carnegiehall.org/names/59463>,
        <http://data.carnegiehall.org/names/9895> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

