@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/23783/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oedipus rex" ;
    ns2:baritone <http://data.carnegiehall.org/names/55840> ;
    ns2:bass <http://data.carnegiehall.org/names/35486> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/21068> ;
    ns2:choir <http://data.carnegiehall.org/names/20038> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/17570> ;
    ns2:tenor <http://data.carnegiehall.org/names/11930>,
        <http://data.carnegiehall.org/names/52559> ;
    ns1:performer <http://data.carnegiehall.org/names/11930>,
        <http://data.carnegiehall.org/names/17570>,
        <http://data.carnegiehall.org/names/20038>,
        <http://data.carnegiehall.org/names/21068>,
        <http://data.carnegiehall.org/names/35486>,
        <http://data.carnegiehall.org/names/52559>,
        <http://data.carnegiehall.org/names/55840> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13709> .

