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

<http://data.carnegiehall.org/events/13674/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/31979> ;
    ns1:cello <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/4262> ;
    ns1:double_bass <http://data.carnegiehall.org/names/42875> ;
    ns1:keyboard <http://data.carnegiehall.org/names/954> ;
    ns1:oboe <http://data.carnegiehall.org/names/6013> ;
    ns1:soprano <http://data.carnegiehall.org/names/10022> ;
    ns1:viola <http://data.carnegiehall.org/names/44818>,
        <http://data.carnegiehall.org/names/9217> ;
    ns1:violin <http://data.carnegiehall.org/names/25391>,
        <http://data.carnegiehall.org/names/27752>,
        <http://data.carnegiehall.org/names/27753>,
        <http://data.carnegiehall.org/names/27939>,
        <http://data.carnegiehall.org/names/44709>,
        <http://data.carnegiehall.org/names/59252> ;
    ns2:performer <http://data.carnegiehall.org/names/10022>,
        <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/25391>,
        <http://data.carnegiehall.org/names/27752>,
        <http://data.carnegiehall.org/names/27753>,
        <http://data.carnegiehall.org/names/27939>,
        <http://data.carnegiehall.org/names/31979>,
        <http://data.carnegiehall.org/names/4262>,
        <http://data.carnegiehall.org/names/42875>,
        <http://data.carnegiehall.org/names/44709>,
        <http://data.carnegiehall.org/names/44818>,
        <http://data.carnegiehall.org/names/59252>,
        <http://data.carnegiehall.org/names/6013>,
        <http://data.carnegiehall.org/names/9217>,
        <http://data.carnegiehall.org/names/954> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

