@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/1697/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jauchzet Gott in allen Landen, BWV 51" ;
    ns2:cello <http://data.carnegiehall.org/names/51204> ;
    ns2:double_bass <http://data.carnegiehall.org/names/35360> ;
    ns2:soprano <http://data.carnegiehall.org/names/31135> ;
    ns2:trumpet <http://data.carnegiehall.org/names/4101> ;
    ns2:viola <http://data.carnegiehall.org/names/4927> ;
    ns2:violin <http://data.carnegiehall.org/names/36447>,
        <http://data.carnegiehall.org/names/56851> ;
    ns1:performer <http://data.carnegiehall.org/names/31135>,
        <http://data.carnegiehall.org/names/35360>,
        <http://data.carnegiehall.org/names/36447>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/4927>,
        <http://data.carnegiehall.org/names/51204>,
        <http://data.carnegiehall.org/names/56851> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47067> .

