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

<http://data.carnegiehall.org/events/34425/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "East-West" ;
    ns1:cello <http://data.carnegiehall.org/names/50816> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/54309> ;
    ns1:clarinet <http://data.carnegiehall.org/names/59307> ;
    ns1:flute <http://data.carnegiehall.org/names/42092> ;
    ns1:harp <http://data.carnegiehall.org/names/53057> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/9723> ;
    ns1:percussion <http://data.carnegiehall.org/names/28423> ;
    ns1:piano <http://data.carnegiehall.org/names/57634> ;
    ns1:violin <http://data.carnegiehall.org/names/12194>,
        <http://data.carnegiehall.org/names/35901>,
        <http://data.carnegiehall.org/names/57630> ;
    ns2:performer <http://data.carnegiehall.org/names/12194>,
        <http://data.carnegiehall.org/names/28423>,
        <http://data.carnegiehall.org/names/35901>,
        <http://data.carnegiehall.org/names/42092>,
        <http://data.carnegiehall.org/names/50816>,
        <http://data.carnegiehall.org/names/53057>,
        <http://data.carnegiehall.org/names/54309>,
        <http://data.carnegiehall.org/names/57630>,
        <http://data.carnegiehall.org/names/57634>,
        <http://data.carnegiehall.org/names/59307>,
        <http://data.carnegiehall.org/names/9723> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47782> .

