@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/40822/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lux aeterna" ;
    ns1:choir <http://data.carnegiehall.org/names/68474>,
        <http://data.carnegiehall.org/names/68475>,
        <http://data.carnegiehall.org/names/68479>,
        <http://data.carnegiehall.org/names/68480>,
        <http://data.carnegiehall.org/names/68481>,
        <http://data.carnegiehall.org/names/68482>,
        <http://data.carnegiehall.org/names/68483>,
        <http://data.carnegiehall.org/names/68484>,
        <http://data.carnegiehall.org/names/68485>,
        <http://data.carnegiehall.org/names/68486> ;
    ns1:conductor <http://data.carnegiehall.org/names/27524> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/27524>,
        <http://data.carnegiehall.org/names/68474>,
        <http://data.carnegiehall.org/names/68475>,
        <http://data.carnegiehall.org/names/68479>,
        <http://data.carnegiehall.org/names/68480>,
        <http://data.carnegiehall.org/names/68481>,
        <http://data.carnegiehall.org/names/68482>,
        <http://data.carnegiehall.org/names/68483>,
        <http://data.carnegiehall.org/names/68484>,
        <http://data.carnegiehall.org/names/68485>,
        <http://data.carnegiehall.org/names/68486> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47395> .

