@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/63806/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Fledermaus: Act II. Bruderlein, Bruderlein und Schwesterlein" ;
    ns1:baritone <http://data.carnegiehall.org/names/92608> ;
    ns1:piano <http://data.carnegiehall.org/names/121068> ;
    ns1:soprano <http://data.carnegiehall.org/names/117902>,
        <http://data.carnegiehall.org/names/121058>,
        <http://data.carnegiehall.org/names/121065>,
        <http://data.carnegiehall.org/names/77994> ;
    ns1:tenor <http://data.carnegiehall.org/names/113146>,
        <http://data.carnegiehall.org/names/99265> ;
    ns2:performer <http://data.carnegiehall.org/names/113146>,
        <http://data.carnegiehall.org/names/117902>,
        <http://data.carnegiehall.org/names/121058>,
        <http://data.carnegiehall.org/names/121065>,
        <http://data.carnegiehall.org/names/121068>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/92608>,
        <http://data.carnegiehall.org/names/99265> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60803> .

