@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/45011/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Samson, HWV 57: Act III, Scene 3. 86. Let the bright seraphim" ;
    ns1:cello <http://data.carnegiehall.org/names/78754> ;
    ns1:clarinet <http://data.carnegiehall.org/names/78757> ;
    ns1:conductor <http://data.carnegiehall.org/names/78749> ;
    ns1:double_bass <http://data.carnegiehall.org/names/78755> ;
    ns1:flute <http://data.carnegiehall.org/names/78756> ;
    ns1:soprano <http://data.carnegiehall.org/names/78747> ;
    ns1:trombone <http://data.carnegiehall.org/names/78759> ;
    ns1:trumpet <http://data.carnegiehall.org/names/78758> ;
    ns1:viola <http://data.carnegiehall.org/names/78753> ;
    ns1:violin <http://data.carnegiehall.org/names/78751>,
        <http://data.carnegiehall.org/names/78752> ;
    ns2:performer <http://data.carnegiehall.org/names/78747>,
        <http://data.carnegiehall.org/names/78749>,
        <http://data.carnegiehall.org/names/78751>,
        <http://data.carnegiehall.org/names/78752>,
        <http://data.carnegiehall.org/names/78753>,
        <http://data.carnegiehall.org/names/78754>,
        <http://data.carnegiehall.org/names/78755>,
        <http://data.carnegiehall.org/names/78756>,
        <http://data.carnegiehall.org/names/78757>,
        <http://data.carnegiehall.org/names/78758>,
        <http://data.carnegiehall.org/names/78759> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51793> .

