@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/2080/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Piano and Chamber Ensemble" ;
    ns2:bassoon <http://data.carnegiehall.org/names/28017> ;
    ns2:cello <http://data.carnegiehall.org/names/46506> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/26143> ;
    ns2:clarinet <http://data.carnegiehall.org/names/29140> ;
    ns2:conductor <http://data.carnegiehall.org/names/23814> ;
    ns2:flute <http://data.carnegiehall.org/names/29866> ;
    ns2:french_horn <http://data.carnegiehall.org/names/57371> ;
    ns2:oboe <http://data.carnegiehall.org/names/37226> ;
    ns2:piano <http://data.carnegiehall.org/names/55291> ;
    ns2:viola <http://data.carnegiehall.org/names/29024> ;
    ns2:violin <http://data.carnegiehall.org/names/26776>,
        <http://data.carnegiehall.org/names/49939> ;
    ns2:wind_quintet <http://data.carnegiehall.org/names/12861> ;
    ns1:performer <http://data.carnegiehall.org/names/12861>,
        <http://data.carnegiehall.org/names/23814>,
        <http://data.carnegiehall.org/names/26143>,
        <http://data.carnegiehall.org/names/26776>,
        <http://data.carnegiehall.org/names/28017>,
        <http://data.carnegiehall.org/names/29024>,
        <http://data.carnegiehall.org/names/29140>,
        <http://data.carnegiehall.org/names/29866>,
        <http://data.carnegiehall.org/names/37226>,
        <http://data.carnegiehall.org/names/46506>,
        <http://data.carnegiehall.org/names/49939>,
        <http://data.carnegiehall.org/names/55291>,
        <http://data.carnegiehall.org/names/57371> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57952> .

