@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/58721/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Candide" ;
    ns1:actor <http://data.carnegiehall.org/names/12663>,
        <http://data.carnegiehall.org/names/39430> ;
    ns1:baritone <http://data.carnegiehall.org/names/112700>,
        <http://data.carnegiehall.org/names/78861> ;
    ns1:choir <http://data.carnegiehall.org/names/88035> ;
    ns1:dancer <http://data.carnegiehall.org/names/112164>,
        <http://data.carnegiehall.org/names/112165>,
        <http://data.carnegiehall.org/names/112166>,
        <http://data.carnegiehall.org/names/112167> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/45962> ;
    ns1:soprano <http://data.carnegiehall.org/names/108248>,
        <http://data.carnegiehall.org/names/68121>,
        <http://data.carnegiehall.org/names/96974> ;
    ns1:tenor <http://data.carnegiehall.org/names/2353>,
        <http://data.carnegiehall.org/names/76916>,
        <http://data.carnegiehall.org/names/94521> ;
    ns1:vocalist <http://data.carnegiehall.org/names/112162>,
        <http://data.carnegiehall.org/names/112163>,
        <http://data.carnegiehall.org/names/44434>,
        <http://data.carnegiehall.org/names/87287>,
        <http://data.carnegiehall.org/names/90052>,
        <http://data.carnegiehall.org/names/92692> ;
    ns2:performer <http://data.carnegiehall.org/names/108248>,
        <http://data.carnegiehall.org/names/112162>,
        <http://data.carnegiehall.org/names/112163>,
        <http://data.carnegiehall.org/names/112164>,
        <http://data.carnegiehall.org/names/112165>,
        <http://data.carnegiehall.org/names/112166>,
        <http://data.carnegiehall.org/names/112167>,
        <http://data.carnegiehall.org/names/112700>,
        <http://data.carnegiehall.org/names/12663>,
        <http://data.carnegiehall.org/names/2353>,
        <http://data.carnegiehall.org/names/39430>,
        <http://data.carnegiehall.org/names/44434>,
        <http://data.carnegiehall.org/names/45962>,
        <http://data.carnegiehall.org/names/68121>,
        <http://data.carnegiehall.org/names/76916>,
        <http://data.carnegiehall.org/names/78861>,
        <http://data.carnegiehall.org/names/87287>,
        <http://data.carnegiehall.org/names/88035>,
        <http://data.carnegiehall.org/names/90052>,
        <http://data.carnegiehall.org/names/92692>,
        <http://data.carnegiehall.org/names/94521>,
        <http://data.carnegiehall.org/names/96974> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99648> .

