@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/888/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Andrea Chénier" ;
    ns1:baritone <http://data.carnegiehall.org/names/2235>,
        <http://data.carnegiehall.org/names/22409> ;
    ns1:bass <http://data.carnegiehall.org/names/16715>,
        <http://data.carnegiehall.org/names/37909> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/37935>,
        <http://data.carnegiehall.org/names/60741> ;
    ns1:choir <http://data.carnegiehall.org/names/11513>,
        <http://data.carnegiehall.org/names/32544> ;
    ns1:contralto <http://data.carnegiehall.org/names/43405> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/15359>,
        <http://data.carnegiehall.org/names/46709> ;
    ns1:soprano <http://data.carnegiehall.org/names/46877> ;
    ns1:tenor <http://data.carnegiehall.org/names/19314>,
        <http://data.carnegiehall.org/names/22408>,
        <http://data.carnegiehall.org/names/53813> ;
    ns3:performer <http://data.carnegiehall.org/names/11513>,
        <http://data.carnegiehall.org/names/15359>,
        <http://data.carnegiehall.org/names/16715>,
        <http://data.carnegiehall.org/names/19314>,
        <http://data.carnegiehall.org/names/2235>,
        <http://data.carnegiehall.org/names/22408>,
        <http://data.carnegiehall.org/names/22409>,
        <http://data.carnegiehall.org/names/32544>,
        <http://data.carnegiehall.org/names/37909>,
        <http://data.carnegiehall.org/names/37935>,
        <http://data.carnegiehall.org/names/43405>,
        <http://data.carnegiehall.org/names/46709>,
        <http://data.carnegiehall.org/names/46877>,
        <http://data.carnegiehall.org/names/53813>,
        <http://data.carnegiehall.org/names/60741> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/51454> .

