@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/46896/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Prelude" ;
    ns1:bassoon <http://data.carnegiehall.org/names/82974> ;
    ns1:cello <http://data.carnegiehall.org/names/82969> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/82965> ;
    ns1:clarinet <http://data.carnegiehall.org/names/82972>,
        <http://data.carnegiehall.org/names/82973> ;
    ns1:double_bass <http://data.carnegiehall.org/names/82970> ;
    ns1:flute <http://data.carnegiehall.org/names/82971> ;
    ns1:french_horn <http://data.carnegiehall.org/names/82975> ;
    ns1:viola <http://data.carnegiehall.org/names/82968> ;
    ns1:violin <http://data.carnegiehall.org/names/82966>,
        <http://data.carnegiehall.org/names/82967> ;
    ns2:performer <http://data.carnegiehall.org/names/82965>,
        <http://data.carnegiehall.org/names/82966>,
        <http://data.carnegiehall.org/names/82967>,
        <http://data.carnegiehall.org/names/82968>,
        <http://data.carnegiehall.org/names/82969>,
        <http://data.carnegiehall.org/names/82970>,
        <http://data.carnegiehall.org/names/82971>,
        <http://data.carnegiehall.org/names/82972>,
        <http://data.carnegiehall.org/names/82973>,
        <http://data.carnegiehall.org/names/82974>,
        <http://data.carnegiehall.org/names/82975> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32365> .

