@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/79582/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Keyboard 4-Hands in B-flat Major, P.IV:8" ;
    ns2:cello <http://data.carnegiehall.org/names/141003> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/141000> ;
    ns2:double_bass <http://data.carnegiehall.org/names/141004> ;
    ns2:piano <http://data.carnegiehall.org/names/109491>,
        <http://data.carnegiehall.org/names/64266> ;
    ns2:viola <http://data.carnegiehall.org/names/141002> ;
    ns2:violin <http://data.carnegiehall.org/names/136895>,
        <http://data.carnegiehall.org/names/141001> ;
    ns1:performer <http://data.carnegiehall.org/names/109491>,
        <http://data.carnegiehall.org/names/136895>,
        <http://data.carnegiehall.org/names/141000>,
        <http://data.carnegiehall.org/names/141001>,
        <http://data.carnegiehall.org/names/141002>,
        <http://data.carnegiehall.org/names/141003>,
        <http://data.carnegiehall.org/names/141004>,
        <http://data.carnegiehall.org/names/64266> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/124519> .

