@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/5106/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le martyre de St Sébastien" ;
    ns1:choir <http://data.carnegiehall.org/names/11841>,
        <http://data.carnegiehall.org/names/42679> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/32892> ;
    ns1:narrator <http://data.carnegiehall.org/names/25328> ;
    ns1:soprano <http://data.carnegiehall.org/names/28202> ;
    ns2:performer <http://data.carnegiehall.org/names/11841>,
        <http://data.carnegiehall.org/names/25328>,
        <http://data.carnegiehall.org/names/28202>,
        <http://data.carnegiehall.org/names/32892>,
        <http://data.carnegiehall.org/names/42679> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10408> .

