@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/25895/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die lustige Witwe" ;
    ns1:baritone <http://data.carnegiehall.org/names/10649>,
        <http://data.carnegiehall.org/names/12708>,
        <http://data.carnegiehall.org/names/3223>,
        <http://data.carnegiehall.org/names/40729>,
        <http://data.carnegiehall.org/names/90654> ;
    ns1:dancer <http://data.carnegiehall.org/names/33030> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/25285>,
        <http://data.carnegiehall.org/names/90656> ;
    ns1:soprano <http://data.carnegiehall.org/names/15823>,
        <http://data.carnegiehall.org/names/15968>,
        <http://data.carnegiehall.org/names/46266> ;
    ns1:tenor <http://data.carnegiehall.org/names/40682>,
        <http://data.carnegiehall.org/names/48237> ;
    ns1:vocalist <http://data.carnegiehall.org/names/14807>,
        <http://data.carnegiehall.org/names/90655> ;
    ns2:performer <http://data.carnegiehall.org/names/10649>,
        <http://data.carnegiehall.org/names/12708>,
        <http://data.carnegiehall.org/names/14807>,
        <http://data.carnegiehall.org/names/15823>,
        <http://data.carnegiehall.org/names/15968>,
        <http://data.carnegiehall.org/names/25285>,
        <http://data.carnegiehall.org/names/3223>,
        <http://data.carnegiehall.org/names/33030>,
        <http://data.carnegiehall.org/names/40682>,
        <http://data.carnegiehall.org/names/40729>,
        <http://data.carnegiehall.org/names/46266>,
        <http://data.carnegiehall.org/names/48237>,
        <http://data.carnegiehall.org/names/90654>,
        <http://data.carnegiehall.org/names/90655>,
        <http://data.carnegiehall.org/names/90656> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19599> .

