@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/49364/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oedipus rex" ;
    ns2:baritone <http://data.carnegiehall.org/names/14119> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/55223> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/20038> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/28794> ;
    ns2:narrator <http://data.carnegiehall.org/names/90055> ;
    ns2:tenor <http://data.carnegiehall.org/names/29177>,
        <http://data.carnegiehall.org/names/82907> ;
    ns1:performer <http://data.carnegiehall.org/names/14119>,
        <http://data.carnegiehall.org/names/20038>,
        <http://data.carnegiehall.org/names/28794>,
        <http://data.carnegiehall.org/names/29177>,
        <http://data.carnegiehall.org/names/55223>,
        <http://data.carnegiehall.org/names/82907>,
        <http://data.carnegiehall.org/names/90055> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13709> .

