@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45350/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto in E-flat Major, \"Dumbarton Oaks\"" ;
    ns1:bassoon <http://data.carnegiehall.org/names/75849> ;
    ns1:cello <http://data.carnegiehall.org/names/46001>,
        <http://data.carnegiehall.org/names/79471> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/79458> ;
    ns1:clarinet <http://data.carnegiehall.org/names/75848> ;
    ns1:conductor <http://data.carnegiehall.org/names/12204> ;
    ns1:double_bass <http://data.carnegiehall.org/names/79472>,
        <http://data.carnegiehall.org/names/79473> ;
    ns1:flute <http://data.carnegiehall.org/names/79465> ;
    ns1:french_horn <http://data.carnegiehall.org/names/79467>,
        <http://data.carnegiehall.org/names/79468> ;
    ns1:viola <http://data.carnegiehall.org/names/75843>,
        <http://data.carnegiehall.org/names/75844>,
        <http://data.carnegiehall.org/names/79470> ;
    ns1:violin <http://data.carnegiehall.org/names/75822>,
        <http://data.carnegiehall.org/names/75841>,
        <http://data.carnegiehall.org/names/75842>,
        <http://data.carnegiehall.org/names/79469> ;
    ns3:performer <http://data.carnegiehall.org/names/12204>,
        <http://data.carnegiehall.org/names/46001>,
        <http://data.carnegiehall.org/names/75822>,
        <http://data.carnegiehall.org/names/75841>,
        <http://data.carnegiehall.org/names/75842>,
        <http://data.carnegiehall.org/names/75843>,
        <http://data.carnegiehall.org/names/75844>,
        <http://data.carnegiehall.org/names/75848>,
        <http://data.carnegiehall.org/names/75849>,
        <http://data.carnegiehall.org/names/79458>,
        <http://data.carnegiehall.org/names/79465>,
        <http://data.carnegiehall.org/names/79467>,
        <http://data.carnegiehall.org/names/79468>,
        <http://data.carnegiehall.org/names/79469>,
        <http://data.carnegiehall.org/names/79470>,
        <http://data.carnegiehall.org/names/79471>,
        <http://data.carnegiehall.org/names/79472>,
        <http://data.carnegiehall.org/names/79473> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/57328> .

