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

<http://data.carnegiehall.org/events/22716/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Two Pianos and Percussion, BB 115" ;
    ns2:percussion <http://data.carnegiehall.org/names/24138>,
        <http://data.carnegiehall.org/names/3094> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/7023> ;
    ns2:piano <http://data.carnegiehall.org/names/8853>,
        <http://data.carnegiehall.org/names/91667> ;
    ns3:performer <http://data.carnegiehall.org/names/24138>,
        <http://data.carnegiehall.org/names/3094>,
        <http://data.carnegiehall.org/names/7023>,
        <http://data.carnegiehall.org/names/8853>,
        <http://data.carnegiehall.org/names/91667> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/58579> .

