@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/7832/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/30758> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/33848> ;
    ns1:cello <http://data.carnegiehall.org/names/914> ;
    ns1:clarinet <http://data.carnegiehall.org/names/22100> ;
    ns1:flute <http://data.carnegiehall.org/names/20494> ;
    ns1:percussion <http://data.carnegiehall.org/names/33696> ;
    ns1:piano <http://data.carnegiehall.org/names/17632> ;
    ns1:piccolo <http://data.carnegiehall.org/names/20494> ;
    ns1:trumpet <http://data.carnegiehall.org/names/4101> ;
    ns2:performer <http://data.carnegiehall.org/names/17632>,
        <http://data.carnegiehall.org/names/20494>,
        <http://data.carnegiehall.org/names/22100>,
        <http://data.carnegiehall.org/names/30758>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/33848>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/914> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

