@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/17758/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Dreigroschenoper" ;
    ns2:baritone <http://data.carnegiehall.org/names/15864>,
        <http://data.carnegiehall.org/names/24427>,
        <http://data.carnegiehall.org/names/3072>,
        <http://data.carnegiehall.org/names/36236> ;
    ns2:bass <http://data.carnegiehall.org/names/50174> ;
    ns2:contralto <http://data.carnegiehall.org/names/43817> ;
    ns2:narrator <http://data.carnegiehall.org/names/67088> ;
    ns2:soprano <http://data.carnegiehall.org/names/17127>,
        <http://data.carnegiehall.org/names/81668> ;
    ns2:tenor <http://data.carnegiehall.org/names/39089>,
        <http://data.carnegiehall.org/names/47838> ;
    ns2:vocalist <http://data.carnegiehall.org/names/3572> ;
    ns1:performer <http://data.carnegiehall.org/names/15864>,
        <http://data.carnegiehall.org/names/17127>,
        <http://data.carnegiehall.org/names/24427>,
        <http://data.carnegiehall.org/names/3072>,
        <http://data.carnegiehall.org/names/3572>,
        <http://data.carnegiehall.org/names/36236>,
        <http://data.carnegiehall.org/names/39089>,
        <http://data.carnegiehall.org/names/43817>,
        <http://data.carnegiehall.org/names/47838>,
        <http://data.carnegiehall.org/names/50174>,
        <http://data.carnegiehall.org/names/67088>,
        <http://data.carnegiehall.org/names/81668> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/151> .

