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

<http://data.carnegiehall.org/events/41664/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ave verum corpus, K. 618" ;
    ns3:baritone <http://data.carnegiehall.org/names/61757> ;
    ns3:cello <http://data.carnegiehall.org/names/42468> ;
    ns3:double_bass <http://data.carnegiehall.org/names/43563> ;
    ns3:organ <http://data.carnegiehall.org/names/70104> ;
    ns3:soprano <http://data.carnegiehall.org/names/34524> ;
    ns1:performer <http://data.carnegiehall.org/names/34524>,
        <http://data.carnegiehall.org/names/42468>,
        <http://data.carnegiehall.org/names/43563>,
        <http://data.carnegiehall.org/names/61757>,
        <http://data.carnegiehall.org/names/70104> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/3666> .

