@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/17642/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:flute <http://data.carnegiehall.org/names/42027> ;
    ns1:percussion <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/4926>,
        <http://data.carnegiehall.org/names/52162>,
        <http://data.carnegiehall.org/names/52418> ;
    ns1:piano <http://data.carnegiehall.org/names/8915> ;
    ns2:performer <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/42027>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/4926>,
        <http://data.carnegiehall.org/names/52162>,
        <http://data.carnegiehall.org/names/52418>,
        <http://data.carnegiehall.org/names/8915> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

