@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/66263/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Himmelskönig, sei willkommen, BWV 182" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/29163> ;
    ns2:cello <http://data.carnegiehall.org/names/84431> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/98849> ;
    ns2:contralto <http://data.carnegiehall.org/names/124508> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/98851> ;
    ns2:oboe <http://data.carnegiehall.org/names/36542> ;
    ns2:recorder <http://data.carnegiehall.org/names/8100> ;
    ns2:soprano <http://data.carnegiehall.org/names/54847> ;
    ns2:tenor <http://data.carnegiehall.org/names/48546> ;
    ns2:viola <http://data.carnegiehall.org/names/125119> ;
    ns2:violin <http://data.carnegiehall.org/names/125118>,
        <http://data.carnegiehall.org/names/84425> ;
    ns1:performer <http://data.carnegiehall.org/names/124508>,
        <http://data.carnegiehall.org/names/125118>,
        <http://data.carnegiehall.org/names/125119>,
        <http://data.carnegiehall.org/names/29163>,
        <http://data.carnegiehall.org/names/36542>,
        <http://data.carnegiehall.org/names/48546>,
        <http://data.carnegiehall.org/names/54847>,
        <http://data.carnegiehall.org/names/8100>,
        <http://data.carnegiehall.org/names/84425>,
        <http://data.carnegiehall.org/names/84431>,
        <http://data.carnegiehall.org/names/98849>,
        <http://data.carnegiehall.org/names/98851> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/729> .

