@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/8945/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Psalmkonzert" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/28272> ;
    ns2:choir <http://data.carnegiehall.org/names/92163> ;
    ns2:double_bass <http://data.carnegiehall.org/names/57433> ;
    ns2:trumpet <http://data.carnegiehall.org/names/21144>,
        <http://data.carnegiehall.org/names/40207>,
        <http://data.carnegiehall.org/names/8252> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/27926> ;
    ns2:violin <http://data.carnegiehall.org/names/42636> ;
    ns1:performer <http://data.carnegiehall.org/names/21144>,
        <http://data.carnegiehall.org/names/27926>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/40207>,
        <http://data.carnegiehall.org/names/42636>,
        <http://data.carnegiehall.org/names/57433>,
        <http://data.carnegiehall.org/names/8252>,
        <http://data.carnegiehall.org/names/92163> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50669> .

