@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/4010/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Passages" ;
    ns2:alto_flute <http://data.carnegiehall.org/names/57938> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/57561> ;
    ns2:cello <http://data.carnegiehall.org/names/60304> ;
    ns2:clarinet <http://data.carnegiehall.org/names/57561> ;
    ns2:flute <http://data.carnegiehall.org/names/57938> ;
    ns2:percussion <http://data.carnegiehall.org/names/16537> ;
    ns2:piano <http://data.carnegiehall.org/names/53698> ;
    ns2:piccolo <http://data.carnegiehall.org/names/57938> ;
    ns2:soprano <http://data.carnegiehall.org/names/49199> ;
    ns2:viola <http://data.carnegiehall.org/names/46009> ;
    ns2:violin <http://data.carnegiehall.org/names/31414> ;
    ns1:performer <http://data.carnegiehall.org/names/16537>,
        <http://data.carnegiehall.org/names/31414>,
        <http://data.carnegiehall.org/names/46009>,
        <http://data.carnegiehall.org/names/49199>,
        <http://data.carnegiehall.org/names/53698>,
        <http://data.carnegiehall.org/names/57561>,
        <http://data.carnegiehall.org/names/57938>,
        <http://data.carnegiehall.org/names/60304> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/54807> .

