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

<http://data.carnegiehall.org/events/56146/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Death and the Maiden (based on Franz Schubert's Op. 7, No. 3; D. 531)" ;
    ns1:cello <http://data.carnegiehall.org/names/104139> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/100467> ;
    ns1:double_bass <http://data.carnegiehall.org/names/104135> ;
    ns1:drums <http://data.carnegiehall.org/names/100459> ;
    ns1:piano <http://data.carnegiehall.org/names/87226>,
        <http://data.carnegiehall.org/names/95223> ;
    ns1:trombone <http://data.carnegiehall.org/names/104132> ;
    ns1:viola <http://data.carnegiehall.org/names/103847> ;
    ns1:violin <http://data.carnegiehall.org/names/104137>,
        <http://data.carnegiehall.org/names/104138> ;
    ns1:vocalist <http://data.carnegiehall.org/names/104131>,
        <http://data.carnegiehall.org/names/104134> ;
    ns3:performer <http://data.carnegiehall.org/names/100459>,
        <http://data.carnegiehall.org/names/100467>,
        <http://data.carnegiehall.org/names/103847>,
        <http://data.carnegiehall.org/names/104131>,
        <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/104134>,
        <http://data.carnegiehall.org/names/104135>,
        <http://data.carnegiehall.org/names/104137>,
        <http://data.carnegiehall.org/names/104138>,
        <http://data.carnegiehall.org/names/104139>,
        <http://data.carnegiehall.org/names/87226>,
        <http://data.carnegiehall.org/names/95223> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/96186> .

