@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/21354/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selig ist der Mann, BWV 57" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/19737> ;
    ns1:choir <http://data.carnegiehall.org/names/58449> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/57728> ;
    ns1:soprano <http://data.carnegiehall.org/names/36294> ;
    ns1:violin <http://data.carnegiehall.org/names/60624> ;
    ns3:performer <http://data.carnegiehall.org/names/19737>,
        <http://data.carnegiehall.org/names/36294>,
        <http://data.carnegiehall.org/names/57728>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/60624> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/14197> .

