@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/36921/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Psalm 42, Op. 42" ;
    ns3:bass <http://data.carnegiehall.org/names/21592>,
        <http://data.carnegiehall.org/names/7623> ;
    ns3:chamber_orchestra <http://data.carnegiehall.org/names/30921> ;
    ns3:choir <http://data.carnegiehall.org/names/14828>,
        <http://data.carnegiehall.org/names/39137>,
        <http://data.carnegiehall.org/names/44068> ;
    ns3:conductor <http://data.carnegiehall.org/names/40944> ;
    ns3:soprano <http://data.carnegiehall.org/names/30062>,
        <http://data.carnegiehall.org/names/47992>,
        <http://data.carnegiehall.org/names/57570>,
        <http://data.carnegiehall.org/names/9014> ;
    ns3:tenor <http://data.carnegiehall.org/names/42657>,
        <http://data.carnegiehall.org/names/7622> ;
    ns2:performer <http://data.carnegiehall.org/names/14828>,
        <http://data.carnegiehall.org/names/21592>,
        <http://data.carnegiehall.org/names/30062>,
        <http://data.carnegiehall.org/names/30921>,
        <http://data.carnegiehall.org/names/39137>,
        <http://data.carnegiehall.org/names/40944>,
        <http://data.carnegiehall.org/names/42657>,
        <http://data.carnegiehall.org/names/44068>,
        <http://data.carnegiehall.org/names/47992>,
        <http://data.carnegiehall.org/names/57570>,
        <http://data.carnegiehall.org/names/7622>,
        <http://data.carnegiehall.org/names/7623>,
        <http://data.carnegiehall.org/names/9014> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/20193> .

