@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/14656/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:alto_recorder <http://data.carnegiehall.org/names/8100> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/98706> ;
    ns3:flute <http://data.carnegiehall.org/names/56827> ;
    ns3:soprano <http://data.carnegiehall.org/names/98704> ;
    ns3:viola_da_gamba <http://data.carnegiehall.org/names/59062> ;
    ns3:virginal <http://data.carnegiehall.org/names/98705> ;
    ns1:performer <http://data.carnegiehall.org/names/56827>,
        <http://data.carnegiehall.org/names/59062>,
        <http://data.carnegiehall.org/names/8100>,
        <http://data.carnegiehall.org/names/98704>,
        <http://data.carnegiehall.org/names/98705>,
        <http://data.carnegiehall.org/names/98706> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

