@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/44496/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Linda di Chamounix: Act I. Finale" ;
    ns2:bass <http://data.carnegiehall.org/names/15434> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/38900> ;
    ns2:piano <http://data.carnegiehall.org/names/77384> ;
    ns2:soprano <http://data.carnegiehall.org/names/72945>,
        <http://data.carnegiehall.org/names/77383> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/32118> ;
    ns1:performer <http://data.carnegiehall.org/names/15434>,
        <http://data.carnegiehall.org/names/32118>,
        <http://data.carnegiehall.org/names/38900>,
        <http://data.carnegiehall.org/names/72945>,
        <http://data.carnegiehall.org/names/77383>,
        <http://data.carnegiehall.org/names/77384> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73505> .

