@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/14977/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les Huguenots" ;
    ns2:baritone <http://data.carnegiehall.org/names/12253>,
        <http://data.carnegiehall.org/names/37938>,
        <http://data.carnegiehall.org/names/45808>,
        <http://data.carnegiehall.org/names/53024>,
        <http://data.carnegiehall.org/names/8936> ;
    ns2:bass <http://data.carnegiehall.org/names/2157> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/7611> ;
    ns2:choir <http://data.carnegiehall.org/names/50023> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/52694> ;
    ns2:soprano <http://data.carnegiehall.org/names/23507>,
        <http://data.carnegiehall.org/names/29073>,
        <http://data.carnegiehall.org/names/30674>,
        <http://data.carnegiehall.org/names/4608>,
        <http://data.carnegiehall.org/names/57363> ;
    ns2:tenor <http://data.carnegiehall.org/names/27448>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/3780>,
        <http://data.carnegiehall.org/names/56276> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/21183>,
        <http://data.carnegiehall.org/names/43363>,
        <http://data.carnegiehall.org/names/5142> ;
    ns1:performer <http://data.carnegiehall.org/names/12253>,
        <http://data.carnegiehall.org/names/21183>,
        <http://data.carnegiehall.org/names/2157>,
        <http://data.carnegiehall.org/names/23507>,
        <http://data.carnegiehall.org/names/27448>,
        <http://data.carnegiehall.org/names/29073>,
        <http://data.carnegiehall.org/names/2999>,
        <http://data.carnegiehall.org/names/30674>,
        <http://data.carnegiehall.org/names/3780>,
        <http://data.carnegiehall.org/names/37938>,
        <http://data.carnegiehall.org/names/43363>,
        <http://data.carnegiehall.org/names/45808>,
        <http://data.carnegiehall.org/names/4608>,
        <http://data.carnegiehall.org/names/50023>,
        <http://data.carnegiehall.org/names/5142>,
        <http://data.carnegiehall.org/names/52694>,
        <http://data.carnegiehall.org/names/53024>,
        <http://data.carnegiehall.org/names/56276>,
        <http://data.carnegiehall.org/names/57363>,
        <http://data.carnegiehall.org/names/7611>,
        <http://data.carnegiehall.org/names/8936> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13037> .

