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

<http://data.carnegiehall.org/events/5907/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:cello <http://data.carnegiehall.org/names/18348> ;
    ns1:clarinet <http://data.carnegiehall.org/names/56911> ;
    ns1:double_bass <http://data.carnegiehall.org/names/52670> ;
    ns1:flute <http://data.carnegiehall.org/names/31056> ;
    ns1:french_horn <http://data.carnegiehall.org/names/39424> ;
    ns1:oboe <http://data.carnegiehall.org/names/4726> ;
    ns1:percussion <http://data.carnegiehall.org/names/24138> ;
    ns1:piano <http://data.carnegiehall.org/names/53260> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/55190> ;
    ns1:trombone <http://data.carnegiehall.org/names/39271> ;
    ns1:trumpet <http://data.carnegiehall.org/names/27391> ;
    ns1:viola <http://data.carnegiehall.org/names/28979> ;
    ns1:violin <http://data.carnegiehall.org/names/10806>,
        <http://data.carnegiehall.org/names/6709> ;
    ns3:performer <http://data.carnegiehall.org/names/10806>,
        <http://data.carnegiehall.org/names/18348>,
        <http://data.carnegiehall.org/names/24138>,
        <http://data.carnegiehall.org/names/27391>,
        <http://data.carnegiehall.org/names/28979>,
        <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/39271>,
        <http://data.carnegiehall.org/names/39424>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/52670>,
        <http://data.carnegiehall.org/names/53260>,
        <http://data.carnegiehall.org/names/55190>,
        <http://data.carnegiehall.org/names/56911>,
        <http://data.carnegiehall.org/names/6709> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

