@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/54840/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Capriccio brillant in B Minor, Op. 22" ;
    ns2:cello <http://data.carnegiehall.org/names/40413> ;
    ns2:double_bass <http://data.carnegiehall.org/names/106391> ;
    ns2:piano <http://data.carnegiehall.org/names/20606>,
        <http://data.carnegiehall.org/names/53452> ;
    ns2:viola <http://data.carnegiehall.org/names/34160> ;
    ns2:violin <http://data.carnegiehall.org/names/106389>,
        <http://data.carnegiehall.org/names/106390>,
        <http://data.carnegiehall.org/names/19324>,
        <http://data.carnegiehall.org/names/28624>,
        <http://data.carnegiehall.org/names/49493>,
        <http://data.carnegiehall.org/names/69365>,
        <http://data.carnegiehall.org/names/69368>,
        <http://data.carnegiehall.org/names/69548> ;
    ns1:performer <http://data.carnegiehall.org/names/106389>,
        <http://data.carnegiehall.org/names/106390>,
        <http://data.carnegiehall.org/names/106391>,
        <http://data.carnegiehall.org/names/19324>,
        <http://data.carnegiehall.org/names/20606>,
        <http://data.carnegiehall.org/names/28624>,
        <http://data.carnegiehall.org/names/34160>,
        <http://data.carnegiehall.org/names/40413>,
        <http://data.carnegiehall.org/names/49493>,
        <http://data.carnegiehall.org/names/53452>,
        <http://data.carnegiehall.org/names/69365>,
        <http://data.carnegiehall.org/names/69368>,
        <http://data.carnegiehall.org/names/69548> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34126> .

