@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/53989/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les contes d'Hoffmann: Act III. Belle nuit, ô nuit d'amour" ;
    ns1:conductor <http://data.carnegiehall.org/names/99260> ;
    ns1:contralto <http://data.carnegiehall.org/names/97063> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/99262>,
        <http://data.carnegiehall.org/names/99264> ;
    ns1:soprano <http://data.carnegiehall.org/names/96845>,
        <http://data.carnegiehall.org/names/99263>,
        <http://data.carnegiehall.org/names/99266>,
        <http://data.carnegiehall.org/names/99275> ;
    ns1:tenor <http://data.carnegiehall.org/names/99265> ;
    ns2:performer <http://data.carnegiehall.org/names/96845>,
        <http://data.carnegiehall.org/names/97063>,
        <http://data.carnegiehall.org/names/99260>,
        <http://data.carnegiehall.org/names/99262>,
        <http://data.carnegiehall.org/names/99263>,
        <http://data.carnegiehall.org/names/99264>,
        <http://data.carnegiehall.org/names/99265>,
        <http://data.carnegiehall.org/names/99266>,
        <http://data.carnegiehall.org/names/99275> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3233> .

