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

<http://data.carnegiehall.org/events/44951/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Two Pianos and Percussion, BB 115" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/78586> ;
    ns3:conductor <http://data.carnegiehall.org/names/3353> ;
    ns3:percussion <http://data.carnegiehall.org/names/2958>,
        <http://data.carnegiehall.org/names/78587> ;
    ns3:piano <http://data.carnegiehall.org/names/36293>,
        <http://data.carnegiehall.org/names/41295> ;
    ns1:performer <http://data.carnegiehall.org/names/2958>,
        <http://data.carnegiehall.org/names/3353>,
        <http://data.carnegiehall.org/names/36293>,
        <http://data.carnegiehall.org/names/41295>,
        <http://data.carnegiehall.org/names/78586>,
        <http://data.carnegiehall.org/names/78587> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/58579> .

