@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/21966/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die lustige Witwe: Medley" ;
    ns2:baritone <http://data.carnegiehall.org/names/24521> ;
    ns2:bass <http://data.carnegiehall.org/names/30113> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/47134> ;
    ns2:choir <http://data.carnegiehall.org/names/107030>,
        <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/78324>,
        <http://data.carnegiehall.org/names/96107> ;
    ns2:conductor <http://data.carnegiehall.org/names/13032> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/40529> ;
    ns2:soprano <http://data.carnegiehall.org/names/22647>,
        <http://data.carnegiehall.org/names/53560>,
        <http://data.carnegiehall.org/names/60779> ;
    ns1:performer <http://data.carnegiehall.org/names/107030>,
        <http://data.carnegiehall.org/names/13032>,
        <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/22647>,
        <http://data.carnegiehall.org/names/24521>,
        <http://data.carnegiehall.org/names/30113>,
        <http://data.carnegiehall.org/names/40529>,
        <http://data.carnegiehall.org/names/47134>,
        <http://data.carnegiehall.org/names/53560>,
        <http://data.carnegiehall.org/names/60779>,
        <http://data.carnegiehall.org/names/78324>,
        <http://data.carnegiehall.org/names/96107> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89627> .

