@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/24573/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Scenes from the Life of a Martyr" ;
    ns2:baritone <http://data.carnegiehall.org/names/22333> ;
    ns2:choir <http://data.carnegiehall.org/names/42795> ;
    ns2:conductor <http://data.carnegiehall.org/names/43064> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/36683> ;
    ns2:narrator <http://data.carnegiehall.org/names/18453> ;
    ns2:soprano <http://data.carnegiehall.org/names/50539> ;
    ns2:tenor <http://data.carnegiehall.org/names/45346> ;
    ns1:performer <http://data.carnegiehall.org/names/18453>,
        <http://data.carnegiehall.org/names/22333>,
        <http://data.carnegiehall.org/names/36683>,
        <http://data.carnegiehall.org/names/42795>,
        <http://data.carnegiehall.org/names/43064>,
        <http://data.carnegiehall.org/names/45346>,
        <http://data.carnegiehall.org/names/50539> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21332> .

