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

<http://data.carnegiehall.org/events/16221/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mache dich, mein Geist, bereit, BWV 115" ;
    ns1:baritone <http://data.carnegiehall.org/names/41791> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/36683> ;
    ns1:soprano <http://data.carnegiehall.org/names/38660> ;
    ns1:tenor <http://data.carnegiehall.org/names/25305> ;
    ns3:performer <http://data.carnegiehall.org/names/25305>,
        <http://data.carnegiehall.org/names/36683>,
        <http://data.carnegiehall.org/names/38660>,
        <http://data.carnegiehall.org/names/41791> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/55016> .

