@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/55749/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Fledermaus: Act II" ;
    ns1:baritone <http://data.carnegiehall.org/names/102406>,
        <http://data.carnegiehall.org/names/92608> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/102413>,
        <http://data.carnegiehall.org/names/93746> ;
    ns1:soprano <http://data.carnegiehall.org/names/102401>,
        <http://data.carnegiehall.org/names/102407>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/99282> ;
    ns1:tenor <http://data.carnegiehall.org/names/101398>,
        <http://data.carnegiehall.org/names/102412> ;
    ns2:performer <http://data.carnegiehall.org/names/101398>,
        <http://data.carnegiehall.org/names/102401>,
        <http://data.carnegiehall.org/names/102406>,
        <http://data.carnegiehall.org/names/102407>,
        <http://data.carnegiehall.org/names/102412>,
        <http://data.carnegiehall.org/names/102413>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/92608>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/99282> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95082> .

