@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/35247/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rigoletto" ;
    ns2:baritone <http://data.carnegiehall.org/names/26320>,
        <http://data.carnegiehall.org/names/31599> ;
    ns2:bass <http://data.carnegiehall.org/names/39247>,
        <http://data.carnegiehall.org/names/9598> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/42112> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/3880>,
        <http://data.carnegiehall.org/names/42102>,
        <http://data.carnegiehall.org/names/59050> ;
    ns2:soprano <http://data.carnegiehall.org/names/13355>,
        <http://data.carnegiehall.org/names/53851> ;
    ns2:tenor <http://data.carnegiehall.org/names/13354>,
        <http://data.carnegiehall.org/names/42106>,
        <http://data.carnegiehall.org/names/48092> ;
    ns1:performer <http://data.carnegiehall.org/names/13354>,
        <http://data.carnegiehall.org/names/13355>,
        <http://data.carnegiehall.org/names/26320>,
        <http://data.carnegiehall.org/names/31599>,
        <http://data.carnegiehall.org/names/3880>,
        <http://data.carnegiehall.org/names/39247>,
        <http://data.carnegiehall.org/names/42102>,
        <http://data.carnegiehall.org/names/42106>,
        <http://data.carnegiehall.org/names/42112>,
        <http://data.carnegiehall.org/names/48092>,
        <http://data.carnegiehall.org/names/53851>,
        <http://data.carnegiehall.org/names/59050>,
        <http://data.carnegiehall.org/names/9598> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21547> .

