@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/74573/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Psalm 42, Op. 42" ;
    ns2:bass <http://data.carnegiehall.org/names/131127>,
        <http://data.carnegiehall.org/names/133648> ;
    ns2:choir <http://data.carnegiehall.org/names/133663>,
        <http://data.carnegiehall.org/names/133664>,
        <http://data.carnegiehall.org/names/133665>,
        <http://data.carnegiehall.org/names/133666>,
        <http://data.carnegiehall.org/names/133667>,
        <http://data.carnegiehall.org/names/133668>,
        <http://data.carnegiehall.org/names/133669>,
        <http://data.carnegiehall.org/names/133670> ;
    ns2:conductor <http://data.carnegiehall.org/names/133655> ;
    ns2:organ <http://data.carnegiehall.org/names/133649> ;
    ns2:soprano <http://data.carnegiehall.org/names/133651> ;
    ns2:tenor <http://data.carnegiehall.org/names/133653>,
        <http://data.carnegiehall.org/names/133654> ;
    ns1:performer <http://data.carnegiehall.org/names/131127>,
        <http://data.carnegiehall.org/names/133648>,
        <http://data.carnegiehall.org/names/133649>,
        <http://data.carnegiehall.org/names/133651>,
        <http://data.carnegiehall.org/names/133653>,
        <http://data.carnegiehall.org/names/133654>,
        <http://data.carnegiehall.org/names/133655>,
        <http://data.carnegiehall.org/names/133663>,
        <http://data.carnegiehall.org/names/133664>,
        <http://data.carnegiehall.org/names/133665>,
        <http://data.carnegiehall.org/names/133666>,
        <http://data.carnegiehall.org/names/133667>,
        <http://data.carnegiehall.org/names/133668>,
        <http://data.carnegiehall.org/names/133669>,
        <http://data.carnegiehall.org/names/133670> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20193> .

