@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/30623/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Schlage doch, gewünschte Stunde, BWV 53" ;
    ns2:cello <http://data.carnegiehall.org/names/59899> ;
    ns2:contralto <http://data.carnegiehall.org/names/24611> ;
    ns2:glockenspiel <http://data.carnegiehall.org/names/37136> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/1300> ;
    ns2:organ <http://data.carnegiehall.org/names/11899> ;
    ns2:viola <http://data.carnegiehall.org/names/15795> ;
    ns2:violin <http://data.carnegiehall.org/names/15794>,
        <http://data.carnegiehall.org/names/50620> ;
    ns1:performer <http://data.carnegiehall.org/names/11899>,
        <http://data.carnegiehall.org/names/1300>,
        <http://data.carnegiehall.org/names/15794>,
        <http://data.carnegiehall.org/names/15795>,
        <http://data.carnegiehall.org/names/24611>,
        <http://data.carnegiehall.org/names/37136>,
        <http://data.carnegiehall.org/names/50620>,
        <http://data.carnegiehall.org/names/59899> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/921> .

