@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/23160/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:clarinet <http://data.carnegiehall.org/names/884> ;
    ns2:double_bass <http://data.carnegiehall.org/names/27806> ;
    ns2:flute <http://data.carnegiehall.org/names/41853> ;
    ns2:host <http://data.carnegiehall.org/names/3958> ;
    ns2:narrator <http://data.carnegiehall.org/names/3958> ;
    ns2:percussion <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/35781> ;
    ns2:piano <http://data.carnegiehall.org/names/22055>,
        <http://data.carnegiehall.org/names/36461> ;
    ns2:viola <http://data.carnegiehall.org/names/13632>,
        <http://data.carnegiehall.org/names/1544> ;
    ns2:violin <http://data.carnegiehall.org/names/30651>,
        <http://data.carnegiehall.org/names/38731> ;
    ns1:performer <http://data.carnegiehall.org/names/13632>,
        <http://data.carnegiehall.org/names/1544>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/22055>,
        <http://data.carnegiehall.org/names/27806>,
        <http://data.carnegiehall.org/names/30651>,
        <http://data.carnegiehall.org/names/35781>,
        <http://data.carnegiehall.org/names/36461>,
        <http://data.carnegiehall.org/names/38731>,
        <http://data.carnegiehall.org/names/3958>,
        <http://data.carnegiehall.org/names/41853>,
        <http://data.carnegiehall.org/names/884> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

