@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/52295/work_24> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Heaven Finale" ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/401> ;
    ns2:choir <http://data.carnegiehall.org/names/72913> ;
    ns2:conductor <http://data.carnegiehall.org/names/94978> ;
    ns2:piano <http://data.carnegiehall.org/names/72911> ;
    ns2:tenor <http://data.carnegiehall.org/names/47021>,
        <http://data.carnegiehall.org/names/58309> ;
    ns2:vocalist <http://data.carnegiehall.org/names/62807>,
        <http://data.carnegiehall.org/names/72912>,
        <http://data.carnegiehall.org/names/94974> ;
    ns1:performer <http://data.carnegiehall.org/names/401>,
        <http://data.carnegiehall.org/names/47021>,
        <http://data.carnegiehall.org/names/58309>,
        <http://data.carnegiehall.org/names/62807>,
        <http://data.carnegiehall.org/names/72911>,
        <http://data.carnegiehall.org/names/72912>,
        <http://data.carnegiehall.org/names/72913>,
        <http://data.carnegiehall.org/names/94974>,
        <http://data.carnegiehall.org/names/94978> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/88130> .

