@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/36096/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Barcarole, Op. 44" ;
    ns2:baritone <http://data.carnegiehall.org/names/40680>,
        <http://data.carnegiehall.org/names/49326> ;
    ns2:conductor <http://data.carnegiehall.org/names/11781> ;
    ns2:contralto <http://data.carnegiehall.org/names/19854>,
        <http://data.carnegiehall.org/names/26195> ;
    ns2:soprano <http://data.carnegiehall.org/names/14681>,
        <http://data.carnegiehall.org/names/22228> ;
    ns2:tenor <http://data.carnegiehall.org/names/18907>,
        <http://data.carnegiehall.org/names/34260> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/17172> ;
    ns1:performer <http://data.carnegiehall.org/names/11781>,
        <http://data.carnegiehall.org/names/14681>,
        <http://data.carnegiehall.org/names/17172>,
        <http://data.carnegiehall.org/names/18907>,
        <http://data.carnegiehall.org/names/19854>,
        <http://data.carnegiehall.org/names/22228>,
        <http://data.carnegiehall.org/names/26195>,
        <http://data.carnegiehall.org/names/34260>,
        <http://data.carnegiehall.org/names/40680>,
        <http://data.carnegiehall.org/names/49326> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50736> .

