@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/76831/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zigeunerliebe: Act III. Hör ich Cymbalklänge" ;
    ns2:cello <http://data.carnegiehall.org/names/136897> ;
    ns2:double_bass <http://data.carnegiehall.org/names/136898> ;
    ns2:piano <http://data.carnegiehall.org/names/76570> ;
    ns2:soprano <http://data.carnegiehall.org/names/109216> ;
    ns2:viola <http://data.carnegiehall.org/names/136896> ;
    ns2:violin <http://data.carnegiehall.org/names/136895>,
        <http://data.carnegiehall.org/names/97543> ;
    ns1:performer <http://data.carnegiehall.org/names/109216>,
        <http://data.carnegiehall.org/names/136895>,
        <http://data.carnegiehall.org/names/136896>,
        <http://data.carnegiehall.org/names/136897>,
        <http://data.carnegiehall.org/names/136898>,
        <http://data.carnegiehall.org/names/76570>,
        <http://data.carnegiehall.org/names/97543> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48422> .

