@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/42334/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Walküre: Act III" ;
    ns2:baritone <http://data.carnegiehall.org/names/6780> ;
    ns2:contralto <http://data.carnegiehall.org/names/29726>,
        <http://data.carnegiehall.org/names/36725>,
        <http://data.carnegiehall.org/names/52774> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/59429> ;
    ns2:soprano <http://data.carnegiehall.org/names/33869>,
        <http://data.carnegiehall.org/names/38809>,
        <http://data.carnegiehall.org/names/46228>,
        <http://data.carnegiehall.org/names/52735>,
        <http://data.carnegiehall.org/names/8484> ;
    ns3:performer <http://data.carnegiehall.org/names/29726>,
        <http://data.carnegiehall.org/names/33869>,
        <http://data.carnegiehall.org/names/36725>,
        <http://data.carnegiehall.org/names/38809>,
        <http://data.carnegiehall.org/names/46228>,
        <http://data.carnegiehall.org/names/52735>,
        <http://data.carnegiehall.org/names/52774>,
        <http://data.carnegiehall.org/names/59429>,
        <http://data.carnegiehall.org/names/6780>,
        <http://data.carnegiehall.org/names/8484> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/29172> .

