@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/18345/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Fledermaus: Introduction to Act II" ;
    ns1:baritone <http://data.carnegiehall.org/names/3072> ;
    ns1:contralto <http://data.carnegiehall.org/names/18827> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/8872> ;
    ns1:soprano <http://data.carnegiehall.org/names/2086>,
        <http://data.carnegiehall.org/names/29772> ;
    ns1:tenor <http://data.carnegiehall.org/names/16344> ;
    ns2:performer <http://data.carnegiehall.org/names/16344>,
        <http://data.carnegiehall.org/names/18827>,
        <http://data.carnegiehall.org/names/2086>,
        <http://data.carnegiehall.org/names/29772>,
        <http://data.carnegiehall.org/names/3072>,
        <http://data.carnegiehall.org/names/8872> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47946> .

