@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/6122/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Piano Concerto" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/33848> ;
    ns2:cello <http://data.carnegiehall.org/names/17957> ;
    ns2:double_bass <http://data.carnegiehall.org/names/30638> ;
    ns2:english_horn <http://data.carnegiehall.org/names/34351> ;
    ns2:flute <http://data.carnegiehall.org/names/11372> ;
    ns2:piano <http://data.carnegiehall.org/names/27181> ;
    ns2:viola <http://data.carnegiehall.org/names/48194> ;
    ns2:violin <http://data.carnegiehall.org/names/50009> ;
    ns1:performer <http://data.carnegiehall.org/names/11372>,
        <http://data.carnegiehall.org/names/17957>,
        <http://data.carnegiehall.org/names/27181>,
        <http://data.carnegiehall.org/names/30638>,
        <http://data.carnegiehall.org/names/33848>,
        <http://data.carnegiehall.org/names/34351>,
        <http://data.carnegiehall.org/names/48194>,
        <http://data.carnegiehall.org/names/50009> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37719> ;
    rdfs:comment "New York premiere" .

