@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/24616/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Psalmkonzert" ;
    ns1:baritone <http://data.carnegiehall.org/names/28272> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/32734> ;
    ns1:double_bass <http://data.carnegiehall.org/names/30638> ;
    ns1:trumpet <http://data.carnegiehall.org/names/39614>,
        <http://data.carnegiehall.org/names/40207>,
        <http://data.carnegiehall.org/names/53779> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/27926> ;
    ns2:performer <http://data.carnegiehall.org/names/27926>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/30638>,
        <http://data.carnegiehall.org/names/32734>,
        <http://data.carnegiehall.org/names/39614>,
        <http://data.carnegiehall.org/names/40207>,
        <http://data.carnegiehall.org/names/53779> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50669> .

