@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/48632/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les contes d'Hoffmann: Hélas, mon cœur s'égare encore" ;
    ns1:baritone <http://data.carnegiehall.org/names/85187>,
        <http://data.carnegiehall.org/names/87962> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/87958> ;
    ns1:soprano <http://data.carnegiehall.org/names/77986> ;
    ns1:tenor <http://data.carnegiehall.org/names/85185>,
        <http://data.carnegiehall.org/names/87960> ;
    ns2:performer <http://data.carnegiehall.org/names/77986>,
        <http://data.carnegiehall.org/names/85185>,
        <http://data.carnegiehall.org/names/85187>,
        <http://data.carnegiehall.org/names/87958>,
        <http://data.carnegiehall.org/names/87960>,
        <http://data.carnegiehall.org/names/87962> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81996> .

