@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/32591/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/3530> ;
    ns2:clarinet <http://data.carnegiehall.org/names/47076> ;
    ns2:double_bass <http://data.carnegiehall.org/names/19379> ;
    ns2:flute <http://data.carnegiehall.org/names/42027> ;
    ns2:percussion <http://data.carnegiehall.org/names/33696> ;
    ns2:piano <http://data.carnegiehall.org/names/8915> ;
    ns2:saxophone <http://data.carnegiehall.org/names/43936> ;
    ns2:trombone <http://data.carnegiehall.org/names/45026> ;
    ns2:trumpet <http://data.carnegiehall.org/names/55247> ;
    ns2:violin <http://data.carnegiehall.org/names/25066> ;
    ns1:performer <http://data.carnegiehall.org/names/19379>,
        <http://data.carnegiehall.org/names/25066>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/42027>,
        <http://data.carnegiehall.org/names/43936>,
        <http://data.carnegiehall.org/names/45026>,
        <http://data.carnegiehall.org/names/47076>,
        <http://data.carnegiehall.org/names/55247>,
        <http://data.carnegiehall.org/names/8915> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

